Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Preserve data while changing column data type

Status
Not open for further replies.

pullingteeth

Programmer
Sep 26, 2003
128
US
I have a univarchar column which cannot be indexed due to the length of the field. On my dev database, I can apply the index if I change the column to be a varchar.

Does anybody know if it is possible to convert a univarchar field to a varchar one on a production database without losing the data (assuming none of the data is unicode) ?

Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top