T-SQL : WHILE Loop Syntax













  WHILE SomeConditionTrue
BEGIN
-- Execute code here
END

Comments

Popular posts from this blog

Installing AdventureWorks Sample Databases from Microsoft

SQL: GROUP BY And HAVING

ASP.NET : Create an Empty Web Application Project in Visual Studio 2012