You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Restore of '+DB_NAME(db.resource_database_id)+' database ('+(SELECTCAST(CAST(SUM(size *8.0/1024/1024) ASBIGINT) ASNVARCHAR) FROM #MasterFiles WHERE database_id =db.resource_database_id) +'GB) is '+CAST(r.percent_completeASNVARCHAR(100)) +'% complete, has been running since '+CAST(r.start_timeASNVARCHAR(100)) +'. 'AS Details,
1641
+
'Restore of '+COALESCE(DB_NAME(db.resource_database_id), 'Unknown Database') +' database ('+COALESCE((SELECTCAST(CAST(SUM(size *8.0/1024/1024) ASBIGINT) ASNVARCHAR) FROM #MasterFiles WHERE database_id =db.resource_database_id), 'Unknown') +'GB) is '+CAST(r.percent_completeASNVARCHAR(100)) +'% complete, has been running since '+CAST(r.start_timeASNVARCHAR(100)) +'. 'AS Details,
0 commit comments