How can we help you today? How can we help you today?
Michelle T
We've now fixed this in SQL Compare 7. There should be a new version of Packager in the next few months with SQL Server 2008 support which will have this fix in. / comments
We've now fixed this in SQL Compare 7. There should be a new version of Packager in the next few months with SQL Server 2008 support which will have this fix in.
0 votes
Comparing triggers as seperate objects from their tables is another item on the list of things we are planning for SQL Compare, but again it's a major feature that will take some time to see the light of day. / comments
Comparing triggers as seperate objects from their tables is another item on the list of things we are planning for SQL Compare, but again it's a major feature that will take some time to see the li...
0 votes
SQL Compare shouldn't be comparing the order of trigger application when it decides whether to flag an object as 'Identical' or 'Different' in the main grid. However, if you look at the SQL Difference pane, you may see triggers looking 'different' on account of being in a different order. This is because the SQL Difference pane just takes the SQL creation script that SQL Server has for the object and does a textual comparison, not the more sophisticated comparison that SQL Compare does internally - this is for performance reasons. If the object is flagged as 'different' in the main 'grid', then there is almost certainly some other difference in the object than just the order of application of triggers. (If there is no other difference, we'd like to know about it, because that would be a bug!) As for the server error message, that's the generic error message that SQL Compare gives for 'I can't find the server', no matter what the server's version is. The mention of 2005 is just a troubleshooting tip that might apply if you're connecting to a 2005 server - back when 2005 was new, we had a lot of support calls which were resolved by enabling remote connections on 2005 servers. Can you connect to the server with Query Analyzer or Management Studio from the same computer and using the same login method as you are trying to use for Compare? (The normal cause of that error message is either mistyping the server name or some kind of networking problem - SQL Compare just can't even find the server to talk to it.) / comments
SQL Compare shouldn't be comparing the order of trigger application when it decides whether to flag an object as 'Identical' or 'Different' in the main grid. However, if you look at the SQL Differe...
0 votes