BCM (Bulk Change Map) page also known as Minimally Logged Map (ML Map). SQL Server uses BCM pages to track extent modified by bulk logged operation since last backup log operation. BCM has a bit for every extent it tracks. If the bit is 1, the corresponding extent is modified after the last log backup due to bulk logged operation, if the bit is 0, there is no change in the corresponding extent due to bulk logged operation after the last log backup. A BCM page can hold information of around 64000 extents.
Sunday, 15 January 2017
Bulk Change Map pages in sql server
Labels: SQL SERVER, SSIS, SSAS, SSRS
SQL SERVER
Subscribe to:
Post Comments (Atom)
Popular Posts
-
Delay Validation Property is available on Task level, Connection Manager, Container and on Package level. By default the value of this pro...
-
There are multiple ways to run the SSIS package. Refer my previous post where I explain the multiple ways to schedule our SSIS package. I...
-
Suppose you have excel and in that excel we have a column that contains mixed data type (like number, date, string etc.). While we are try...
-
The RecordSet destination does not save data to an external data source. Instead, the RecordSet destination saves data in memory in a Reco...
-
The Merge Join Transform in SSIS is a great way to load a Data warehouse quickly and an easy way to join two data sources together. There ...
No comments:
Post a Comment
If you have any doubt, please let me know.