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
 General SQL Server Forums
 New to SQL Server Programming
 Most common use of XML

Author  Topic 

Jim Beam
Posting Yak Master

137 Posts

Posted - 2010-10-22 : 07:23:52
I know this can be generated automatically, so I'm more interested in an overview of the kinds of situation we'd have to open up the code and get involved, and what sorts of changes are most frequently made, from the DBA standpoint.

Thanks,

Jim

Lamprey
Master Smack Fu Yak Hacker

4614 Posts

Posted - 2010-10-22 : 12:43:58
The most common use I've seen is on Microsoft certification tests.

I assume people use it in places but I, personally, do not use XML in any of my dabases. The one place I have seen it used is to pass in any number of parameters to a stored procedure without having to change the signiture of the stored proc. I'm not at all suggesting you do that, but I've seen it done.
Go to Top of Page

Sachin.Nand

2937 Posts

Posted - 2010-10-22 : 14:01:36
I usually use it to save address,phone,email etc.

PBUH

Go to Top of Page
   

- Advertisement -