Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 bytes

Author  Topic 

asm
Posting Yak Master

140 Posts

Posted - 2010-10-13 : 20:52:21

How many bytes would be taken in sql server 2008 for -- Correct if it is wrong...

1. numeric(9,4) -- 5 bytes
2. numeric(9,2) -- 5 bytes
3. numeric(10,2) -- 5 bytes
3. numeric(18,4) -- 9 bytes

X002548
Not Just a Number

15586 Posts

Posted - 2010-10-13 : 20:58:39
do you have books online?

It's all in there

Brett

8-)

Hint: Want your questions answered fast? Follow the direction in this link
http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspx


Want to help yourself?

http://msdn.microsoft.com/en-us/library/ms130214.aspx





Go to Top of Page
   

- Advertisement -