The Smart Guide to Building World-Class Applications
Browse By: Author | Issue
...This article is for paid Professional Members only.
Already a Professional Member? Please log in now:
NOT A PROFESSIONAL MEMBER? YOU CHOOSE:
Professional Membership
Monthly
Annual
VIP Membership
Add a Comment
I am trying to print a message based on the value of a variable. I have tried: IF @DEMOCNT = 0 PRINT 'Pass' ELSE PRINT 'Fail' I hav...