﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2008 / SQL Server 2008 Administration  / how to know the delta data volume processed every day in mb / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Sun, 19 May 2013 04:36:44 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: how to know the delta data volume processed every day in mb</title><link>http://www.sqlservercentral.com/Forums/Topic1428447-1550-1.aspx</link><description>I have got this script from old post of Gail. I have few small questions on this. Please let me know so that i can start using this for my operational purposes. [code="sql"]create table ##tmp (TableName varchar(100),DefinedRowSize int)exec sp_msforeachtable 'INSERT INTO ##TMP Select ''?'' As TableName, SUM(C.Length) as Length from dbo.SysColumns C (NOLOCK) where C.id = object_id(''?'')'select TableName,DefinedRowSize  from ##tmp order by TableName[/code]1) What is DefinedRowSize ? 2) How is the calibration of DefinedRowSize  MB? OR KB? OR Bytes?I'm actually trying to calculate size of few selective records from a table.</description><pubDate>Tue, 19 Mar 2013 23:17:56 GMT</pubDate><dc:creator>Mac1986</dc:creator></item><item><title>how to know the delta data volume processed every day in mb</title><link>http://www.sqlservercentral.com/Forums/Topic1428447-1550-1.aspx</link><description>Hi I wanted to know if there is a way to figure out how many bytes of data have been processed while performing the delta on a table. I can easily get the delta count of every delta job run, but I'm not aware if there is a way to figure out how many bytes are processed based on the delta row counts or other. We use Informatica for our ETLs if this helps to get the delta data volume info.Please help and suggest of all possible ways to get this info.</description><pubDate>Fri, 08 Mar 2013 01:57:44 GMT</pubDate><dc:creator>Mac1986</dc:creator></item></channel></rss>