How do I alter the precision of a decimal column in Sql Server?

前端 未结 5 794
野性不改
野性不改 2020-12-25 09:18

Is there a way to alter the precision of an existing decimal column in Sql Server?

5条回答
  •  悲&欢浪女
    2020-12-25 09:55

    Go to enterprise manager, design table, click on your field.

    Make a decimal column

    In the properties at the bottom there is a precision property

提交回复
热议问题