Technical Editor
Forum Topics Started
Viewing 4 topics - 1 through 4 (of 4 total)
-
- Topic
- Voices
- Last Post
-
-
SQL Script for Changing Database Ownership to ‘sa’ for all User Databases This SQL script is designed to change the ownership of all user databases in a SQL Server instance to the 'sa' (system administrator) account. It's useful for database administrators who need to stand...This SQL script is designed to change the ownership of all user databases in a SQL Server instance to the 'sa' (system administrator) account. It's useful for database administrators who need to stand...
- 0
- 7 months, 3 weeks ago
-
SQL Query for Monitoring Backup and Restore Progress The SQL query you've provided is designed to track the progress of backup and restore operations in SQL Server. It's particularly useful for database administrators who need to monitor the status of t...The SQL query you've provided is designed to track the progress of backup and restore operations in SQL Server. It's particularly useful for database administrators who need to monitor the status of t...
- 0
- 7 months, 3 weeks ago
-
SQL Script to get Disk Space details This SQL script is designed to query and display information about the disk space on the server where your SQL Server instance is running. It uses a combination of T-SQL and PowerShell commands execut...This SQL script is designed to query and display information about the disk space on the server where your SQL Server instance is running. It uses a combination of T-SQL and PowerShell commands execut...
- 1
- 7 months, 3 weeks ago
-
Querying backup-related information in SQL Server Querying backup-related information in SQL Server involves accessing the msdb database, specifically the tables like backupset, backupmediafamily, etc. These tables store comprehensive details about b...Querying backup-related information in SQL Server involves accessing the msdb database, specifically the tables like backupset, backupmediafamily, etc. These tables store comprehensive details about b...
- 1
- 7 months, 3 weeks ago
-
Viewing 4 topics - 1 through 4 (of 4 total)