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
SQL Server instance just disappeared
SQL Server 2008 Licensing
.NET framework error on install
How to remove automatic login from Outlook 2010
Quality Center
Nokia E52 Language
"one or more multiply defined symbols found" Error in VS C++ 2010
Blackberry not receiving new email
Cast Question for Crystal Reports
Why are Outlook 2007 drafts disappearing?