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/|||an infinite loop, i see.
should I run this overnight? lol
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment