Machine name and 'localhost' work, but local and . don't
SQL Server 2005 express...
when i'm trying to connect through SQL Express Manager, i can connect just fine if i use 'localhost\sqlexpress', or [machinename]\sqlexpress, but if i use local\sqlexpress or .\sqlexpress, it times out.
i've recently had trouble connecting through VBExpress as well, and i'm wondering if it's because it always uses .\sqlexpress to connect...
Anyone know why these 2 seemingly valid options don't work anymore?

