How do I find the name of my SQL server?
I need to complete my connection string... The following image shows my SQL config
![Name: server.png
Views: 33
Size: 69.6 KB]()
I need to complete my connection string... The following image shows my SQL config
Code:
Public constr As String = "Server=.\user-HP;Data Source=USER-HP\SQLEXPRESS;Initial Catalog=StudentPlacementSQL;Integrated Security=True"