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
SQL 2k Database restore using only MDF flies
Design Review (Three Designs) for one website.
How do I resolve stop error: *** STOP: 0x0000007B (0xF789EA94, 0XC0000034,0x0000000,0x000
0000)
Synology NAS DS-209
Since upgrading to SQL 2008 linked Access Tables/Queries Very Slow
Find and Replace Hyperlinks in Access 2007
Exchange 2010 Backup
Document Review
How can I destroy all data on this old server?
Exchange 2007 - Error 5.1.0 - Unknown address error 550-'5.1.1 User unknown'