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
How do I push IE 8 through WSUS using Group polciy
VMWare ESXi vs vSphere Essential ($495 Option)
htaccess Partial Query String Rewrite
Replace apostrophes in all Session Variables in C#?
SSIS/TSQL Three Part Naming for Temp Table
Intel Remote Monitoring Module
Modal Popup Validation Summary
AIX DB2 error
Replicate this Navigation Menu Box with Resizable Custom Scrolling
Win 7 Pro Virtual Pc XP Mode visible in the network but not accessible