I have three SQL server instances on my computer. How can I find out which is the default one?
var conn = new SqlConnection("Data Source=.;Initial Catalog=SampleDb;Integrated Security=True")
I want to learn when I use '.' as above which database I will use.