What is the syntax of a for loop in TSQL?
for
How about this:
BEGIN Do Something END GO 10
... of course you could put an incremental counter inside it if you need to count.