• No cursors? Why not? You're looping through 100 servers, so even if you don't have an explicit cursor, the effect is going to be the same. This is the kind of thing SSIS was designed for - why do you want to ditch that solution and reinvent it? If you must have plain T-SQL scripts, I've already told you how to do it - use sqlcmd.

    John