Hy,
I'm new with SQL Compact Edition and I am having problems renaming a column. I know that you can rename a table using sp_rename and this doesn't work with columns.
I've searched for an alternative, but didn't find one.
Can I delete a column and then add a new one after a specific column? If I delete the column and add it after the a specified one the data would be lost right?
Is this another issue of SQLCE that once you have created the table it can't be properly modified?
Thanks in advance