Can I change a table name with Visual Studio 2005 IDE?
Where can I do it?
Thanks
Sorry, I mean a database table.
While you can manage and view your database from Server Explorer, you can't edit object names once they are created (unless it's a feature that's so deeply hidden I haven't found it yet). I would recommend installing SQL Server Management Studio and connecting to the database that way to rename database objects.
HTH,Ryan