compare script objects with slightly different filenames
OnanSalad
Posts: 5 Bronze 1
in SQL Compare
Based on the command line options I'm seeing for SQL Compare, it does not appear possible to compare individual script files with slightly different filenames. Is this correct? There seems to be only one /filter option which is applied to both files at the session level. SQL Compare can't compare "[dbo].[spGetActiveItems].sql" against "dbo.spGetActiveItems.sql" because it's hardcoded to only compare identical filenames?
I was hoping to script SQL Compare to identify drift between our preexisting sql repository and the database, but I'm not seeing a direct way to do this. It appears we'd need to completely rebuild our sql repository structure to the script output SQL Compare is hardcoded for.
I was hoping to script SQL Compare to identify drift between our preexisting sql repository and the database, but I'm not seeing a direct way to do this. It appears we'd need to completely rebuild our sql repository structure to the script output SQL Compare is hardcoded for.
Tagged:
Best Answer
-
David Atkinson Posts: 1,458 Rose Gold 2SQL Compare ignores the filenames. What's important is the name of the objects within the files, which in your example are identical as square brackets should be ignored by SQL Compare's semantic comparison engine. Can you provide an example of what incorrect change it's trying to make?David Atkinson
Product Manager
Redgate Software
Answers
Thanks for your help!
Product Manager
Redgate Software