When I try and run
alter table salesorderlinetasks drop constraint
'FK_dbo.SalesOrderLineTasks_dbo.Events_Event_ID'
this command in Sql Server Management Studio, I get an error.
Incorrect syntax near 'FK_dbo.SalesOrderLineTasks_dbo.Events_Event_ID'.
What should I do?
It should contain double quotes instead of single quotes.