Click here to Skip to main content
16,019,876 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi

I am creating full text catalog

CREATE FULLTEXT CATALOG FTCatalog

But syntax error: Msg 170, Level 15, State 1, Line 1
Line 1: Incorrect syntax near 'FULLTEXT'.


I am creating full text index

CREATE FULLTEXT INDEX ON [dbo]. [Samples]
(Location)
KEY INDEX PK_Location ON [Samples]
WITH CHANGE_TRACKING AUTO
GO

But syntax error: Msg 170, Level 15, State 1, Line 1
Line 1: Incorrect syntax near 'FULLTEXT'.



Plz find out the syntax error and replay me

By

Bala
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900