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
Exchange 2010 inbound attachment size limit
Types of authentications in ASP.NET and when are they used?
Crystal Report 2008 Query - OR Multiple Parameter
Select a MS Table in VBA
jquery Colorbox login form redirect
VB equation is slightly off
Netgear WPS and old computers
WINDOWS XP PRO MEDIA EDITION RECOVERY
Script to email newly created computers. Need to add groups & users accounts also.
Join query give duplicate value