Viewing post 1 (of 1 total)
here is another simple modified usage from an earlier example which shows reindex and update stats to all databases minus the system ones. Works great:
declare @statement NVARCHAR(1000)
DECLARE @Database NVARCHAR(255) ;
declare...
March 4, 2021 at 1:03 am
#3853115