CREATE TABLE BLOBTest
(
BLOBID int IDENTITY NOT NULL,
BLOBData varbinary(max) NOT NULL
BLOBI int NULL
)
I add one in BLOBI and error!
Msg 2714, Level 16, State 6, Line 1
There is already an object named 'BLOBTest' in the database.
Msg 102, Level 15, State 1, Line 3
Incorrect syntax near ','.