i have a zipcode field in a databsae that i just took over. previously it was set as a numeric field with 18 precision but i am trying to convert it over to varchar(10).
i need to make this change because the linq field are coming in as decimal and are causing issues and i want to change the linq field to simply be strings.
i tried this in SQL server enterprise manager but i get this error, saying:
that the table will have to be dropped and recreated. you have either made changes to a table that can't be recreated or enable the option to prevent saving changes that require a table recreation
any suggestions.