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
Installing PHP XP (IIS 5.1)
Visual Basic.Net Question on Checking a field if Numeric Data entered
Translate web site
SQL Statement. Copy and paste characters from cell into another in same record
Copy large file
Replacing Keyboard on Toshiba Portege A600
Some email bypassing spam filter
comment SP
Ho to customize flash paper interface
Exchange 2010 with Outlook 2003