UPDATE
[dbo].[DRMS_ClusterPolicies]
SET
PolicyData =
''
--(your new string with updated information goes between the ' ' )
WHERE
PolicyName=
'CertificationUserKeyStorageConnectionString'
UPDATE
[dbo].[DRMS_ClusterPolicies]
SET
PolicyData =
''
--(your new string with updated information goes between the ' ' )
WHERE
PolicyName=
'DirectoryServicesCacheDatabase'
UPDATE
[dbo].[DRMS_ClusterPolicies]
SET
PolicyData =
''
--(your new string with updated information goes between the ' ' )
WHERE
PolicyName=
'LoggingDatabaseServer'