Viewing 15 posts - 4,876 through 4,890 (of 5,843 total)
Jeff Moden (11/25/2008)
It sure does... let's have a race when we're done... CLR vs T-SQL.
Unfortunately I can't be the one to code it. 🙁 I have lots of obligations...
November 26, 2008 at 9:21 am
This sounds like an opportunity for CLR to me.
November 25, 2008 at 8:29 am
astar (11/21/2008)
Here is some additional details:
We...
November 25, 2008 at 8:18 am
Even if you don't, as others recommend, have 'control' or even input as to the configuration of the SAN for your SQL Server storage needs, you probably still should create...
November 24, 2008 at 8:36 am
Yep, I was correct. This will get even worse if you introduce joins into the mix, because the optimizer may 'guess' 1 row will be returned (quite a common...
November 20, 2008 at 7:13 am
1) there are a kajillion configuration changes that could have happend to cause this slowness. Good luck finding out if one or more occurred and which one may be...
November 19, 2008 at 11:36 am
1) It is a common MISconception that table variables are memory-resident only. This is false. They will get written to disk in tempdb just like regular temp tables...
November 19, 2008 at 11:34 am
Well, you gave us no design docs, table or code scripts, data metrics, etc so we are extremely limited in our ability to help you.
Having said that, I...
November 19, 2008 at 11:29 am
Alasdair Thomson (11/18/2008)
November 18, 2008 at 9:42 am
Being even more proactive what you should do (and what I advise all my clients to do as a sql server consultant) is to grow your database to the size...
November 18, 2008 at 8:35 am
Alasdair Thomson (11/17/2008)
November 18, 2008 at 8:04 am
check out dbcc memorystatus. search online for guideance about this undocumented dbcc command.
November 18, 2008 at 7:48 am
1) Yes, you should defrag (and keep defrag'd) OS-level files.
2) I would consider shutting down sql server if possible.
3) Take a look at Disk Keeper. ...
November 13, 2008 at 12:51 pm
rbarryyoung (11/11/2008)
Toad has a Query Optimizer? Huh, I didn't know that...
IIRC they purchased it from a company that developed it years ago. I tested the product out some...
November 11, 2008 at 1:27 pm
jlp3630 (11/11/2008)
November 11, 2008 at 8:43 am
Viewing 15 posts - 4,876 through 4,890 (of 5,843 total)