Add Transaction Log Shrink Job in SQL Server

PowerShell command to create/update Shrink Log Job

The following step will help to add a job in SQL Server Agent to shrink the transaction log size in the Database of VConnect, Billing, Hybr and DACM.

  • Open a PowerShell window in the SQL Server machine in elevated mode.

  • Click here for the steps to install / update the CloudAssert.Common PowerShell module.

  • Click here for the steps to add a SQL Database Connection.

  • Execute the following command to add Transaction Log Shrink Job.

Add-SqlTransactionLogShrinkJob

Last updated