You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Table of Contents

First Header

USE master
EXEC sp_removedbreplication
	@dbname = 'MYDB'
GO
Proceed to backup MYDB
Shrink MYDB
backup the MYDB transaction log

Shrink the MYDB transaction log

Second Header

  • No labels