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 |
|
sch
Starting Member
3 Posts |
Posted - 2007-11-13 : 17:18:35
|
If I have N different xml document formats and I want to store those xml data files as typed xml in one table (one column), can I do it using xml schema collection (by adding schema file to schema collection for each document type and assigning xml schema collection to this column)?Is this possible using xml schema collection? Or did I miss something about xml schema collection usage scenario? Thank you! |
|
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-11-13 : 22:15:24
|
| Do you mean column of xml data type? |
 |
|
|
sch
Starting Member
3 Posts |
Posted - 2007-11-14 : 00:55:19
|
quote: Originally posted by rmiao Do you mean column of xml data type?
Yes, column of xml data type. |
 |
|
|
sch
Starting Member
3 Posts |
Posted - 2007-11-14 : 13:42:46
|
| Anyone? |
 |
|
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-11-14 : 22:20:20
|
| Did you look books online for this topic? |
 |
|
|
|
|
|