App Muncher

Issues faced - solutions identified - shared with community.

USE Master_S

DECLARE @I int
SET @I = 56
While (@I <= 109)
BEGIN
Delete from Master_S.dbo.RSource where RSourceID = @I
SET @I +=1
END
GO

No comments:

Post a Comment

| Designed by AppMuncher