I installed VS2010 and it automatically installed SQL Server 2008 Express.
Now, the installed instance is called SQLEXPRESS, therefore to connect to it I have to use 'localhost\SQLEXPRESS' or '.\SQLEXPRESS' or something like that.
I want to rename the instance so I can connect using only my computer name or 'localhost'.
How do I do this?
Thanks
