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

大憨熊 提交于 2019-11-29 16:14:38

Dont think it can be done.

For viewing your stored procedure, I would use another tool which doesn't have that limitation.

You can change the size by going to the Tools/Option menu and opening the Query Results branch on the tree control. Then under the Results to Text leaf is the the “Maximum number of characters in a column” value. But I think the max is 8192.

Oded

No way to do that from management studio. There is a configuration option, but that is the top limit :(

Other have asked this question before.

If you really want to stay with SSMS, breakup your output to more than one column.

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 ...

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!