Forum Replies Created

Viewing 15 posts - 1 through 15 (of 26 total)

  • RE: SQL Server 2008 and Data Compression

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

  • RE: SQL Server 2008 and Data Compression

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

  • RE: SQL Server 2008 and Data Compression

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

  • RE: Stored Procedures Reconsidered

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

  • RE: SQL Server 2005 Adoption Survey Results

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

  • RE: Terry-bites

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

  • RE: Terry-bites

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

  • RE: anyone know how to calc weighted averages

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

  • RE: anyone know how to calc weighted averages

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

  • RE: Question on how to implement business logic

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

  • RE: Crystal Reports data access methods (stored procs, etc.)

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

  • RE: Tuning question

    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.

  • RE: Tuning question

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

  • RE: SQL server 2000 Enterprise edition purchase

    I think you will have to take one cpu out or purchase another cpu license.

  • RE: SQL server 2000 Enterprise edition purchase

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

Viewing 15 posts - 1 through 15 (of 26 total)