krzysieq
10-04-2006, 08:46 AM
Hi.
I have a question. Does anybody know, how to make Microsoft SQL Server wait during execution of queries? I want to make it hang for a while, so I can test if timeouts in my app are working fine. I'd like something pretty much like this:
SELECT some_stuff FROM some_table;
>>> wait 30 seconds <<<
SELECT some_other_stuff FROM some_other_table;
Anyone familiar with this subject? I'd appreciate any help.
Thanks
krzysieq
I have a question. Does anybody know, how to make Microsoft SQL Server wait during execution of queries? I want to make it hang for a while, so I can test if timeouts in my app are working fine. I'd like something pretty much like this:
SELECT some_stuff FROM some_table;
>>> wait 30 seconds <<<
SELECT some_other_stuff FROM some_other_table;
Anyone familiar with this subject? I'd appreciate any help.
Thanks
krzysieq