Viewing 6 posts - 76 through 81 (of 81 total)
SQLRNNR (8/2/2012)
August 2, 2012 at 12:21 pm
SQLRNNR (8/2/2012)
What happens when you execute the proc outside of a sql job?
It runs successfully outside the sql job
August 2, 2012 at 12:16 pm
Thanks to
laurie-789651 and SQLKnowItAll
Appreciate
July 30, 2012 at 9:05 am
Lynn Pettis (7/18/2012)
SELECT
CASE sex WHEN 'M' THEN 'Male' WHEN 'F' THEN 'Female' END AS Sex,
RaceCode,
...
July 18, 2012 at 1:34 pm
SQLKnowItAll (7/18/2012)
July 18, 2012 at 1:25 pm
Viewing 6 posts - 76 through 81 (of 81 total)