CDC

External Article

Manual cleanup Change Data Capture for a SQL Server database

  • Article

Kun Lee had a database where the log file kept growing and used 99.99% of the available space. He noticed miscellaneous change data capture objects still in the database as well as open transactions. This was causing his transaction log to continue to grow, but he couldn't disable CDC, because SQL Server thought it was not enabled. Read the full article to see his solution.

2013-09-11

3,682 reads

Technical Article

RE: Update Using A Subqury

  • Reply

In the select statement I changed the table name where your retrieving the date.Thanks Again  UPDATE AE SET AE.count_fact = dtCounts.count_fact FROM #tmp_ar_exception AE INNER JOIN ( SELECT DISTINCT #tmp_ar_exception.dt_id, COUNT(F_AR_Detail.date_id) AS count_fact FROM #tmp_ar_exception LEFT OUTER JOIN F_AR_Detail ON #tmp_ar_exception.dt_id = F_AR_Detail.date_id GROUP BY #tmp_ar_exception.dt_id ) dtCounts on AE.dt_id = dtCounts.dt_id    

You rated this post out of 5. Change rating

2005-04-28

Technical Article

RE: Aye Yi Yi

  • Reply

Fair enough, Farrell.  I too am quite skeptical everytime I hear that 'the xyz worm caused a bazillion dollars worth of damage to the industry' or whenever I hear whatever the media 'caution du jor' happens to be.  I mean, I'm supposed to use plastic and duct tape to protect my house in the event […]

You rated this post out of 5. Change rating

2005-02-12

Blogs

Set a Runtime Variable in an Azure DevOps Pipeline

By

Note: I DO NOT recommend this. Any changes to a pipeline should be in...

A New Word: Symptomania

By

symptomania – n. the fantasy that there’s some elaborate diagnosis out there that neatly...

Query Store Keeps Switching Itself Off, Getting it Moving Again

By

I recently received a complaint that Query Store for a particular database was turned...

Read the latest Blogs

Forums

7 sept, scheduled book

By philip.scott

Comments posted to this topic are about the item 7 sept, scheduled book

7 sept, schedlued article

By philip.scott

Comments posted to this topic are about the item 7 sept, schedlued article

6 sept, published book

By philip.scott

Comments posted to this topic are about the item 6 sept, published book

Visit the forum

Question of the Day

Azure Data Lake Storage Gen 2

Azure Data Lake Storage Gen 2 is built on ...?

See possible answers