|
Comments
|
|
Very good introduction.
|
|
|
CAN I GET A PRINT OUT OF THIS VIDEO FOR A FUTURE REFERENCE? OR COULD I SAVE THIS VIDEO CLIP?
|
|
Steve Harris on
11/26/2008
concise and informative
|
|
Elena Feier on
11/26/2008
All I get is Stream not found? I have tried a few videos. Am I missing something? There is something i should install?
|
|
|
quick but still very helpful
|
|
luther smith on
11/26/2008
Spoken rather quickly.
|
|
|
I'm glad to see some information to demonstrate xml shredding. When I figured out how to do this, examples and information were pretty scant. Videos such as this will open a lot of eyes and be very helpful to others who are unaware of this functionality in SQL Server. Keep up the good work
|
|
|
nice
|
|
|
An example with multiple rows would have been helpful.
|
|
|
wouldn't load
|
|
|
I cant see it either
|
|
|
Wouldn't load for me either! :(
|
|
|
zoom and we're done.
|
|
Charlie Bruno on
5/12/2011
Just a note, the last video on maintaining full text indexes did not load and run.
|
|
|
This is very useful information. I have just started working with xml files.
|
|
|
Good info!
|
|
|
Useful hint!!!
|
|
robin.tanner on
5/12/2011
Would have been nice to see what you need to do for the where clause!
|
|
|
excellent
|
|
|
This video okay
|
|
|
This is just what I needed ~ Thanks
|
|
|
Concise and clear..... Wish it covered more but I guess that's the point of these.
|
|
|
succinct
|
|
|
short and sweet. Need a way to save these videos in some sort of "Briefcase"!
|
|
Rebecca Scott on
5/13/2011
great!
|
|
Steve Harris on
5/13/2011
maybe go back and show the root in the xml document so that everybody could see the structure
|
|
Russell Todd on
5/15/2011
example a little weak - xml has only one contact - what about several contacts with a where clause retrieve?
|
|
Peter Voutov on
5/16/2011
I suppose this depends on what version of SQL Server you have, but it's a lot less code to simply use the new XML data type.
Suppose your document was in a variable called @Doc, then your example would be something along the lines of:
(This is not tested code, but should be close enough)
select Contact.value('firstname[1]', nvarchar(50)) from @Doc.nodes('root/Person/contact') as Contacts([Contact])
|
|
|
simple and clear! Very good!
|
|
|
thanx was useful the data migration will be easier..
|
|
|
Good stuff!!!
|
|
Maurice Ivory on
10/24/2011
This was interesting to me.
|