Find jobs | Company-wise jobs
Jobseekers | Employer login
About us Sitemap of www.CareerRide.com Sitemap FAQ related with www.CareerRide.com FAQ Click here to Contact us Contact
       
Submit Resume Free ! | Access Resume Free !
Home Interview Q&A Tutorials Oracle Sql server .NET Java Soft skills CV GD Work from home Online practice test FAQs in PDF Books Jobs FAQs
Interview questions                                 
SQL Server part 1
SQL Server part 2
SQL Server part 3
SQL Server part 4
SQL Server part 5
SQL Server part 6
SQL Server part 7
SQL Server part 8
SQL Server part 9
SQL Server 2008
Test your SQL Server skills!
Sql Server database maintenance
SQL Server backup
SQL Server cursor
SQL Server replication
Structured query language
SQL Server architecture
SQL Server constraints
SQL Server cursors
Data Mining
Data warehousing
SQL Server DTS
SQL Server functions
SQL Server indexes
SQL Server joins
SQL Server locks
SQL Server Net integration
SQL Server optimization
SQL Server replication
SQL reporting services
SQL service broker
SQL Server stored procedures
SQL Server table
SQL Server transactions
SQL Server transactions Architecture
SQL Server triggers
SQL Server views
SQL Server XML integration
SQL Server DDL
SQL Server DML
SQL Server DCL
SQL Server identifier
SQL Server data integrity
SQL Server accessing data
SQL Server subqueries
SQL Server cube operator
SQL Server insert data
SQL Server distributed queries
SQL Server index tuning
 

SQL Server - guidelines for estimating the space needed for a database

Next>>         SQL Server tutorial  

SQL Server - guidelines for estimating the space needed for a database - Feb 27, 2010 at 11:50 AM by Shuchi Gauri

Explain some guidelines for estimating the space needed for a database.

Guidelines for estimating spaces needed for a database:

  • For every table in the database, find an average size that every row would need.
  • Estimate the size of indexes for every table based on type and number of indexes. This should include both clustered and unclustered indexes.
  • Consider fill facto and pad index used while creating indexes.
  • Find how many rows can fit into a single 8Kb page.
  • Estimate the size of the heap.

SQL Server - guidelines for estimating the space needed for a database - May 05, 2009 at 22:00 PM by Rajmeet Ghai

Explain some guidelines for estimating the space needed for a database.

Estimating the space needed for a database is essential to figure out the performance of the application and size of database. Following guidelines could help estimating the space:

  • The size of each table in the database should be estimated by calculating the space required for indexes and heaps.
  • The size of a clustered index can be calculated by calculating the space used to store data in the leaf level of the clustered index and the space used to store index information for the clustered index.
  • The size of a non clustered index can be calculated by calculating the space used to store data in the leaf level of the non clustered index and the space used to store index information for non leaf of the non clustered index. 

SQL Server - guidelines for estimating the space needed for a database - June 21, 2009 at 09:00 AM by Amit Satpute

Explain some guidelines for estimating the space needed for a database.

Here are some guidelines for estimating the space needed for a database.

  • The size of the tables can be found out by calculating the bytes the rows occupy. For that tables which do not have a fixed size, their column sizes can be determined by taking the average from the actual data.
  • Then the type and number of indexes that will be used for each table need to be estimated. (clustered or non-clustered, the number of indexes, and the width of the indexes).
  • The Fill-factor and Pad Index used when the indexes are created also need to be considered. The empty space that these factors affect need to be taken into consideration.
  • The amount of space taken to store data in a table depends on the number of rows that can be fit in an 8K SQL Server data page. This could account for the unused space of the page size in the estimation.

Next>>

Also read

Sql Server database maintenance

Explain the concepts of faster differential backups.
Explain the concepts of Parallel Database consistency check (DBCC)
Define Indexed view.
Define Distributed partitioned views.

What are the guidelines to use bulk copy utility of SQL Server?

Answer - While importing data, the destination table must already exist......

SQL Server Optimization Tips

Answer - Restricting query result means return of required rows instead of all rows of the table. This helps in reducing network traffic......

Explain how to rebuild Master Database.

The Master database can be rebuilt using the following steps - The server should be shut down and Rebuildm.exe should be run..........

SQL Server system database

Master Database MSDB Database, TEMPDB Database, Model Database.........

 

 
Want to be hunted by potential employers? Just submit your key skills!

Popular FAQs

.NET .Net Architecture ADO.NET Java Oracle C#.NET
VB.NET DOT.NET AJAX ASP.NET NET Framework OOPS in .NET
C++ Sql Server Data warehousing EJB MySQL Linux
PHP UML Networking Testing XML  
 
Copyright © 2008 - 2010 CareerRide.com. All rights reserved.