Hi,
My production SQL Server 2008 R2 hangs due to presence of a job imported from SQL Server 2005. The situation was not relieved until I deleted the job. This job imports data into a table through a stored procedure and it has been working for over a year on a production SQL Server 2005 which we are trying to retire.
This issue surfaced hours after I scripted out the job off SQL Server 2005 and executed it on the SQL Server 2008 R2. I first disabled the job but the SQL Server still malfunctioned after a few hours when some random data objects became not accessible
and agent jobs object also became not expandable. Any help will be appreciated.