zhigangwang315
SSC Journeyman
Points: 81
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
AndySQLAndy - My Blog!Connect with me on LinkedInFollow me on Twitter
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 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply