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
Laptop for AutoCad
VB.Net exe, icon and shortcut
OCZ Agility SSD Won't Boot on Toshiba M400
Exchange 2010 with Outlook 2003
DSUM with multiple rows and multiple columns
comment SP
add second virtual nic to virtual switch - esxi 4 with vCenter 4
URGENT - My EXTERNAL File looks OK but ...
Copy large file
Script for Excel Data