Mar 16, 2009 #1 mtawk Programmer Nov 6, 2001 26 IQ hi, Is there any tool that can convert SQL Query Text to XML format? or a predefined XML format to store Query SQL text? Thanks
hi, Is there any tool that can convert SQL Query Text to XML format? or a predefined XML format to store Query SQL text? Thanks
Mar 17, 2009 #2 mrdenny Programmer May 27, 2002 11,595 Not that I know of. Why would you want to store T/SQL statements as XML? Nothing would be able to run them without turning them back into T/SQL. Denny MVP MCSA (2003) / MCDBA (SQL 2000) MCTS (SQL 2005 / SQL 2008 Implementation and Maintenance / Microsoft Windows SharePoint Services 3.0: Configuration / Microsoft Office SharePoint Server 2007: Configuration) MCITP Database Admin (SQL 2005/2008) / Database Dev (SQL 2005) My Blog Upvote 0 Downvote
Not that I know of. Why would you want to store T/SQL statements as XML? Nothing would be able to run them without turning them back into T/SQL. Denny MVP MCSA (2003) / MCDBA (SQL 2000) MCTS (SQL 2005 / SQL 2008 Implementation and Maintenance / Microsoft Windows SharePoint Services 3.0: Configuration / Microsoft Office SharePoint Server 2007: Configuration) MCITP Database Admin (SQL 2005/2008) / Database Dev (SQL 2005) My Blog
May 13, 2009 #3 starsky51 MIS Mar 11, 2002 91 Code: <statement>SELECT * FROM blah</statement> Upvote 0 Downvote
Jun 20, 2009 #4 mrdenny Programmer May 27, 2002 11,595 Posting a sample XML document with a SQL query in it doesn't answer my initial question. mrdenny said: Why would you want to store T/SQL statements as XML? Click to expand... Denny MVP MCSA (2003) / MCDBA (SQL 2000) MCTS (SQL 2005 / SQL BI 2005 / SQL 2008 DBA / SQL 2008 DBD / MWSS 3.0: Configuration / MOSS 2007: Configuration) MCITP Database Admin (SQL 2005/2008) / Database Dev (SQL 2005/2008 / BI Dev (SQL 2005) My Blog Upvote 0 Downvote
Posting a sample XML document with a SQL query in it doesn't answer my initial question. mrdenny said: Why would you want to store T/SQL statements as XML? Click to expand... Denny MVP MCSA (2003) / MCDBA (SQL 2000) MCTS (SQL 2005 / SQL BI 2005 / SQL 2008 DBA / SQL 2008 DBD / MWSS 3.0: Configuration / MOSS 2007: Configuration) MCITP Database Admin (SQL 2005/2008) / Database Dev (SQL 2005/2008 / BI Dev (SQL 2005) My Blog