Comments
2 comments
-
Hi Mark,
Because SQL Compare uses ADO .net, all of the queries that it runs rely on some stored procedures such as sp_executesql. These are stored in the master database. Which procedure, in particular, is giving the problem? -
Can you please tell us a bit about what this stored procedure does and why it is accessed during a database comparison?
Add comment
Please sign in to leave a comment.
Thanks for writing us. SQL Compare is only concerned with SQL database schema, so we do not compare Extended Stored Procedures, since they are binary files and it would be extremely difficulty to pinpoint the relevance of the difference in two extended procedures.