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
how can i pay electricity bill online using hdfc netbanking ??
Predicted harddrive failure
Can someone give me an explaination of a Vector
Is it possible to encrypt an email message using PHP?
ClearOS Enterprise 5.2 Alpha 1
activex script in dts to see if records are in table
Windows 2003 WMI Errors after VMWare Virtualization
ADmodify.exe "mailbox rights modification disabled" ??
.NET FTP Control
asp.net vb.net render html to component