Comments
2 comments
-
You could create a scripts folder using SQL Compare and then add (or replace) the procedure inside it. However, Compare can have some unpredictable behaviour if you cause the scripts folder to be inconsistent, for example by referencing nonexistent objects from your procedure.
-
Brilliant, thank you for the quick response, much appreciated.
Add comment
Please sign in to leave a comment.
As the title suggests, is it possible to compare a stored procedure on my database with a stored procedure sent to me by a colleague in a .sql file?
Cheers