Forum Replies Created

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

  • RE: Archiving / Truncating

    Running this command provided no results.

  • RE: Archiving / Truncating

    BEGIN TRAN

    INSERT INTO OplatesStagingArchive.dbo.ACHBatches

    SELECT * FROM OplatesStaging.dbo.ACHBatches

    WHERE ProcessDate < '@1999-01-01'

    This is what I got as a result. I had the same error with the ( ) in so I...

  • RE: Archiving / Truncating

    Well Ive started back on this project and have gotten a descent amount futher. I have my archive db created with a cloned schema of the original. Now...

  • RE: Archiving / Truncating

    John Mitchell (10/19/2007)


    Gary

    I hope you took a backup of hostdb before you started!

    Please will you post all scripts you ran so that we can try to see what went wrong.

    John

    I...

  • RE: Archiving / Truncating

    John Mitchell (10/18/2007)


    Gary

    The easiest way to do it is to right-click on your existing database in Enterprise Manager and choose All Tasks, Generate SQL Scripts, and use the dialog box...

  • RE: Archiving / Truncating

    Thank you very much for the responses! Im going to try it right now and will let you know how it works out.

    THANKS!

  • RE: Archiving / Truncating

    Ok so I am a novice when it commands to SQL commands so maybe you could help me with this one...

    Is there a command that I can run to create...

  • RE: Archiving / Truncating

    Thanks for the response. All the tables do have a date but I am going to have to work on the foreign keys.

  • RE: Problem with Maintenance script

    Found out what was wrong... I feel stupid now as well.

    I started looking at this problem a couple of days and found right away that the error code that...

  • RE: Problem with Maintenance script

    Your right.

    I have been trying to remote in to get to them but I am unable to do so at the moment.  I have my jr admin mailing them...

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