Script DB Level Permissions v4.6
Script database and object level permissions for all database users
2022-01-12 (first published: 2021-06-11)
18,279 reads
Script database and object level permissions for all database users
2022-01-12 (first published: 2021-06-11)
18,279 reads
Script database and object level permissions for all database users
2017-07-25 (first published: 2016-02-26)
14,883 reads
2015-08-06 (first published: 2010-11-02)
26,829 reads
Use SSIS to pull data from multiple instances. Combine with powershell to run multiple instances simultaneously.
2015-02-23
8,476 reads
Easily register SQL Servers in your inventory to your CMS for easy multi-server queries.
2014-08-18
5,596 reads
Automate patch installations using the task scheduler and command line hotfix options for SQL.
2011-05-03
4,683 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,487 reads
A way to handle application releases involving multiple scripts and/or multiple databases.
2010-08-23
6,739 reads
By Steve Jones
If it fails where you thought it would fail that is not a failure....
Quite a long title for a short blog post ??While deploying a DACPAC (from...
By Kevin3NF
Some of the best career enhancers you can buy. Why I Go to...
Comments posted to this topic are about the item A Place where AI Technology...
What happens when I run this on SQL Server 2022 in the AdventureWorks2022 database?
SELECT OBJECT_DEFINITION (OBJECT_ID(N'dbo.uspGetBillofMaterials')) AS [Object Definition]; GOSee possible answers