Viewing 10 posts - 1 through 10 (of 10 total)
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...
October 31, 2007 at 7:20 am
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...
October 30, 2007 at 2:49 pm
John Mitchell (10/19/2007)
GaryI 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...
October 19, 2007 at 7:01 am
John Mitchell (10/18/2007)
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...
October 18, 2007 at 3:31 pm
Thank you very much for the responses! Im going to try it right now and will let you know how it works out.
THANKS!
October 18, 2007 at 9:11 am
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...
October 18, 2007 at 8:52 am
Thanks for the response. All the tables do have a date but I am going to have to work on the foreign keys.
October 18, 2007 at 7:24 am
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...
September 12, 2007 at 6:50 am
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...
September 11, 2007 at 8:49 am
Viewing 10 posts - 1 through 10 (of 10 total)