zhigangwang315
SSC Enthusiast
Points: 111
More actions
August 22, 2001 at 2:26 pm
#57531
Does anyone know of a way to make SQL server non-responsive? I need to do this for testing purpose. Thanks.
Zhigang
Andy Warren
SSC Guru
Points: 119902
August 22, 2001 at 4:50 pm
#417747
Maybe pause the server? Not sure what result you need. Typically you'd just set a command/connection time out on your client app, then trap for the error if it does time out.
Andy
AndyConnect with me on LinkedIn
Sean Burke
SSCommitted
Points: 1504
August 22, 2001 at 6:59 pm
#417750
The server pause should work. You can do it programmatically through DMO, using the server object and its "pause" and "continue" methods.
Sean
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply