elayaraja007 / sql-dbdiff

Automatically exported from code.google.com/p/sql-dbdiff
0 stars 0 forks source link

SqlDbDiff crashes on compare, the indexes step #46

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Set source to a database with non-dbo rights and unknown permissions
2.Set dest to a database with dbo rights
3.Change settings to ignore indexes (though the code still runs a comparison?)
4.Compare

What is the expected output? What do you see instead?
The expected outcome is a comparison of all objects other than indexes. 
Instead, I get this error message both on the original project and this branch. 
Will attempt to run in debug in VS2010 to troubleshoot.

What version of the product are you using? On what operating system?
0.4 on Win7 x64

Please provide any additional information below.
Will attempt to further debug and possibly submit a patch (if I can locate the 
issue)

Original issue reported on code.google.com by Andrew.B...@gmail.com on 9 May 2012 at 4:14