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
Strange DNS issues - SBS 2008
configuring asa to PAT port 9191 to 9100
ORA: 6533 Subscript out of range
Office 2010 KMS on non-AD DNS?
Forefront 2010 URL Filtering
backup VMware server
Access / how many users connected?
Cisco 851 router installation blocks XP File and Print Services functionality for attached client PC's.
alternative current in to a pc
301 redirect non-www to www