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.
Revision17 Starting Member
1 Post
declare @foo xml;set @foo = (select 'boo' "Test" for xml path('Testing'));
declare @foo xml;set @foo = (with XMLNAMESPACES ( DEFAULT 'http://example.com' ) select 'boo' "Test" for xml path('Testing'));
SQLTeam.com Articles via RSS
SQLTeam.com Weblog via RSS
- Advertisement -
Articles
Forums
Blogs
Contact Us
About the Site