Quantcast
Channel: Welcome To TechBrothersIT
Viewing all articles
Browse latest Browse all 2008

How to disable Change Data Capture on SQL Server Database?

$
0
0
You can disable Change Data Capture of any database which has CDC enabled already using below T-SQL Statement.

     Use [YourDatabase_name]
     EXECsys.sp_cdc_disable_db

     GO

 
 
 
 

Viewing all articles
Browse latest Browse all 2008

Trending Articles