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
ftp put via php from linux to AS/400
Mitel Teleworker One Way Audio
.NET framework error on install
simple math programming question
WAN SETUP
How can I check for an install new updates for Symantec Backup Exec? I have clicked on the Help drop down menu, but don't see any options for updates
Adding URL Parameter
All Exchange 2007 email shows internal IP address of ISA server rather than origin address
Java Not Working in Internet Explorer or Firefox
How to save images and image file paths into SQL from delphi form