Forum Replies Created

Viewing 6 posts - 151 through 157 (of 157 total)

  • RE: Read Progress Database Backup

    This certainly looks like a Progress database. I worked on Progress from 1989 (v4.2) until 2001 (v9.1).

    Progress themselves are still going strong. The other place you may be able to...

  • RE: Question of the Day for 26 Apr 2007

    In THEORY, RAID1 Should outperform RAID5 in reads, as the controller (either SW or HW) could read from either disk to satisfy the request. In the event of a large...

  • 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 6 posts - 151 through 157 (of 157 total)