Viewing 15 posts - 136 through 150 (of 163 total)
SELECT DISTINCT P.PRE_DTT_PRESERVATION_ID,
CASE horizondm_dev2.dbo.LookupValue_dev(D.EVI_DEV_MEDIA_TYPE)
WHEN 'ORIGINAL STORAGE'
THEN 'Original: '+ EVI_DEV_BC_Barcode +' SN:'+ EVI_DEV_SN
WHEN 'WORKING STORAGE'
THEN 'Working: '+ EVI_DEV_BC_Barcode +' SN:'+ EVI_DEV_SN
WHEN 'For Remediation'
THEN 'For_Remediation: '+ EVI_DEV_BC_Barcode +' SN:'+ EVI_DEV_SN
ELSE
horizondm_dev2.dbo.LookupValue_dev(D.EVI_DEV_MEDIA_TYPE)...
May 24, 2012 at 1:03 pm
Since YODA is your avetar... you might like this....
May 24, 2012 at 12:56 pm
Lynn Pettis (5/24/2012)
May 24, 2012 at 12:53 pm
I'll do better than that... I'll write you a pretty little script and show the output... I'll even put a ribbon on it... gimmie a couple minutes....
May 24, 2012 at 12:41 pm
Lynn, I just realized what your reply was REALLY saying... I think I did that, but I'll double check.
May 24, 2012 at 12:32 pm
Lynn, My typing was wrong, but the test was correct. You're right the ISDELETED flag needs to on the table not the view... BUT.. I ran the...
May 24, 2012 at 12:30 pm
I'm a little late to the battle, but I'm fond of a saying...
How do you eat an elephant? One bite at a time. That Original query is...
May 24, 2012 at 12:26 pm
Lynn Pettis (5/17/2012)
Jeff Moden (5/17/2012)
Lynn Pettis (5/17/2012)
CptCrusty1 (5/17/2012)
.....
AND (CASE WHEN COL_1 = 25 AND COL_2 <> 30 THEN 1
...
May 17, 2012 at 3:21 pm
WHY is there an ORACLE add banner at the top of the SQL SERVER page??? PIRACY!!!!
May 17, 2012 at 3:17 pm
OK.. Case statement works, but is it the best way....
.....
AND (CASE WHEN COL_1 = 25 AND COL_2 <> 30 THEN 1
...
May 17, 2012 at 2:17 pm
opc.three (5/11/2012)
CptCrusty1 (5/11/2012)
:rolleyes: oh jeeeeez.....Too basic for you?
Nah... it was the Texas comment. You'd really love it if you knew that I grew up in Southern CA. ...
May 11, 2012 at 1:50 pm
PLEASE... I like SNARKY comments...
Since I have ya'll's attention. Can ya'll recomment a good starting point for more advanced SSIS schtuff? Reading material, things to try, etc?
Yes.....
May 11, 2012 at 1:34 pm
Yes... That was a thank you... just a goofy one which is normal for me... 😉
May 11, 2012 at 1:16 pm
CptCrusty1 (5/11/2012)
I try... I try... yet, it is a skill I have....
---Although, don't think I'm ungrateful... I'm always grateful to those with more knowledge, experience, or both...
May 11, 2012 at 1:10 pm
Viewing 15 posts - 136 through 150 (of 163 total)