If I know a that SQL Express is installed on a given computer. I have the SA password to that database. However I do not know the Instance Name.
(So the connection string would be "Data Source=[IP Address]\????;User Id=sa;Password=[password]")
Without logging into the box, how can I determine what the instance name?
Without logging into the box...does that mean you don't have permission? Or are you just looking for a creative solution?