Error Login to sql server
Following is my code:
sqlCon.ConnectionString = "Integrated Security = True;Data Source = server3;Initial Catalog = database1;uid=sa;pwd=;"
sqlCon.Open()
Following error appears if the domain user is not administratrtor:
Logon failed domain1/user1
What shoud I do?
Following is my code:
sqlCon.ConnectionString = "Integrated Security = True;Data Source = server3;Initial Catalog = database1;uid=sa;pwd=;"
sqlCon.Open()
Following error appears if the domain user is not administratrtor:
Logon failed domain1/user1
What shoud I do?