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
Windows 2008 Network Load Balancing
Windows 7 WGA says my legitimate copy is NOT GENUINE
Remove shortcuts possibility in a web page or to put in favorite
Windows 2008 64bit system showing only 4GB usable...
VBS - Help needed to modify the code
MDX query help (sub queries)
How can i display who has access and flag secuirty concerns?
Which Cisco Router Is This?
T-SQL: Get the count of the valid/current 1:N references as return field
BOOTMGR is missing