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
Probably an easy question, but how can I set the domain name for use with iis on my lan?
Image desktop settings
error SQL3126N when loading data from local file to remote DB2 instance
Microsoft Exchange 2010
user rights and administrative rights problems on domain
VB.Net 2008: Send email using richtextbox as Body ignoring Vbnewline and CRLF
PowerShell: How to find a contact in W2k8 R2
Google adwords campaign
Comparing columns in a table
verifying port forwarding for your router failed