January 13, 2012 at 5:36 am
I want update records from table1 to table 2 on Weekly basis
Please can you help me the above case
Thanks and Regards,
Madhu
January 13, 2012 at 5:53 am
You can create a SQL Server job with a Transact SQL job step that runs your update code on a weekly schedule.
If you want more information, please post more details, such as table creation code, sample data inserts, and what you're trying to update.
January 13, 2012 at 6:46 am
Scheduling SQl Agent Job.
January 13, 2012 at 7:58 am
I suppose snapshot replication would be overkill... but still an option!
-- Gianluca Sartori
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply