My frontend is an interface application in ASP.Net(VB.NET language). Backend is SQLSERVER.
The connection string I have written is as follows:-
cn=new SqlConnection(" server=MUM2\SQL SERVER;Initial Catalog=Pubs;ui d=sa;pwd=;")
The program compiles but gives the following Runtime Error:
Server does Not Exist.
From Where I could find out the name of the Server.
The connection string I have written is as follows:-
cn=new SqlConnection(" server=MUM2\SQL SERVER;Initial Catalog=Pubs;ui d=sa;pwd=;")
The program compiles but gives the following Runtime Error:
Server does Not Exist.
From Where I could find out the name of the Server.
Comment