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
 Transact-SQL (2005)
 adjust XML schema collection

Author  Topic 

bsaman
Starting Member

2 Posts

Posted - 2007-09-15 : 17:18:45
how can i adjust an added XML schema collection
because there is not a modify or even view ???????????

nathans
Aged Yak Warrior

938 Posts

Posted - 2007-09-17 : 13:50:57
You can add elements using
ALTER XML SCHEMA COLLECTION


You can view using
select	xml_schema_namespace(N'YourSchema',N'YourCollection') 




Nathan Skerl
Go to Top of Page
   

- Advertisement -