For Loop

accessman2

Registered User.
Local time
Today, 06:00
Joined
Sep 15, 2005
Messages
335
Hi,

In Stored Procedure,
can we make For loop statement?
Is there For Loop statement in T-SQL?
 
Hi there,

No there no is 'for' loop, you can use a while loop or a cursor (if you dare :P).
What do you need to do exactly? maybe you achieive it without a loop at all
 

Users who are viewing this thread

Back
Top Bottom