hello
i am new to sql server and .net programing here is a problem i got
while trying to register sql server over internet on sql server
enterprise manager , i open register sql server wizard
click next, gave ip address of the sql server( i want to register) in
available servers and add it , gave sql authentication
but got the error
"sql server does not exist or access denied coonectionopen( connect())"
please advice me how to solve this problem
note: tcp/ip network library is enabled on my server and the client as
well
i have also tried this in vb.net
Dim conect As New SqlConnection(" data source =202.154.228.18 4;net=
'dbmssocn';data base = pmec ; user id = sa;password = sa ")
but the same exception is thrown
kindly help me solve this problem, i need to solve it badly
thanks
i am new to sql server and .net programing here is a problem i got
while trying to register sql server over internet on sql server
enterprise manager , i open register sql server wizard
click next, gave ip address of the sql server( i want to register) in
available servers and add it , gave sql authentication
but got the error
"sql server does not exist or access denied coonectionopen( connect())"
please advice me how to solve this problem
note: tcp/ip network library is enabled on my server and the client as
well
i have also tried this in vb.net
Dim conect As New SqlConnection(" data source =202.154.228.18 4;net=
'dbmssocn';data base = pmec ; user id = sa;password = sa ")
but the same exception is thrown
kindly help me solve this problem, i need to solve it badly
thanks
Comment