I need to test some asp.net code that handles timeout exceptions from a call to mssql database.
I'm about to reduce my CommandTimeout parameter on the connection however this might cause the errors before reaching the my code.
Is their a simple way to cause the database to timeout 'on cue'?