Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Calling a package - where does it run from?

    I'v run into the same issue where we had to generate Excel files and didn't have Office on the prod server. The way I was able to get around this...

  • RE: Issues in changing the recovery model

    After you have changed the recovery model and scheduled t-log backups, be sure to do a full database backup. T-log backups will not start till the db has been backed...

  • RE: Develpers

    Hows this:

    SELECT     psno, CAST(REPLACE(REPLACE(REPLACE(psno, 'ab', '.1'), 'a', '.2'), 'b', '.3') AS float) AS sort_ordr

    FROM         temp

    ORDER BY CAST(REPLACE(REPLACE(REPLACE(psno, 'ab', '.1'), 'a', '.2'), 'b', '.3') AS float)

Viewing 3 posts - 1 through 3 (of 3 total)