Viewing post 1 (of 1 total)
thank your for your replies guys. I managed to get the result i want doing that:
DECLARE @command varchar(1000) EXEC master..sp_MSforeachdb @commandSELECT @command='USE [?]IF...
March 6, 2019 at 6:42 am
#2023655