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
Dynamic Color
Can't access Exchange 2003 OWA from Internet
Windows 2008 Server Domain isues
Read Outlook End User email from Exchange Server 2007
Vlookup Excel 2007
SSAS 2008 MDX All Member Before Current Member
css positioning for image caption - image height changes but container is absolute
What is the Best Digital Camera, that is tiny, takes video and takes great pictures?
Read file line by line in java
How to configure two types of update timings for VSE 8.7i via EPO server?