Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Other SQL Server Topics (2005)
 XML Editor in SQL 2005

Author  Topic 

MGouders
Starting Member

30 Posts

Posted - 2007-06-25 : 17:43:47
Does anyone know if it is possible to use the XML Editor in SQL 2005 to write xml files from scratch?
If possible, how is the editor being started?
As of my current knowledge, I am only able to start the XML Editor by clicking on the content of a XML data type column within the sql query result pane.

Thanks

Mike

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2007-06-25 : 17:48:45
nope. don't think so.

_______________________________________________
Causing trouble since 1980
blog: http://weblogs.sqlteam.com/mladenp
Go to Top of Page

jezemine
Master Smack Fu Yak Hacker

2886 Posts

Posted - 2007-06-25 : 18:13:05
you can drag an existing xml file onto the SSMS ui and it will open it. or you can use file/open and browse to an xml file.

apparently file/new does not have an xml option though.


elsasoft.org
Go to Top of Page
   

- Advertisement -