Viewing 15 posts - 496 through 510 (of 851 total)
[font="Verdana"]Er... stop truncating the table?[/font]
March 5, 2009 at 8:36 pm
[font="Verdana"]Sometimes a little hand holding can go a long way. Like pointing people to Books Online. "Wait, there's a 'books online'? Who knew!" We take a...
March 5, 2009 at 7:36 pm
[font="Verdana"]Maaaaybe. The XML options differ from version to version of SQL Server, and if your file is a plain text file, getting the XML wrapper to somehow wrap around...
March 5, 2009 at 7:09 pm
[font="Verdana"]Potato Launchers? Have we graduated from Pork Chops?[/font]
March 5, 2009 at 5:20 pm
Sankey (3/3/2009)
March 5, 2009 at 4:44 pm
March 5, 2009 at 3:27 pm
GilaMonster (3/5/2009)
Bruce W Cassidy (3/5/2009)
But I don't see any advantage for using the date over an ID field, so I still tend to use an ID field.
There is...
March 5, 2009 at 2:24 pm
[font="Verdana"]Heh. Pushing the limits of my own understanding here!
I believe a join would be merging a list of distinct values, not a range of values. So I'd expect...
March 5, 2009 at 2:12 pm
GilaMonster (3/5/2009)
Bruce W Cassidy (3/5/2009)
(also from my experience) dates aren't good candidates for clustered indexes as they require a "uniquifier".
They can be very good candidates for clusters, especially a...
March 5, 2009 at 2:02 pm
Marios Philippopoulos (3/5/2009)
Actually, ID columns can be used a lot in queries. Not in the WHERE clause of course, but, certainly when they are in join clauses.
[font="Verdana"]Er... really? ...
March 5, 2009 at 1:59 pm
[font="Verdana"]Okay, going from memory here. You can check Books Online for a fuller discussion, and someone please correct me if I'm wrong.
My understanding is that clustered indexes need to...
March 5, 2009 at 1:56 pm
[font="Verdana"]The way I would do this is to keep the counter in a separate table, and use an identity field on that table as the counter.
However, if you combine your...
March 5, 2009 at 1:44 pm
Marios Philippopoulos (3/5/2009)
Bruce W Cassidy (3/5/2009)
March 5, 2009 at 1:40 pm
[font="Verdana"]One of the tricks of clustered indexes is that they define the physical allocation of the table data. So your clustered index should be the best way you want...
March 5, 2009 at 1:23 pm
[font="Verdana"]SQL Server Express is a very limited edition of SQL Server, primarily intended as a back-end for MS Access and for small web sites and the like. It's not...
March 5, 2009 at 1:21 pm
Viewing 15 posts - 496 through 510 (of 851 total)