This week we migrated from SQL Server 2005 to SQL Server 2012. I just looked in SSMS 2012 and found none of our SQL Jobs there. How do I migrate them? Do I generate their SQL scripts and do it that way?
Right click on the SQL Agent jobs in SQL05, script job as, create, to new query window. Run that script on the SQL12 instance and you jobs will get re-created.