Forum Replies Created

Viewing 4 posts - 151 through 154 (of 154 total)

  • RE: Code Camp

    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...

  • RE: Identical Servers, but different performance puzzle

    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...

  • RE: Tame Those Strings - Finding Carriage Returns

    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...

  • RE: Question of the Day for 11 Sep 2006

    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...

Viewing 4 posts - 151 through 154 (of 154 total)