Viewing 15 posts - 20,911 through 20,925 (of 22,184 total)
It's not hard & fast or black & white. In general terms, using a temp table is not bad. It depends on what you're doing with it and how it's...
March 5, 2008 at 7:12 am
allenrlewis (3/4/2008)
Could you give me a little example that would work on like a Northwind or something.Likethe tsql statement so I can test the theroy.
I'd have to experiment a bit...
March 5, 2008 at 6:25 am
I'm not questioning you, per se, but surely there's a DBA "it depends" on the end of a statement that says maintaining extra indexes makes no difference at all. It...
March 5, 2008 at 6:09 am
abd (3/5/2008)
In fact Andras, yes, this is a short example of my sp
but the problem here i can not use the IF statement,...
March 5, 2008 at 5:54 am
This may come as a bit of a shock, but the usual method of performance tuning is not to try to eliminate the use of an index, but rather to...
March 5, 2008 at 5:32 am
In addition to what everyone else says, be sure to focus on carefulling picking the clustered index. Because you only get one, you want to be sure it's storing the...
March 5, 2008 at 5:29 am
The man was a legend. I was never a huge fan of D&D, preferring Call of Cthulhu & war games. While I didn't spend lots of time with his game...
March 5, 2008 at 5:12 am
Just a guess, but are there multiple transactions within the query?
March 4, 2008 at 12:39 pm
Is that ELSE clause a documented standard? I clearly need to update my documents.
March 4, 2008 at 10:37 am
Almost too accurate to be funny.
Thanks for sharing.
March 4, 2008 at 9:25 am
Yeah, you should be able to employee a CASE statement, but it depends on where you mean to employee it.
March 4, 2008 at 9:22 am
I think, note that key word, it's because of a rounding error when doing an implicit conversion from the string to the float. The other two can do the implicit...
March 4, 2008 at 6:20 am
Jack's right.
The table you asked about is where SQL Server tries to maintain the dependency chain between objects (although it doesn't do a great job at it). It's important...
March 4, 2008 at 6:14 am
wtipton (3/3/2008)
March 4, 2008 at 6:12 am
I was just going to post the exact same link. Cool!
March 4, 2008 at 6:04 am
Viewing 15 posts - 20,911 through 20,925 (of 22,184 total)