Viewing 15 posts - 751 through 765 (of 7,466 total)
indeed, Jeff. Time flies when you're having fun ??
I hope there will be an occasion in the near future, when we have adapted to cope with covid-vnext.
August 2, 2021 at 2:57 pm
It was a great session, Jeff
Good to hear you again 🙂
August 2, 2021 at 5:54 am
It will be good to hear you again. It's been a while for me.
June 16, 2021 at 9:20 am
I used to try to solve such quest from within TSQL, as some others suggest.
But nowadays, I keep it out of TSQL using Powershell dbatools !
#of course...
June 16, 2021 at 9:17 am
June 10, 2021 at 6:47 am
Clear-Host
$TargetPath = 'c:\SQL_CMS_Export'
Export-DbaRegServer -SqlInstance Your_CMS_SQLInstance -Path $TargetPath
explorer.exe "$TargetPath"
<# Results
Your_CMS_SQLInstance-reggroup-DatabaseEngineServerGroup-06022021131433.xml
#>
June 2, 2021 at 10:59 am
Isn't CMS hosted in msdb?
You cannot put systems databases in an AOAG.
May 31, 2021 at 12:02 pm
We always use
-- switch sqlserver logfiles (errorlogs)
EXEC msdb.dbo.sp_cycle_errorlog
and
EXEC msdb.dbo.sp_cycle_agent_errorlog;
We do this in a single SQLAgent job, but in 2 steps, configured so they...
May 28, 2021 at 7:55 am
What disturbs me more is the fact that "will never share information" gets thrown overboard.
MS baught Whatsapp for its technology.
Instead of rebranding it to MSwhatever, they opt to keep the...
May 26, 2021 at 12:07 pm
keep min mind, a disabled job can still be fired using sp_start_job !
( it will just not be started by its coupled schedules or alerts )
Just in case you let...
May 19, 2021 at 11:04 am
Nice article !
May 3, 2021 at 11:33 am
April 19, 2021 at 1:41 pm
here is a nice ref:
by Brent Ozar
https://www.brentozar.com/archive/2020/10/want-to-use-columnstore-indexes-take-the-columnscore-test/
or direct https://columnscore.com/
April 14, 2021 at 12:47 pm
Viewing 15 posts - 751 through 765 (of 7,466 total)