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
Integrating projects
Inkjet printer recommendation for the home wanted
Anyone used OEM for monitoring PeopleSoft application and peoplesoft databases?
Offline address book cannot be downloaded after moving mailbox to exchange 2010
Create folder / Start Menu Programs Shortcut / Set permissions
ASP.NET unable to cast object of type
New Windows 7 workstations in existing SBS 2003 domain
WiFi / wireless connection dropped & laptops need to be rebooted to reconnect to 2Wire broadband modem : Event id 5005
Coldfusion -SQL and LIKE question
Difference between Icefaces,myfaces,richfaces
in JSF?