How can we help you today? How can we help you today?
Michelle T
Firstly, a slightly better workaround - you can specifically filter the DBO schema using the rules and filters panel - hover over the line with the checkbox for Schema and you'll see a little pencil icon appear which will let you specify a particular object name to filter out. Secondly, SQL Compare probably shouldn't be showing you an unsynchronizable difference in DBO without some kind of warning [image] . (We enabled the display of a range of system objects like dbo in v8 because some people wanted to synchronize the changes that they had made to them.) If you could a few questions to help me get to the bottom of this: Does the DBO schema have permissions etc set on it, auth changes, or anything else that would set it apart from the normal default dbo schema you get when creating a new database? Is there anything in the SQL Differences pane (the popup area at the bottom of the screen which comes up when you click on the difference in the main object list view) for the DBO object, on either side? Is there a DBO.sql file in your script folder, and if so what's in it? (If you can send the entire script folder, ideally along with a backup of the live database, to me at michelle.taylor@red-gate.com that would be even more helpful, but I appreciate that's not always possible.) / comments
Firstly, a slightly better workaround - you can specifically filter the DBO schema using the rules and filters panel - hover over the line with the checkbox for Schema and you'll see a little penci...
0 votes