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
Exchange 2007 Powershell - Set-MailboxDatabase add Journal Recipient that is a Distribution Group
dateDiff - combining a date selection and a time selection
perl, select rows of data into an array
Macbook air connects to skype, but not on the internet
ASP.NET file download issues on selected machines/browsers
PoM/Tank Macro for Priest
watchguard firewall rejects some pdf attachments, but not others
Backup Exec 12.5 Job Running Extremely slow
windows permissioning
FAST Search server for Sharepoint 2010 does not index pdf files