Please enter search query.
Search <book_title>...
NetBackup™ Web UI Microsoft SQL Server Administrator's Guide
Last Published:
2024-03-27
Product(s):
NetBackup & Alta Data Protection (10.4)
- About NetBackup for SQL Server
- Installation and host configuration
- Planning the installation of NetBackup for SQL Server
- Configuring SQL Server hosts and user permissions
- Configuring RBAC for SQL Server administrators
- Managing SQL Server discovery and credentials
- Managing protection plans for SQL Server
- Create a protection plan to protect SQL Server assets
- Configuring backup policies with Snapshot Client
- Using copy-only snapshot backups to affect how differentials are based
- About SQL Server agent grouped snapshots
- Viewing SQL Server asset details
- Restoring SQL Server
- Using instant access with SQL Server
- Prerequisites when you configure an instant access SQL Server database
- Protecting SQL Server with VMware backups
- About protecting an application database with VMware backups
- Create a protection plan to protect SQL Server data with a VMware backup
- Performance and troubleshooting
- About debug logging for SQL Server troubleshooting
- About disaster recovery of SQL Server
Setting the maximum trace level for NetBackup for SQL Server
Note:
For SQL Server backups, this feature is only available with legacy SQL Server backup policies.
You can set the maximum trace level in the NetBackup MS SQL Client or in the batch file. The maximum level produces large amounts of output, usually appropriate only for internal debugging.
To set the maximum trace level in the NetBackup MS SQL Client
- Open the NetBackup MS SQL Client.
- Select File > Set NetBackup client properties.
- In the Client Trace Level group, select Maximum.
To set the maximum trace level in the backup or restore batch file
- Open the NetBackup MS SQL Client.
- Select File > Manage script files.
- Select the batch file you want to change and click Open File.
- Add the following line:
TRACELEVEL MAX
- Save the file.