Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MS_DistributorMetadata.sql
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ SELECT * INTO MSdistpublishers FROM msdb..MSdistpublishers WITH(NOLOCK)
Go

--Change backup location if needed.
BACKUP DATABASE MS_DistBackup to disk='c:\MS_DistBackup.bak'
BACKUP DATABASE MS_DistBackup to disk='c:\MS_DistBackup.bak' WITH COMPRESSION
Go

2 changes: 1 addition & 1 deletion MS_PublisherMetadata.sql
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ SELECT * INTO MS_PublisherMetadata.dbo.MSpeer_conflictdetectionconfigrequest FRO
Go

--Change backup location if needed.
BACKUP DATABASE MS_PublisherMetadata TO DISK='c:\MS_PublisherMetadata.bak'
BACKUP DATABASE MS_PublisherMetadata TO DISK='c:\MS_PublisherMetadata.bak' WITH COMPRESSION
GO


2 changes: 1 addition & 1 deletion MS_SubscriberMetadata.sql
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ SELECT * INTO MS_SubscriberMetadata.dbo.MSsnapshotdeliveryprogress FROM dbo.MSsn
Go

--Change backup location if needed.
Backup database MS_SubscriberMetadata to disk='c:\MS_SubscriberMetadata.bak'
Backup database MS_SubscriberMetadata to disk='c:\MS_SubscriberMetadata.bak' WITH COMPRESSION
Go