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
SSIS SQL Server 2005 null values
Show all records when variable is null
Using VLookup for Data Validation
Office Word 2007
Citrix Provisioning Server, Cannot Find vDisk
301 redirect htaccess issue
Cannot Replicate FREEBUSY from Exchange 2003 to Exchange 2010 - EVENT 14029, 4003,
NFS share on FreeNAS
Cannot access LAN on Cisco Valet M10 wireless router
Adding host to ESX farm