adspace
Answer Posted / Neetu Gangwar
To start SQL Server 2016, you can use the SQL Server Management Studio (SSMS). After installing SSMS, open it, and connect to the SQL Server instance by providing the appropriate server name and authentication details.nAlternatively, you can also start SQL Server from the Windows Services Manager, right-click on 'SQL Server (MSSQLSERVER)', and select 'Start'.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is sql or structured query language?
Can sql servers link to other servers like oracle?
what is spatial nonclustered index
Explain “row_number()” in sql server with an example?
Does view occupy space?
How to rebuild the master database?
What is temporary table in sql server? Why we use temp table?
do you know how to configure db2 side of the application? : Sql server database administration
What is the difference between for xml raw and for xml auto?
How to connect php with different port numbers?
Can we do dml on views?
How to provide default values to function parameters?
What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?
Can we shrink data file in sql server?
What are the pros and cons of putting a scalar function in a queries select list or in the where clause?