Getting Started with Adobe After Effects - Part 6: Motion Blur


Upload Image Close it
Select File

For, SQL SERVER, T-SQL,SSRS,Crystal Reports,SSIS
Browse by Tags · View All
SQL Server 6
#SQLServer 4
Database 3
#TSQL 3
TSQL 3
T-Sql. 2
Indexes 1

Archive · View All
May 2012 2
October 2011 2
December 2012 1
September 2012 1
March 2012 1
December 2011 1

Shivendra Kumar's Blog

Be careful while choosing DATATYPES for your table

Oct 16 2011 2:07PM by Shivendra Kumar Yadav   

When you are going to choose data types for your table be careful about it because it will directly impact your query performance.

that happens due to data pages memory limitation (DATA PAGES are fundamental unit of storage that have the actual data rows of any table).

Each page has  8KB size and if any table has exceeded it's size than again another 8KB will be assigned to that table to store rest of the data;

here jump between pages occurred while fetching the record from that table which is memory intensive.

For Example if you have to choose any numeric data type than it will be better to choose Integer rather than decimal (Here I am concentrating about memory

usage not the rage of that data type It will also be in consideration while choosing but here I am discussing about memory )

 

For the Details please follow : http://msdn.microsoft.com/en-us/library/ms190969.aspx

and don't forget to read the bottom of that web link IT HAVE 3 IMPORTANT POINTS

Tags: #SQLServer, SQL Server, Database,


Shivendra Kumar Yadav
64 · 3% · 892
0
Liked
 
0
Lifesaver
 
0
Refreshed
 
0
Learned
 
0
Incorrect



Submit

Your Comment


Sign Up or Login to post a comment.

    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]