Possible Duplicate:
Empty statement in T-SQL
How can I get this to compile in SQL Server?
IF @value IS NULL
BEGIN
-- I don't want to do anything here
END
Possible Duplicate:
Empty statement in T-SQL
How can I get this to compile in SQL Server?
IF @value IS NULL
BEGIN
-- I don't want to do anything here
END