Compare 2 SQL server database from inside a vb.net program -


i'm using vb.net 2013 , sql server 2008r2 , , smo.

i have 2 sql server databases ( backup files .bak ).

i need find differences between database1 , database2 ( structure , relationships ) , after apply these changes on database2 in order database have same structure , relationship database1.

how can ?

thank !

are trying write program this?

if not easiest way restore databases onto sql server , use visual studio 2012 has sql scheme , sql data comparisons or alternative piece of software.

this not place type of question.


Comments

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -