Viewing 4 posts - 151 through 154 (of 154 total)
This is a tough one. I was involved with a User Group for a couple of years, and getting responses and attendance was always hard, even though it was held...
April 15, 2007 at 10:07 pm
Things to look for:
Cache hit Ratios (other queries pre-populating the cache)
Disk Queues (RAID levels etc)
sp recompiles (Always worth a look)
Disk fragmentation (depending on how you copied everything on this could...
March 18, 2007 at 10:26 pm
Being an old UNIX hack, I would have preferred to see the CHR(13) and CHR(10) in seperate REPLACEs. That would allow it to work with data from other sources than...
February 12, 2007 at 11:23 pm
From the webpage
Question: What does @@textsize return?
Correct Answer: The maximum size of a text field on the server. 2GB in SQL Server 2005.
Explanation:
This returns the current value of...
September 11, 2006 at 1:19 am
Viewing 4 posts - 151 through 154 (of 154 total)