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,552 reads
Script database and object level permissions for all database users
2022-01-12 (first published: 2021-06-11)
18,552 reads
Script database and object level permissions for all database users
2017-07-25 (first published: 2016-02-26)
15,083 reads
2015-08-06 (first published: 2010-11-02)
26,944 reads
Use SSIS to pull data from multiple instances. Combine with powershell to run multiple instances simultaneously.
2015-02-23
8,493 reads
Easily register SQL Servers in your inventory to your CMS for easy multi-server queries.
2014-08-18
5,612 reads
Automate patch installations using the task scheduler and command line hotfix options for SQL.
2011-05-03
4,688 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,497 reads
A way to handle application releases involving multiple scripts and/or multiple databases.
2010-08-23
6,755 reads
By Steve Jones
With the AI push being everywhere, Redgate is no exception. We’ve been getting requests,...
By Steve Jones
fawtle – n. a weird little flaw built into your partner that somehow only...
AWS recently added support for Post-Quantum Key Exchange for TLS in Application Load Balancer...
Comments posted to this topic are about the item Semantic Search in SQL Server...
Comments posted to this topic are about the item Encoding URLs
Comments posted to this topic are about the item An SSIS Upgrade
I have this data in a table:
CREATE TABLE Response ( ResponseID INT NOT NULL CONSTRAINT ResponsePK PRIMARY KEY , ResponseVal VARBINARY(5000) ) GOIf I want to get a value from this table that I can add to a URL in a browser, which of these code items produces a result I can use? See possible answers