SQL 7.0

  • This is an easy one, but I am having trouble finding the documentation.

    How many transactions per minute can SQL 7.0 handle?

    Thanks

    Chris


    Aurora

  • The number of transactions per minute that SQL Server 7 can process varies. There is no one published number for this. How many transactions per minute you can get out of your systems depends on the hardware, type of transactions (insert, delete, select, update) and how good or bad the SQL coding for the app you are using is and other factors. The only way to get a real number for your system is to test it yourself.

    Diane

  • Totally agree. Its a lot of variables, too many to be worth trying to guess, better to just test.

    Andy

    http://www.sqlservercentral.com/columnists/awarren/

  • If you go out and visit:

    http://www.tpc.org/

    you'll see quite a range in SQL Server 2000 performance, and this is mainly due to the different hardware ranges, even though the test is the same.

    For instance, if you look at the top 3 results for performance, you'll see SQL 2K for each of these three. However, the range in tpmC is almost 142,000, and this is only for the top 3.

    K. Brian Kelley

    bkelley@sqlservercentral.com

    http://www.truthsolutions.com/

    K. Brian Kelley
    @kbriankelley

  • Yes, I understand and agree, I was just hoping there was documentation or benchmarks for SQL 7.0. I have already done my own testing and wanted further documentation to support my recommendation of upgrading our replicating dB's to SQL 2000.

    Thanks Brian, I checked out that site and it had some interesting information. Thanks all, I should have been more clear on what I was looking for.

    Thanks again,

    Christine


    Aurora

  • If you have a Microsoft rep, you may want to contact them. Microsoft used to have performance information on their site for SQL Srever 7, but it's now all SQL Server 2000.

    K. Brian Kelley

    bkelley@sqlservercentral.com

    http://www.truthsolutions.com/

    K. Brian Kelley
    @kbriankelley

Viewing 6 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply