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
Viewing Embedded Image in MS Access Report
Connecting two switches together
SQL Server 2008 Licensing
Outlook Web App (OWA) 2010 defaults to light version for specific user
execute stored proc from asp doesnt run update
windows 2008 MYSQL5.1 and PHP5
A component's file does not match the verification information present in the component manifest
strange error
Cast Question for Crystal Reports
SBS 2003 can ping but cannot browse internet