Enterprise Vault – Muovere DB SQL su un nuovo server

Qua la procedura per spostare i DB di SQL di EV su un nuovo server:

http://www.symantec.com/business/support/index?page=content&id=TECH35744

Per identificare i DB inerenti gli indici si può utilizzare il seguente script:

USE EnterpriseVaultDirectory

SELECT

FCI.DisplayName AS ‘Vault Store’,

FCD.SQLServer AS ‘SQL Server’,

FCD.DatabaseName AS ‘Database’

FROM

dbo.FingerprintCatalogueInstance AS FCI,

dbo.FingerprintCatalogueDatabase AS FCD

WHERE

FCI.FPCIIdentity=FCD.FPCIIdentity

Liked this post? Follow this blog to get more. 

Rispondi

Questo sito usa Akismet per ridurre lo spam. Scopri come i tuoi dati vengono elaborati.