When I select restore from the Enterprise Manager the app Times out for a few minutes aprox 10mins. It the comes up and can be addressed and I can resotre the DB.
A DBCC INPUTBUFFER shows during this time it is continiously looking for this:
select physical_device_name,device_type from msdb..backupmediafamily where media_set_id = (select media_set_id from msdb..backupset where backup_set_id = 2596)
select physical_device_name,device_type from msdb..backupmediafamily where media_set_id = (select media_set_id from msdb..backupset where backup_set_id = 3664)
it just repeats until it exhusts its options.
Is there a way to clean up or speed up this process?
A DBCC INPUTBUFFER shows during this time it is continiously looking for this:
select physical_device_name,device_type from msdb..backupmediafamily where media_set_id = (select media_set_id from msdb..backupset where backup_set_id = 2596)
select physical_device_name,device_type from msdb..backupmediafamily where media_set_id = (select media_set_id from msdb..backupset where backup_set_id = 3664)
it just repeats until it exhusts its options.
Is there a way to clean up or speed up this process?