Is there a way in SQL Server Management Studio to view field data in a multi-line editable field?

18,328

Solution 1

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.

Solution 2

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.

Share:
18,328
Angry Dan
Author by

Angry Dan

web/software developer, .NET, C#, WPF, PHP, software trainer, English teacher, have philosophy degree, love languages, run marathons my tweets: http://www.twitter.com/edward_tanguay my runs: http://www.tanguay.info/run my code: http://www.tanguay.info/web my publications: PHP 5.3 training video (8 hours, video2brain) my projects: http://www.tanguay.info

Updated on June 18, 2022

Comments

  • Angry Dan
    Angry Dan about 2 years

    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?