Viewing post 1 (of 1 total)
There's potential for deleted databases to show up as well, a join to sys.databases will prevent that:
SELECT [database_name], start_time AS 'LastCollectionTime',...
April 3, 2024 at 1:59 am
#4406695