SQL 2000
Hi All,
If I have one column that I would like to change from varchar to numeric (and it only does hold numeric values), what is the most efficient way of doing this?
The way I have been doing it is by chaging the data type in EM. Is it better to do this using T-SQL? Could someone guide me on the syntax if this is indeed the better way of doing it?
Many thanks.
Michael
Hi All,
If I have one column that I would like to change from varchar to numeric (and it only does hold numeric values), what is the most efficient way of doing this?
The way I have been doing it is by chaging the data type in EM. Is it better to do this using T-SQL? Could someone guide me on the syntax if this is indeed the better way of doing it?
Many thanks.
Michael