Microsoft
Software
Hardware
Network
Question : Reading in and set value in stored procedure
I have a parameter passed in to a stored procedure. I need to check the first 4 characters if they are = to 'abcd' I need to set another variable to 'defg' and vice versa I tried this with a case statement but couldn't get it too run. Any ideas?
Answer : Reading in and set value in stored procedure
SELECT @var = CASE WHEN LEFT(@param, 4) = 'abcd' THEN 'defg' ELSE @param END
Random Solutions
I need to query each group in an OU in the Root Domain and get the group names that has exact identical users.
Transferring Large Amount of Data from Windows to Linux
Split String in C#
Need help with important safety precautions!
How to determine hard disk activities
Can't access Exchange 2003 OWA from Internet
Windows XP problems after a hard drive clone of a bad drive
Anyone get Quickbooks errors in the Windows App log but not the program? Intuit says normal
Gracefully shutting down VMs before ESX hosts shutdown in vSphere
SSAS 2008 MDX All Member Before Current Member