Quantcast
Channel: Data Protection Manager -SharePoint Protection forum
Viewing all articles
Browse latest Browse all 263

DPM 2012 and sql server log file

$
0
0

Hello there,

I have DPM 2012 and log file size 150 GB and I tried to shrink log file to updatedbo.prc_PRM_SharePointRecoverableObject_Update. And run below command

USE [DPMDB]
GO
UPDATE tbl_PRM_DatasourceConfigInfo
SET ROCatalogCheckPoint = NULL
WHERE DatasourceId IN
(SELECT DISTINCT ReferentialDatasourceId FROM tbl_IM_ProtectedObject
WHERE ReferentialDatasourceId <> NULL)
GO

But nothing help Please help me


Viewing all articles
Browse latest Browse all 263

Trending Articles