Forum Replies Created

Viewing 6 posts - 76 through 81 (of 81 total)

  • RE: Reindex job fails

    SQLRNNR (8/2/2012)


    If it runs successfully outside of the job, then we will need more info from the error output of the job. Output all job step history to a...

  • RE: Reindex job fails

    SQLRNNR (8/2/2012)


    What happens when you execute the proc outside of a sql job?

    It runs successfully outside the sql job

  • RE: difference between # and ## temp tables in sql server

    Thanks to

    laurie-789651 and SQLKnowItAll

    Appreciate

  • RE: query help

    Lynn Pettis (7/18/2012)


    This is what I wrote:

    SELECT

    CASE sex WHEN 'M' THEN 'Male' WHEN 'F' THEN 'Female' END AS Sex,

    RaceCode,

    ...

  • RE: query help

    Thanks

  • RE: query help

    SQLKnowItAll (7/18/2012)


    Can I ask why you want your results like that from a query? Are you going to be having the end users run this in SSMS or at...

Viewing 6 posts - 76 through 81 (of 81 total)