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
Pass URL Parameter to multiple iFrames in ASP
Gantt Chart
Junk email folder on PST and OWA
Using an additional domain controller when PDC crashes
Starting Apache with built in SSL_MOD ( Linux RHEL5)
Exchange Down, MSExchangeAL 8231, FSMO Error 1355 All GC's Down
How to hide a dummy date value.
Oracle 10.2.0.4 upgrade
PHP: adding a unique code to JPG image during download (embedded in the file)
ASA 5510 - site to site vpn - receiving data but not sending