560 Followers
330 Following
46 Posts
Community driven SQL Server PowerShell module. Works on Windows, Linux and Mac.
GitHubhttps://github.com/dataplat/dbatools
Websitehttps://dbatools.io
LanguagesPowerShell, T-SQL

This is a brief post about how to fix "The certificate chain was issued by an authority that is not trusted" error when using @dbatools

https://vladdba.com/2023/07/29/fix-certificate-authority-that-is-not-trusted-when-using-dbatools

#sqlserver #dba #mssqlserver #mssql #sqlserverdba #powershell #dbatools

Fix "certificate chain was issued by an authority that is not trusted" when using dbatools - VladDBA

How to fix "The certificate chain was issued by an authority that is not trusted" error when using dbatools.

VladDBA
My latest blog on Parameter Sensitive Plan Optimization in SQL Server 2022 is up at https://www.sqljared.com/blog/parameter-sensitive-plan-optimization/. My next post will be on this subject as well, discussing an issue that may affect your Query Store scripts! #sqlfamily #sqlblog
Parameter Sensitive Plan Optimization - SQLJared

Parameter Sensitive Plan Optimization is an interesting new feature in SQL Server 2022. Let's review and look at a potential issue.

SQLJared
Install-DbaMaintenanceSolution now supports auto-scheduling Ola Hallengren's agent jobs! Read more on @cl's blog #dbatools #sqlserver #powershell https://blog.netnerds.net/2023/05/install-dbamaintenancesolution-now-supports-auto-scheduling/
Install-DbaMaintenanceSolution now supports auto-scheduling

If you're wondering about the uptick in SQL Server-related posts, I recently changed jobs and went back to being a SQL Server DBA. For a few years there, I …

First thing I do nowadays when I get access to a SQL Server. Add my SQL instances to Registered Servers then:

Get-DbaRegServer | Export-DbaInstance

This will export a bunch of objects including logins, jobs, database backup scripts, sp_configure, server roles, database mail and more #SQLServer #PowerShell

Building a pacemaker cluster to deploy a SQL Server availability group in Azure

DBA From The Cold

Get-DbaAgentJob -sqlinstance $sqlinstance |
? nextrundate -lt $(get-date).addminutes(15) |
? nextrundate -gt $(get-date) |
select name, nextrundate

#Powershell to show what #sqlserver agent jobs are running in the next 15 minutes, using the #dbatools module

🎊Launch Party!🎊

Join Andreas & Michael Wittig for an #AWS party.

May 2nd, tune-in to discover the story behind the book & enter a raffle to win a free copy of AWS in Action!

@andreas @michael #serverless #amazonwebservices #cloudcomputing

https://www.youtube.com/watch?v=LAEQ4_TlGu0&ab_channel=cloudonaut

Launch Party Amazon Web Services in Action 3rd Edition

YouTube

After 5 months of hard work, #dbatools 2.0 is finally here! Tons of improvements (and a few breaking changes). You can read more on GitHub #PowerShell #SQLServer

https://github.com/dataplat/dbatools/releases/tag/v2.0.0

Release v2.0.0 · dataplat/dbatools

After 5 months of hard work, dbatools 2.0 is finally here! THIS RELEASE INCLUDES BREAKING CHANGES. Most notably, we updated the SQL Server libraries, which brings more power, bug fixes and breaking...

GitHub
Today I've been playing around with the @dbatools PowerShell module. Whilst the native SQLServer module can do a lot, dbatools takes it to another level
@richinsql k! Should be working again. Thanks for the notification.