SyntaxFix
Write A Post
Hire A Developer
Questions
Like Other said you can use something like that:
IF NOT EXISTS (SELECT 1 FROM Table) BEGIN --Do Something END ELSE BEGIN --Do Another Thing END