Viewing 4 posts - 1 through 4 (of 4 total)
Is there a sleep function in VS script?
in most of unix shell scrip (c, korn), you can sleep(60). that is it.
September 26, 2002 at 6:27 pm
Brian's solution solves the problem nicely. But in general, if I want to assign the result of a stored procedure to a local variable, is there a better way than...
September 11, 2002 at 3:26 pm
Any simpler way? or SQL server is just that stupid.
September 11, 2002 at 12:28 pm
Your suggestion works only for subquery. What if I already know the keys? Of cause, one way to do it is to iterate over the keys in each select like
foreach...
August 2, 2002 at 8:09 am
Viewing 4 posts - 1 through 4 (of 4 total)