Transfer SQL job to another machine

Mahdi jokar picture Mahdi jokar · Apr 5, 2012 · Viewed 11.8k times · Source

How can I transfer my SQL Agent job (maintenance plan) from my server to another server?

I use SQL Server 2008 R2. My job runs a T-SQL script.

Answer

BluesRockAddict picture BluesRockAddict · Apr 5, 2012

The following article explains how to to do it: Migrating a Maintenance Plan from One SQL Server to Another.

Note that they're using SQL Server 2000, but it should work for SQL Server 2008 R2 as well.