6> DECLARE @ProductId INT7> SET @ProductId = 1008>9>10> RAISERROR('Problem with ProductId %i', 16, 1, @ProductId)11> GOMsg 50000, Level 16, State 1, Server J\SQLEXPRESS, Line 10Problem with ProductId 1001>