Forum Discussion
kalpanaV
9 years agoHelper IV
Connecting to SQL Server
Hi I want to connect to one database(tool) from SQL Server Database . How to get the server name generlly for database. Thanks in advance Kalpana
prateekraina
9 years agoMemorable Member
Hi kalpanaV,
You must login using credentials who has access on that database or who can give you access.
The steps to see server name is same as i mentioned in my earlier post. If you are not the administrator then contact him/her for access.
Prateek Raina
kalpanaV
9 years agoHelper IV
i am having access to that database but still am not getting
- prateekraina9 years agoMemorable Member
Hi kalpanaV,
When you are saying that you have access on the database then that means you must have accessed the database in SSMS or some other client tool. So at that time you must have used server name to connect to the instance where this database is hosted. in your case which is Azure.
Prateek Raina
- kalpanaV9 years agoHelper IV
I accessed the tool using my login id(username and password).