I have created a database in SQL Server 2008 and I have assigned a job to it which get backup from my database once a day.
Now I want to attach my database to SQL Server in another system.
Should I create the job again on the second server or it has been transferred with mdf file itself?