SQL Server Management Studio中有没有办法查看多行可编辑字段中的字段数据?
我正在使用 SQL Server Management Studio 2008 查看一个数据库。
我右键单击表格并选择编辑前 200 行。
我用 Tab 键切换到“SerializedXML”varchar(max) 字段,其中包含100 行数据,但我只能使用我的设备在其中来回移动光标位于一个微小的单行文本框中。
我记得在 SQL Server 2000 Enterprise Manager 中没有其他选择,但我认为现在它可能已经改变了。
有什么方法可以在多行文本框中查看/编辑此字段吗?
I have a database that I am viewing with SQL Server Management Studio 2008.
I right-click on the table and choose edit top 200 rows.
I tab over to my "SerializedXML" varchar(max) field that has 100s of lines of data in it but I am only able to move back and forth in it with my cursor in a tiny one-line textbox.
I remember there being no alternative to this back in SQL Server 2000 Enterprise Manager, but thought it might have changed by now.
Is there any way I can view/edit this field in a mutli-line textbox?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这已经讨论过了。
如何在 SQL 管理中轻松编辑 SQL XML 列Studio
正如大家所说,我会投票写小工具。
这是一个第三方工具
http://www.altova.com/xmlspy/ sql-server-xml.html
可以尝试试用版。
this is already discussed.
How to easily edit SQL XML column in SQL Management Studio
As everybody says over there, I will vote to write small tool.
Here is one third party tool
http://www.altova.com/xmlspy/sql-server-xml.html
may be give try to trial version.
我认为这是不可能的,我环顾了一段时间并放弃了(也存储了 XML)。我唯一可以建议的是在记事本和单元格之间复制粘贴。
I don't think it's possible, I looked around for a while and gave up (was storing XML also). Only thing I can suggest is copy-paste between notepad and the cell.