Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Line 3: Incorrect syntax near '(' Help me plz

3 views
Skip to first unread message

karima

unread,
Jan 15, 2007, 10:38:58 AM1/15/07
to
Hi,
I'm actually trying to execute this following script using SQL manager
2005 for SQL server:

CREATE CLUSTERED INDEX [aspnet_Applications_Index] ON
[dbo].[aspnet_Applications]
([LoweredApplicationName])
WITH (
PAD_INDEX = OFF,
DROP_EXISTING = OFF,
STATISTICS_NORECOMPUTE = OFF,
SORT_IN_TEMPDB = OFF,
ONLINE = OFF,
ALLOW_ROW_LOCKS = ON,
ALLOW_PAGE_LOCKS = ON)
ON [PRIMARY]
GO

but it keeps displaying this error message: Line 3: Incorrect syntax
near '('

Can anyone help me please, i'm really stuck... Thanks in advance

Karima

0 new messages