I'm trying to connect to SQL server using SQLCLIENT.
And I think I have a problem with CONNECTION STRING.
The name of the SERVER as it appears: "LAPTOP-LUC355KE \ MSSQLSERVER01"
When I write the name, C# has a problem with the "\", I tried to make "/" but I can't connect to the server and I get an error message that the name may not be correct.
error: The network name cannot be found.
