This was initial posted on SQL Server Central articles.
[Read More]
TSQL Tuesday #127 - Non SQL Tips and Tricks - Windows
This month’s (#127) T-SQL Tuesday is brought by Kenneth Fisher (B | T) and he asked about Non SQL Tips and tricks.
[Read More]
Backup your SQL instances configurations to GIT with dbatools - Part 2 - Add parallelism
We have seen how we can export and save the results to a folder and commit them to a GIT repository on my last blog post Backup your SQL instances configurations to GIT with dbatools – Part 1. At the end of that post, I have mentioned that I would...
[Read More]
Backup your SQL instances configurations to GIT with dbatools - Part 1
Today I want to share how I’m keeping a copy of instances’ configurations using dbatools.
[Read More]
Replicate permissions to new Login/User with dbatools
Continuing to share tips and tricks using dbatools like the Refresh databases that belongs to availability group using dbatools posted a few days ago, today I will share a way to export the permissions of a login/user at instance/database level and apply them to a new login/user.
[Read More]