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?

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?

This will help if you accidently put a dang period in your table name
EXEC sp_rename '[dbo].[Vb.Net]','VB'