I generated a sql script for a table. I am trying to recreate table and get an error 'Incorrect syntax near 'COLLATE'. I have never seen this before. I need someone's help.
Well that worked on my machine when I tested it. But this also worked, maybe it will work for you.
CREATE TABLE [dbo].[FILE_CONFIG] (
[REC_ID] [int] NOT NULL ,
[SOURCE_PATH] [varchar] (50) NULL ,
[ARCHIVE_PATH] [varchar] (50) NULL
) ON [PRIMARY]
GO
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.