سؤال

I was wondering if it is possible to create a SSIS package that would take all inserts and updates that were done to the specific table in SQL Server and write them into a text file.

I watched some videos on youtube but I couldn't find this specific case.

Could anyone guide me please?

هل كانت مفيدة؟

المحلول

Have you looked into Change Data Capture (CDC)? It's pretty fantastic.

Link here to an intro article by Pinal Dave.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top