using visual studio (database pro) 2008, i have created a unit test (using the SQL unit test) that tests several stored procedures in order.
The solution is designed to call each SP after a period of time, not within the same second.
Thus the unit test fail and requires a short pause between each call.
Any ideas? is there a standard Thread.Sleep
style function i can use?