Sometimes the most useful scripts are the most straightforward: here's how you can return all your space used by your table objects on an entire SQL Server instance. read more
Got non-production instances with different sets of users and permissions and want to automate putting them back in place with refreshes? PowerShell's got you covered. read more
Automating your database code deployments and data updates is good. Knowing what is actually being deployed or updated is even better. Here's something that might help. read more
Thanks to the magic of PowerShell, JSON, and SQL Ops Studio custom configurations, you can quickly import your registered servers from SSMS. Here's a script to help you. read more