mjhf19

Results 1 comments of mjhf19

I've successfully tested replacing the three cursor selects currently: DECLARE cur_DBList CURSOR READ_ONLY FOR SELECT name FROM sys.databases WHERE state IN (0,5) AND source_database_id IS NULL ORDER BY name new:...