A space where I share my coding experience.
BEGIN IF NOT EXISTS(SELECT * FROM [OwnersInCompany] WHERE [CompanyID] = @CompanyID AND [OwnerID] = @OwnerID) BEGIN INSERT INTO [OwnersInCompany] ([CompanyID], [OwnerID]) VALUES (@CompanyID, @OwnerID) END END
iSolo
Your email address will not be published. Required fields are marked *
Comment *
Name *
Email *
Website
Save my name, email, and website in this browser for the next time I comment.