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
Cisco Routers - IP SLA notifications
0xefbfbd of encoding "UTF8" has no equivalent in "WIN1252"
Disabling software restriction policy
access to css 11503 using GUI
Searching inside PHP files
DOS Bat File Copy a File with Date Timestamp
I need to stop, then re-start, a thread in a web service using IIS
Unknown USB Device
Wyse thin client and Citrix display/graphic lag
Restoring files of users on SBS 2008