Data Browser - Viewing Site  Sector 23 Code Bank Logged in as:  Guest  




           


Change Datatype of column
Sql Server code to change the datatype of a database column:

ALTER TABLE <table>
ALTER COLUMN <column_name>
<new_data_type> [ ( <precision> [ , <scale> ] ) ]

Created By: amos 1/24/2006 4:10:28 PM
Updated: 4/3/2006 1:50:34 PM