OPTION (MAXDOP 1)
jamal
Posts: 47 Bronze 3
I have a sproc that does not compile in sql compare that is perfectly valid in SQL 2008. It uses this code following a query:
OPTION (MAXDOP 1)
Is this a problem and are there any workarounds?
OPTION (MAXDOP 1)
Is this a problem and are there any workarounds?
James
Comments
I'd take that to mean that "when you run the synchronization script inside SQL Compare, you get an error that you do not when running the SQL Compare-produced script from inside SQL Server Management Studio"?
If you let us know the error message, that would be most helpful.
I'll probably need to double-check, but I suspect that SQL Compare's script parser is only supporting database-level DDL and not server-level stuff like setting options.
If that's true, it should warn you but still parse the rest of the DDL in the file.
https://connect.microsoft.com/SQL/feedb ... wsignin1.0