dbTalk Databases Forums  

Data Volume Sizing

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss Data Volume Sizing in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
UR ednec
 
Posts: n/a

Default Data Volume Sizing - 07-07-2003 , 03:10 PM






Hello,

I have a SQLServer 2K being used for OLAP processing. There are several DTS
packages that do the DTS processing. Some of these DTS packages extract data
from an external data source and then process them. I need to estimate the
average daily data that is being fed into this system.

Is there any way I can monitor the daily data input into the system through
SQL server? I can determine the cube sizes etc. but these are not reflective
of the daily data feed.

Thank You



Reply With Quote
  #2  
Old   
Jéjé
 
Posts: n/a

Default Re: Data Volume Sizing - 07-07-2003 , 10:25 PM






To estimate, your are the better player to do this!

To track your daily usage, then you can store some informations in a log
table in SQL Server (like the number of rows before/after a daily process in
your tables, also you can track your file size in SQL Server)

After, for the size of your cubes, I propose this:
look at the number of rows in your database, then process your cube and
create a ratio between the cube size and the number of rows. If the
compression ratio keep the same value (generally between 60% to 80%) day
after day, then you have some good statistics in your hand!

After, you can put some alerts in SQL Server to email to you if the disk
usage is greater then a specific value, this help you to prevent some
problems....

good luck !

Jerome.


"UR ednec" <pmckenna9999 (AT) yahoo (DOT) com> a écrit dans le message de
news:eJFOGPMRDHA.1072 (AT) TK2MSFTNGP10 (DOT) phx.gbl...
Quote:
Hello,

I have a SQLServer 2K being used for OLAP processing. There are several
DTS
packages that do the DTS processing. Some of these DTS packages extract
data
from an external data source and then process them. I need to estimate the
average daily data that is being fed into this system.

Is there any way I can monitor the daily data input into the system
through
SQL server? I can determine the cube sizes etc. but these are not
reflective
of the daily data feed.

Thank You



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.497 / Virus Database: 296 - Release Date: 2003-07-04




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.