Reputation: 891
unable to connect to an SQL Server though I know its domain address, port number, user id and password.
Eg::
Domain: [systemName].[Domain].[companyName]
UserId: user1, password: password1 and portNumber: 1234.
when tried connecting using Management studio, I couldn't find where to enter port number in the login screen.
please share the idea?
Upvotes: 0
Views: 62
Reputation: 1148
you have to user server name is your ip address of database with port number
like :
server name : 192.xxx.xx.xxx:80 username :abc
passwword:###
Authentication : sql server authentication
Upvotes: 0