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
visual studio 2005 express
asp.net, c#, drop down list error
Dynamically passing the parameter the service constructor (without configuration file)
VS2010 add project to solution
WD My Book Drive Failing or Not, Given Windows 7 Event Log Errors?
Dreamweaver CS4 table border color
Will there be a 13" Macbook with an iCore processor anytime soon? Safe to buy C2D?
Creating a Linux ready CD-R style boot disc ...
Set up a rolling text box in SSRS
Pass value on form through Querystring Javascript