Date parsed: 19/10/2007 11:23:11
Date: Fri, 19 Oct 2007 11:23:11 -0000
On 19 Oct, 11:49, jiten <ji...@discussions.microsoft.com> wrote:
> Hello,
>
> We have an asp.net web application with server/stats as follows-
> Database server- Sql server 2000
> Web server - IIS 6
> Database size - about 5 million records
> No of users- 1000
>
> Since the size of the database and number of users are growing fast, there
> is a concern, will sql server be able to handle the load.Migrating database
> to Oracle is on the cards.
> Could you guys please give your inputs on the pros and cons of Sql Server to
> Oracle migration,or will sql server be able to take this kind of load?
>
> Cheers,
> Jiten
1000 users and 5 million rows is not large for SQL Server. The only
significant constraint on performance will be your hardware and your
application design, not the DBMS.
You can find case studies and benchmarks for SQL Server at
http://www.microsoft.com/sql/default.mspx - including benchmarks and
workings systems for x0,000s of users and a TPC-C benchmark of more
than 1 million transactions per minute.
--
David Portas