Sql Server Management Studio 2008 - 插入超过两行的字符串
我想将超过两行的字符串粘贴到 nvarchar(max) 单元格中 (右键单击 Sql Server Management Studio 2008 中的表 --> 编辑行)。 不幸的是,只有字符串的第一行被粘贴到单元格中。
我知道,我可以为此编写一个插入/更新脚本,但这不是我想要的。我需要一种快速方法将一些文本粘贴到某些单元格中。
有办法实现我的目标吗?
提前致谢。
I want to paste a string with more than two lines into a nvarchar(max) cell
(right click a Table in Sql Server Management Studio 2008 --> Edit Rows).
Unfortunately only the the first line of the string is pasted into the cell.
I know, I could write a Insert/Update script for that, but it's not what I'm looking for. I need a quick way to paste some text into some cell.
Is there a way to achieve my goal?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
目前看来不可能,但 Microsoft 正在研究它:
http://connect.microsoft.com/SQLServer/feedback/details/415157/copy-paste -of-row-with-multi-line-text-in-management-studio-2008-results-in-corrupted-data
Looks like it isn't possible at the moment, but Microsoft is looking into it:
http://connect.microsoft.com/SQLServer/feedback/details/415157/copy-paste-of-row-with-multi-line-text-in-management-studio-2008-results-in-corrupted-data