Viewing 6 posts - 151 through 157 (of 157 total)
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...
May 13, 2007 at 8:39 pm
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...
April 26, 2007 at 12:05 am
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 6 posts - 151 through 157 (of 157 total)