R
Rogas69
Hi all,
I would like to ask you, how many transactions per second can you achieve on
your sql servers? I have simple stored procedure that updates records in
small table - and I cannot go over 220 trans per sec using ado .net... Is it
ok?
I am using generated dataadapter (framework 2.0, beta2). The procedure
returns string (ExecuteScalar).
The sql server runs double xeon machine and 2 scsi drives. Database files
are split between drives. Memory and processors aren't the bottle neck,
average disk queue is not as well. Page splits are minimal.
Peter
I would like to ask you, how many transactions per second can you achieve on
your sql servers? I have simple stored procedure that updates records in
small table - and I cannot go over 220 trans per sec using ado .net... Is it
ok?
I am using generated dataadapter (framework 2.0, beta2). The procedure
returns string (ExecuteScalar).
The sql server runs double xeon machine and 2 scsi drives. Database files
are split between drives. Memory and processors aren't the bottle neck,
average disk queue is not as well. Page splits are minimal.
Peter