MattDavies51
Programmer
I am trying to alter a table column of datatype Money to datatype varchar. The problem is that the table is populated with records so when I attempt to alter it, I get the 'Disallowed implicit conversion from data type varchar to data type money..' message.
I know I should be using the convert function, but where and how?
Here is my existing code without the convert fucntion:
alter table reference..invoice alter column inp_minfee varchar(50)
go
Assistance will be greatly appreciated....
I know I should be using the convert function, but where and how?
Here is my existing code without the convert fucntion:
alter table reference..invoice alter column inp_minfee varchar(50)
go
Assistance will be greatly appreciated....