Script DB Level Permissions v4.6
Script database and object level permissions for all database users
2022-01-12 (first published: 2021-06-11)
19,494 reads
Script database and object level permissions for all database users
2022-01-12 (first published: 2021-06-11)
19,494 reads
Script database and object level permissions for all database users
2017-07-25 (first published: 2016-02-26)
15,410 reads
2015-08-06 (first published: 2010-11-02)
27,157 reads
Use SSIS to pull data from multiple instances. Combine with powershell to run multiple instances simultaneously.
2015-02-23
8,543 reads
Easily register SQL Servers in your inventory to your CMS for easy multi-server queries.
2014-08-18
5,665 reads
Automate patch installations using the task scheduler and command line hotfix options for SQL.
2011-05-03
4,708 reads
Simple script formatting the date and naming a backup file path for a t-log and restoring those logs.
2010-12-29 (first published: 2010-12-15)
1,500 reads
A way to handle application releases involving multiple scripts and/or multiple databases.
2010-08-23
6,766 reads
Reading tutorials is fine. Shipping something is better. If you are trying to break...
By Steve Jones
We work hard at Redgate, though with a good work-life balance. One interesting observation...
By Arun Sirpal
Fourth in a series on Ai and databases. What Read-Only Advisory Actually Means A...
Comments posted to this topic are about the item Liability for AI Errors
Hello , I would like to run a stored procedure on a secondary replica...
Comments posted to this topic are about the item Pro SQL Server Internals
I run this command to start SQLCMD:
sqlcmd -S localhost -E -c "proceed"At the prompt, I type this (the 1> and 2> are prompts):
1> select @@version 2> goWhat happens? See possible answers