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
 Changing field format in a table

Author  Topic 

divan
Posting Yak Master

153 Posts

Posted - 2013-03-19 : 10:17:12
I have a table called CHECK_CLEAR_DATE and in this table I have a filed called amount that has float null as format.. I need to change that to decimal 10.2 how do I go about doing that..

Thanks

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-03-19 : 10:20:53
read on ALTER TABLE ... ALTER COLUMN syntax in books online/google




------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -