adspace
Answer Posted / Ashutosh Sarin
SQL Management Studio (SSMS) does not have a server name. Instead, SSMS connects to and manages various instances of SQL Server databases.nnTo specify the server name when connecting to an instance of SQL Server using SSMS:
1. Open SQL Management Studio.
2. Click on Connect in the Home tab.
3. In the Connect to Server dialog box, enter the server name or IP address and other connection details such as authentication type and database name.
4. Click Connect.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a view in sql?
What are the different SQL Server Versions you have worked on?
How efficient you are in oracle and SQL server?
What is a scheduled job or what is a scheduled task?
What are wait types?
What are different types of constraints?
explain different types of backups avaialabe in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration
What is an indexed view?
Can you index views?
How do I start sql server 2017?
what is the Ticketing tool used in Wipro technologies at Bangalore...???
What is acid mean in sql server?
How to connect php with different port numbers?
What is subquery? Explain the properties of a subquery?
Explain system functions or built-in functions? What are different types of system functions?