![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi i want to know how much bytes will sql server take to store a single alphabet like "a". |
|
i need to know similarly for all data types (including images).here i am doing a application where i need to predict the amount of space required in sql server to store the user fed dynamic data. |
#3
| |||
| |||
|
|
Hi i want to know how much bytes will sql server take to store a single alphabet like "a". i need to know similarly for all data types (including images).here i am doing a application where i need to predict the amount of space required in sql server to store the user fed dynamic data. Give me a handy solution. Regards visu |
#4
| |||
| |||
|
|
To add on to Erland's response, see the Books Online for topics on estimating table and index size. In addition to the storage requirements of individual columns, you'll need to add additional overhead for row, page, etc. -- Hope this helps. Dan Guzman SQL Server MVP "visu" <k.vis... (AT) gmail (DOT) com> wrote in message news:1181746030.311842.326400 (AT) o11g2000prd (DOT) googlegroups.com... Hi i want to know how much bytes will sql server take to store a single alphabet like "a". i need to know similarly for all data types (including images).here i am doing a application where i need to predict the amount of space required in sql server to store the user fed dynamic data. Give me a handy solution. Regards visu- Hide quoted text - - Show quoted text - |
#5
| |||
| |||
|
|
I dont find any useful books in online.. Can u people suggest some useful URL regarding to my problem ? |
#6
| |||
| |||
|
|
On Jun 14, 5:40 pm, "Dan Guzman" <guzma...@nospam- online.sbcglobal.net> wrote: To add on to Erland's response, see the Books Online for topics on estimating table and index size. In addition to the storage requirements of individual columns, you'll need to add additional overhead for row, page, etc. -- Hope this helps. Dan Guzman SQL Server MVP "visu" <k.vis... (AT) gmail (DOT) com> wrote in message news:1181746030.311842.326400 (AT) o11g2000prd (DOT) googlegroups.com... Hi i want to know how much bytes will sql server take to store a single alphabet like "a". i need to know similarly for all data types (including images).here i am doing a application where i need to predict the amount of space required in sql server to store the user fed dynamic data. Give me a handy solution. Regards visu- Hide quoted text - - Show quoted text - thanks for all the replies... I dont find any useful books in online.. Can u people suggest some useful URL regarding to my problem ? Regards visu |
![]() |
| Thread Tools | |
| Display Modes | |
| |