September 5, 2012 at 7:30 am
Good Question...!
Best,
Naseer Ahmad
SQL Server DBA
September 5, 2012 at 7:35 am
Good question Wayne learned something about XML Column_Set.
September 5, 2012 at 7:35 am
Nice question. I only got this one right because there was another sparse column question recently that I had to do research on.
I would be interested in seeing a SSC poll on the usage of sparse columns and sets. I have yet to run across any examples of them in production.
September 5, 2012 at 7:39 am
KWymore (9/5/2012)
Nice question. I only got this one right because there was another sparse column question recently that I had to do research on.I would be interested in seeing a SSC poll on the usage of sparse columns and sets. I have yet to run across any examples of them in production.
I would also like to see how much they are used!!
September 5, 2012 at 8:17 am
(Bob Brown) (9/5/2012)
KWymore (9/5/2012)
Nice question. I only got this one right because there was another sparse column question recently that I had to do research on.I would be interested in seeing a SSC poll on the usage of sparse columns and sets. I have yet to run across any examples of them in production.
I would also like to see how much they are used!!
I guess that one of the easiest examples to give is... Sharepoint.
You can upload a document into it. You can specify various properties of that document. For each type of document, only some of the properties are relevant. As you add more properties to handle more document types, the number of irrelevant columns just increase for each type of document. With potentially an unlimited number to the types of documents, each document will have irrelevant properties... yet they are still being dragged around in the row, and they are taking up space. Unless it's a sparse column, which only takes up space if it has non-null data.
Does this help?
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
September 5, 2012 at 8:28 am
Yes, Thank you so much Wayne!
September 5, 2012 at 8:30 am
Nice example Wayne. Thanks!
September 5, 2012 at 10:40 am
September 5, 2012 at 2:09 pm
Very good question Wayne. Thanks.
September 5, 2012 at 2:56 pm
Thanks for a good question wayne
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
September 6, 2012 at 4:26 am
Great question...................:)
September 17, 2012 at 5:20 pm
good question that I missed but learned from.
Not all gray hairs are Dinosaurs!
Viewing 12 posts - 16 through 26 (of 26 total)
You must be logged in to reply to this topic. Login to reply