CODE TO CREATE TABLESIZE TRACKING TABLE CREATE TABLE [dbo].[_SDE_TableSizeTracking]( [TimeKey] [datetime] NOT NULL, [Table_ID] [int] NOT NULL, [Table_Name] [varchar](64) NOT NULL, [Row_Count] [bigint] NOT NULL, [Reserved_Bytes] [bigint] NOT NULL, [Data_Bytes] [bigint] NOT NULL, [Index_Bytes] [bigint...
Posted to
Number2 Blog - MyITForum.com
(Weblog)
by
jnelson
on
10-12-2007
Filed under: SQL, execution plan, table scan, Table size, coalesce, multistatement table-valued function, clustered index seek, UDF, user defined functions, table variable, inline function