Archives

Posts Tagged ‘T-SQL’

For those who come from old school of Progress Syteline (Symix) like me, “For Each” command is so nature to us, in terms of loop through record for processing.  But SQL is pretty much bulk processing language.  There is simply no equivalent command as “For Each” in T-SQL.  There are basically two way to loop […]

Mar 12th, 2010 | Filed under Development, SQL