
February 25th, 2004, 03:54 AM
|
|
Contributing User
|
|
Join Date: Sep 2003
Posts: 67
Time spent in forums: 1 h 34 m 3 sec
Reputation Power: 6
|
|
|
CREATE INDEX problem, please help
hello all
i am trying to create indexes on a sql server 6.5 database from an asp page but i am getting the following error:
CREATE INDEX
--------------
Expected end of statement
The create table, drop table and insert into statements are working OK, my statement looks like:
CREATE INDEX idx_trigraph ON x_static_measures (trigraph);
thanks in advance
poncenby
|