How can we help you today? How can we help you today?
alphadog
Agreed. I find the mouse scroll faster for zoom in/out than magnify glass icons. - alphadog / comments
Agreed. I find the mouse scroll faster for zoom in/out than magnify glass icons. - alphadog
0 votes
Alex: You'll have to forgive me as I have not used SQL Compare. I use a different product that is similar from another vendor. I'll assume it generally does the same thing, which is to find textual differences between DDL statements for same-name objects. SQL Comapre and RGDT are complimentary, but not exactly similar, in the data they collect. However, sematically, the data is very different. In the former, it's raw textual diffs catching more variety of changes, in the latter you get explicitly-stated relationships between objects, but only that. The former may catch differences in the FROM statement, the latter will directly tell you that a view that used to include tableA does not do so anymore. So, if I drop a table in a view in a database used by four business-line apps, it's (theoretically) easier for me to determine that appB will fail by rummaging through explicit relationship data (especially automatically) rather than "semi-structured" textual diffs. My "wet dream app" would be to marry the dependency checking in RGDT (sans visuals; command-line outputs) to track all the way into .NET source code and make it part of an automated build/test process here at work. Does that make sense? I may not have explained it correctly. / comments
Alex: You'll have to forgive me as I have not used SQL Compare. I use a different product that is similar from another vendor. I'll assume it generally does the same thing, which is to find textual...
0 votes