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
AMD vs Intel? on dell's website - which has greater VM performance?
Windows 2008 - HP LaserJet 2600n drivers aren't working
PaperPort 12
ironport encryption review
I am new to webservices, please help.
wordpress causing infinite tabs opening?
Setting Compatibility Mode in IE8 using JavaScript
Terminal Service Printers
Exchange server 2007 sp3 in server 2008 R2
SSRS 2008 Cascading Parameter not getting refreshed