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.
| 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 bytes2. numeric(9,2) -- 5 bytes3. numeric(10,2) -- 5 bytes3. numeric(18,4) -- 9 bytes |
|
|
X002548
Not Just a Number
15586 Posts |
|
|
|
|
|