Viewing 15 posts - 1 through 15 (of 26 total)
Just to clarify, the 20% increase is compared to the same cached query of the non-compressed database.
Times:
non-compressed first run 2 minutes, second run 11 seconds
compressed first run 1 minute, second...
January 9, 2009 at 9:09 am
No, haven't tried page level yet. Our redgate compressed backups went down from 40gigs to 24gigs for the compressed database. Compression is going to be huge for us...
January 9, 2009 at 8:51 am
We have a warehouse database that is normally around 400gigs which compresses down to 80gigs with row level compression. Performance of queries varies widely depending on the disk io...
January 9, 2009 at 8:39 am
Giving direct access to users is a bad thing. Granted a savy user may be able to figure out a sp. However, even casual users have access to...
July 30, 2008 at 7:08 am
We have 7 large sql 2005 servers with 8-16 cores and 32-64 gigs of ram running windows 2003 64 bit. Benefits we have seen are as follows:
- Stability
- Large...
March 28, 2008 at 7:28 am
Steve, what type of load information are you looking for?
I can summarize some of our findings of moving to sql server 2005 64bit.
From a warehousing perspective we have seen huge...
March 5, 2008 at 1:10 pm
We have moved many of our databases from 32bit 2000 servers to 64bit 2005 servers. Hardware is similar between 32bit and 64bit with the exception of 16gigs of ram...
March 5, 2008 at 6:52 am
Thanks for the advise. I am using as2k5. If I can use a sp, that would be great since I could easily pass in the weighted average, round it and...
May 21, 2007 at 9:33 am
That worked. I had tried doing it with a calculation based on non-additive measures, but that didn't work.
Anyone know how to do lookups with measures and display character values? Now...
May 21, 2007 at 6:57 am
Create a dts package that dumps your cusip/ticker list to a text file, ftp's the list to your data provider, ftp's the prices back and then loads them into the table used...
November 12, 2004 at 7:52 am
Option A also keeps your logic out of the report, which turns the report into just a formatting tool. This allows other tools, such as excel, to use the same...
November 5, 2004 at 8:07 am
Opps, I meant "This will tell you how many seconds your data is staying memory withOUT references". My typing is slower than my thoughts this morning.
August 24, 2004 at 7:16 am
Try monitoring page life expectancy under buffer manager. This will tell you how many seconds your data is staying memory with references. A general rule of thumb I read somewhere...
August 24, 2004 at 7:11 am
I think you will have to take one cpu out or purchase another cpu license.
August 19, 2004 at 7:22 am
The $19,000 is the retail price per cpu for sql enterprise. The $3,200 was probably either sql standard per cpu, sql standard per seat with 25 cals or enterprise per seat with...
August 18, 2004 at 7:24 am
Viewing 15 posts - 1 through 15 (of 26 total)