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

前端 未结 5 1995
独厮守ぢ
独厮守ぢ 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 14:58

    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.

提交回复
热议问题