What command would I execute to safely change (i.e. from int to bigint) a replicated column's data type in SQL Server 2005?
The column is not a key. There is a non-clustered index on the column.
|
|
What command would I execute to safely change (i.e. from int to bigint) a replicated column's data type in SQL Server 2005? The column is not a key. There is a non-clustered index on the column.
|
|||
|
|
|
|
From BOL:
|
||||||
|