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
Dell M610, Vsphere 4 & cisco 3130X switch configuration question
web traffic
Vbs/HTA to send email (Html) based on excel sheet
WDS Server 2008 R2 - PXE Error
MAC Os 10.4 Startup problem.
how to transfer apps from my iphone to my itunes library
virus/hacker changed computer registered owner
SharePoint - single user can't access Rich Text Editor
Properties group in usercontrol
Configuring Wireless Computer Authentication with Certificates in Windows 7