When I'm trying to connect to my database, I need to provide the instance name like so:
192.168.10.10\SQLEXPRESS
I'd like to be able to just connect to my database without having to type the instance name, like so:
192.168.10.10
How can I accomplish this? I'm using SQL Server 2008 Express R2