Capacity planning

SQLServerCentral Article

How Long Before Your Database Runs Out of Space?

  • Article

Almost all SQL Server databases grow in size over time. Capacity planning is an important activity for the DBA. You need to know how long before you run out of space long before you actually do. Here are some helpful tips and tricks.

4.67 (24)

You rated this post out of 5. Change rating

2017-05-12 (first published: )

7,437 reads

External Article

Data Compression: Strategy, Capacity Planning and Best Practices

  • Article

The data compression feature in SQL Server 2008 helps compress the data inside a database, and it can help reduce the size of the database. Apart from the space savings, data compression provides another benefit: Because compressed data is stored in fewer pages, queries need to read fewer pages from the disk, thereby improving the performance of I/O intensive workloads. However, extra CPU resources are required on the database server to compress and decompress the data, while data is exchanged with the application. Therefore, it is important to understand the workload characteristics when deciding which tables to compress.

2009-08-11

2,717 reads

Technical Article

Data Warehouse Capacity Planning as Capacity Enforcement

  • Article

Capacity planning is a problem for a data warehouse because it sets contrasting functional requirements against each other. On one hand, data warehouse customers consume data warehouse capacity as they query the data in the data warehouse business intelligence (BI) reporting. Meanwhile, applications consume data warehouse capacity as they load data into a data warehouse through the extract, transform and load (ETL) process.

2008-09-19

3,269 reads

Technical Article

RE: Year To Date Data in Fact Table

  • Reply

A basic entry point is to use the YTD in conjunction with a SUM() function, but this may not produce correct results where your measures aren't summed (e.g. distinct counts).If you google YTD +MDX you'll get a lot of listings returned for help with this.  TO get you started, this is a link to an […]

2004-12-07

1 reads

Technical Article

RE: StoredProc is slow from ASP but not from QA

  • Reply

80GB HD, two partitions, database files on 2nd partition I've been told that it's really NOT a good idea to put SQL Server on the SAME physical hard drive as your System drive because of the "head thrashing" caused by all the seeks for both reading and writing.  Furthermore, your caching for both the System and […]

You rated this post out of 5. Change rating

2004-10-19

Blogs

Small Data SF 2024

By

I can’t remember how I heard about Small Data SF 2024, but it caught...

A New Word: Moledro

By

moledro – n. a feeling of resonant connection with an author or artist you’ll...

Snowflake + Azure blob

By

Let’s go back to data platforms today and I want to talk about a...

Read the latest Blogs

Forums

7 sept, scheduled book

By philip.scott

Comments posted to this topic are about the item 7 sept, scheduled book

7 sept, schedlued article

By philip.scott

Comments posted to this topic are about the item 7 sept, schedlued article

6 sept, published book

By philip.scott

Comments posted to this topic are about the item 6 sept, published book

Visit the forum

Question of the Day

Azure Data Lake Storage Gen 2

Azure Data Lake Storage Gen 2 is built on ...?

See possible answers