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
Problem with Exchange 2010 " initialization failed"
Deploying iTunes 9.2 using SCCM and CMD file?
Can't Remote Desktop to Forefront TMG Server
How do i factory reset netvanta 1524st switch from the cli command line?
Cisco ASA SIte to Site NAT Options.
Inserting Rows in Excel with VBA
Exchange database backup failing with Arcserve v15
How to block USB Disks using Windows 2008 R2 Domain Controller Group Policy
PHP: import several RSS feeds into MySQL
Lable (and other elements) not appearing in my code behind