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 |
Delinda
Constraint Violating Yak Guru
315 Posts |
Posted - 2009-11-30 : 12:27:35
|
I've table structure as follow,CREATE TABLE tRunno( Runn [numeric](15, 0) NOT NULL)How to using Alter Table to change my field Runn from numeric into int? |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2009-12-01 : 01:53:33
|
Note that if the table has any value more than 2147483647, you will get arithmetic overflow errorMadhivananFailing to plan is Planning to fail |
|
|
|
|
|