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.
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.ThanksMike |
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2007-06-25 : 17:48:45
|
nope. don't think so._______________________________________________Causing trouble since 1980blog: http://weblogs.sqlteam.com/mladenp |
 |
|
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 |
 |
|
|
|
|