Viewing 15 posts - 1 through 15 (of 42 total)
Danny Holcombe (8/27/2010)
Andrew,
Do you know of another solution for classic...
June 20, 2012 at 1:10 pm
XQuery is usually faster than OpenXML when shredding small XML documents, but slower when shredding large documents.
In some recent testing I found that with a document only about 30 columns...
March 15, 2012 at 2:12 pm
If your tables have ids in order you may get better performance by selecting ids in order rather than using TOP. If your tables have date columns you can...
March 7, 2012 at 11:28 am
Gail - does it still make a difference to sql server if your query predicate is in the same order as the columns in the index? I noticed index...
December 28, 2011 at 3:19 pm
h.tobisch (9/2/2011)
Enjoyed the article.And a second question: what exactly cannot be recovered in case of minimal logging?
AFAIK, the data that was minimally logged during the current log interval. Like...
September 2, 2011 at 2:02 pm
sankalpa (8/31/2011)
SmallDateTime data type also help when optimizing the datatype
Be careful with that. It's only accurate to the minute. So 23:59:30 = 0:00:00 when using smalldatetime and that...
September 2, 2011 at 12:25 pm
WayneS (6/28/2011)
wbrianwhite (6/28/2011)
June 28, 2011 at 6:14 pm
I'm not sure why you're keeping this in a cursor at all. The report looks simple enough to just write the entire report as a big select statement. ...
June 28, 2011 at 2:32 pm
By definition it is impossible to change a TABLE valued function to a SCALAR function. One returns a table. One returns an int or a string.
You...
May 20, 2011 at 1:23 pm
David Ziffer (11/11/2010)
November 11, 2010 at 12:08 pm
I imagine that you are accustomed to the traditional model in which all versions of every record are stored in the same table as the most recent version, and...
November 8, 2010 at 9:23 am
David Ziffer (11/5/2010)
November 8, 2010 at 5:56 am
Er, my case statement is a little off. Too many whens :ermm:
November 5, 2010 at 4:05 pm
David Ziffer (11/4/2010)
wbrianwhite (11/4/2010)
wbrianwhite (11/4/2010)
November 5, 2010 at 11:10 am
November 4, 2010 at 7:46 pm
Viewing 15 posts - 1 through 15 (of 42 total)