dbTalk Databases Forums  

Table size and Computed Columns

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss Table size and Computed Columns in the comp.databases.ms-sqlserver forum.



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

Default Table size and Computed Columns - 04-08-2005 , 01:59 PM






In SQL Sever, do the size of computed columns gets added to the total
size of the tables? Does SQL server stores the actual values in
computed columns?

Thanks
_GJK


Reply With Quote
  #2  
Old   
Hugo Kornelis
 
Posts: n/a

Default Re: Table size and Computed Columns - 04-08-2005 , 02:38 PM






On 8 Apr 2005 11:59:21 -0700, GJK wrote:

Quote:
In SQL Sever, do the size of computed columns gets added to the total
size of the tables? Does SQL server stores the actual values in
computed columns?
Hi GJK,

Computed columns are not stored and don't add to the size of the tables,
unless you include them in a PRIMARY KEY or UNIQUE constraint.

Best, Hugo
--

(Remove _NO_ and _SPAM_ to get my e-mail address)


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.