Comments
2 comments
-
SQL Compare can compare the creation text of SQL Server stored procedures. The options you can set for that are to filter them out completely by object name, ignore whitespace and comments, or remap the schema or owner names. Unfortunately there are no complex rules you can apply to the comparison of the text, such as ignoring all differences where a certain function is used inside the stored procedure.
-
Another idea would be to create a copy of your database, rename getutcdate to getdate and compare this one instead.
Add comment
Please sign in to leave a comment.
can anyone please point to the right direction? thanks