SQL Server insert slow
Posted
by andrew007
on Stack Overflow
See other posts from Stack Overflow
or by andrew007
Published on 2010-03-15T12:57:06Z
Indexed on
2010/03/15
12:59 UTC
Read the original article
Hit count: 217
Hi,
I have two servers where I installed SQL Server 2008
- Production: RAID 1 on SCSI disks
- Test: IDE disk
When I try to execute a script with about 35.000 inserts, on the test server I need 30 sec and instead on the production server more than 2 min! Does anybody know why such difference? I mean, the DB is configured in the same way and the production server has also a RAID config, a better processor and memory...
THANKS!
© Stack Overflow or respective owner