How i can connect to Remot sql server 2000 using windows service which i created in C#
-
I created Windows Service in C#.net. In Windows service I want to connect to remot sql server 2000 But I get Error "Login failed for user(sa)". In Windows Service first I retier data from local database but i cannot insert that data into database of remote sql server.
-
I created Windows Service in C#.net. In Windows service I want to connect to remot sql server 2000 But I get Error "Login failed for user(sa)". In Windows Service first I retier data from local database but i cannot insert that data into database of remote sql server.
Rajesh Koriya wrote:
But I get Error "Login failed for user(sa)".
Obviously the credentials you are attempting to use are incorrect. Verify the username and password. Also, DO NOT use the sa login.
only two letters away from being an asset