Microsoft
Software
Hardware
Network
Question : User defined function
I have a user define function that if
@PlansFolderCount OR @PlansDocumentCount is > 0
the RETURN should say "greater" orthwise it should say "less"
Answer : User defined function
IF (@PlansFolderCount > 0) OR (@PlansDocumentCount >0)
BEGIN
SELECT 'Greater'
END
ELSE
BEGIN
SELECT 'Less'
END
Random Solutions
Printing to printer over a WAN Link
Microsoft Live Meeting Recordings Locally
How to remove automatic login from Outlook 2010
Merging excel spreadsheets
Display Query Results in a Message Box
How to prevent bandwith leeching on content?
video driver needed
Cast Question for Crystal Reports
need help with select statement
How to add safe senders in Outlook 2003 Junk filter using GPO