DECLARE @site_value INT; SET @site_value = 15; IF @site_value < 25 PRINT 'TechOnTheNet.com'; ELSE PRINT 'CheckYourMath.com'; GO