|
sql
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
how to crash/corrupt a Microsoft SQL 2005 Server?
hello everyone,
I'm doing some big load testing on my SQL 2005 Server like adding/update/remove thousands of entries. I wonder what would cause my server to crash or data corruption? It seems to run fine on load testing.... well run this to start things off
declare @id int select @id =1 while @id < 100 begin select getdate(),newid() --select @id = @id + 1 --oops commented out by mistake end http://sqlservercode.blogspot.com/
Other interesting topics
Deadlocks "again"
Move DB by backup/restore or SP_Detach? IN clause with comma seperated values in select query How to "Grant" a Trigger ??? Table comparison what kind of index to use in this situation. Management Studio Question.... Add User to Log-Shipped Database sqlserver 2005 express license Licensing by the month? |
|||||||||||||||||||||||