Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Simplest command with error

Author  Topic 

skriver
Starting Member

11 Posts

Posted - 2013-09-02 : 14:08:37
Hi

I am trying to execute this

USE nutri93
ALTER TABLE Store DROP CONSTRAINT CHK_Store_HasURI;
GO

I get this error

Msg 102, Level 15, State 1, Line 1
Incorrect syntax near 'GO'.

what am I doing wrong?!

skriver
Starting Member

11 Posts

Posted - 2013-09-02 : 14:10:01
It's ok I dropped GO seems to work
Go to Top of Page
   

- Advertisement -