I created a SQL database table in Visual Studio 2013. I want to rename it but the name property is disabled. How can I change the table name?
As explained here, found through "visual studio server explorer rename table", you can't.
There is a workaround: add the tables to a database diagram, rename it there and save it.