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,838 reads
Script database and object level permissions for all database users
2022-01-12 (first published: 2021-06-11)
18,838 reads
Script database and object level permissions for all database users
2017-07-25 (first published: 2016-02-26)
15,150 reads
2015-08-06 (first published: 2010-11-02)
27,035 reads
Use SSIS to pull data from multiple instances. Combine with powershell to run multiple instances simultaneously.
2015-02-23
8,501 reads
Easily register SQL Servers in your inventory to your CMS for easy multi-server queries.
2014-08-18
5,629 reads
Automate patch installations using the task scheduler and command line hotfix options for SQL.
2011-05-03
4,691 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,498 reads
A way to handle application releases involving multiple scripts and/or multiple databases.
2010-08-23
6,756 reads
By Steve Jones
I’m not sure I knew identity column values could not be updated. I ran...
By Steve Jones
We had an interesting discussion about deployments in databases and how you go forward...
By ChrisJenkins
You could be tolerating limited reporting because there isn’t an off the shelf solution...
Comments posted to this topic are about the item Remotely Engineer Fabric Lakehouse objects:...
Comments posted to this topic are about the item Creating JSON III
Comments posted to this topic are about the item Testing is Becoming More Important
In a SQL Server 2025 table, called Beer, I have this data:
BeerIDBeerName 1Becks 2Fat Tire 3Mac n Jacks 4Alaskan Amber 8KirinI run this code:
SELECT JSON_OBJECTAGG(
BeerID: BeerName )
FROM beer;
What are the results? See possible answers