continue to get this error and cannot figure out why
Msg 102, Level 15, State 1, Line 1
Incorrect syntax near '('
This is the code; - error refers to the '(' at end of Alter Table line
USE
[ControlDB]
GO
/****** Object: Table [dbo].[MarkData] Script Date: 09/22/2010 10:17:06 ******/
SET
ANSI_NULLS
ON
GO
View Complete Post