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
Regarding INOTES in Lotus 8.5
Exchange Database will not mount.
Adding Columns to ASP.Net Gridview Control
Server Returns 404 Error when publishing through WebDAV
Manual sbs03 -> sbs08 Migration
Can't access Exchange 2003 OWA from Internet
No icon on desk top windows XP
Format Drive with FAT32
What is the process for getting the proper dll to use with 'example' code? system.web.extensions.dll dll question
Riverbed with Cisco GRE Tunnel