I've just made a new SQL Database with Microsoft SQL Server Management Studio and I'm trying to connect to it through some C# code. However, I'm having some issues doing so.
I'm trying to connect to my database with the following line:
String DBConnection = "Data Source=unknown; Database=SQLExpress\\Darkride; Language=English";
However my program can't find my database as I have no idea where my data source is. I've been trying to find it for hours now, but I'm getting nothing.
Does anyone know where I can find out my databases Data Source?