SQL Server Management Studio: Increase number of characters displayed in result set

前端 未结 5 2005
独厮守ぢ
独厮守ぢ 2020-12-21 14:33

I have the following scenario: We have stored procedures which compare our developement database to our customer databases and tell us, what the difference is (so, what we h

5条回答
  •  情深已故
    2020-12-21 15:04

    In Visual Studio 2010 Database projects you can add a "Schema comparisson" file. You simply point to a "source" database and "target" database and the system automatically finds any differences and can also generate the necessary sql code to update the target database.

    There might also be some freeware database comparisson tools available that might be able to do the same thing ...

提交回复
热议问题