|
INTERVIEW QUESTIONS
DATABASE
MS SQL SERVER
DETAILS
Question: What Are the Requirements on SQL Server Network Connections?
Answer: By default, SQL Server 2005 Express Edition is installed only one connection protocol enabled:
* Shared Memory - SQL Server connection protocol for applications that are running on the same machine where the SQL Server is running. For example, if you are running SQLCMD tool on the SQL Server machine, it will use the "Shared Memory" protocol.
If you want application that are running remotely to connect and access the SQL Server you need enable the "TCP/IP" protocol.
For applications that are running on the same machine as the SQL Server, but they do not support "Shared Memory" protocol, you also need to enable the "TCP/IP" protocol for those applications. ODBC Manager is an application that requires the "TCP/IP" protocol to connect to the SQL Server.
In order for the SQL Server to accept network connections, you also need to run SQL Server Browser Service on the SQL Server machine.
In summary, there are two requirements for a SQL Server to accept network connections:
* Start SQL Server Browser Service on the SQL Server machine. * Enable the TCP/IP protocol support on the SQL Server.
|
|
|
Category |
MS SQL Server Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 7105 users |
Added on |
9/24/2014 |
Views |
66102 |
Rate it! |
|
|
Question:
What Are the Requirements on SQL Server Network Connections?
Answer:
By default, SQL Server 2005 Express Edition is installed only one connection protocol enabled:
* Shared Memory - SQL Server connection protocol for applications that are running on the same machine where the SQL Server is running. For example, if you are running SQLCMD tool on the SQL Server machine, it will use the "Shared Memory" protocol.
If you want application that are running remotely to connect and access the SQL Server you need enable the "TCP/IP" protocol.
For applications that are running on the same machine as the SQL Server, but they do not support "Shared Memory" protocol, you also need to enable the "TCP/IP" protocol for those applications. ODBC Manager is an application that requires the "TCP/IP" protocol to connect to the SQL Server.
In order for the SQL Server to accept network connections, you also need to run SQL Server Browser Service on the SQL Server machine.
In summary, there are two requirements for a SQL Server to accept network connections:
* Start SQL Server Browser Service on the SQL Server machine. * Enable the TCP/IP protocol support on the SQL Server. Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
Why Are You Getting Errors When Creating a New ODBC DSN?
|
View Answer
|
|
How To Provide Login Information for a New ODBC DSN?
|
View Answer
|
|
How To Define the Name and Server for a new DSN?
|
View Answer
|
|
How To Add a New DSN with the ODBC Driver for SQL Server?
|
View Answer
|
|
What Is Open Database Communication (ODBC)?
|
View Answer
|
|
How To Delete an Existing Database User?
|
View Answer
|
|
How To Change the Name of a Database User?
|
View Answer
|
|
How To Verify a User name with SQLCMD Tool?
|
View Answer
|
|
How To Find the Login Name Linked to a Given User Name?
|
View Answer
|
|
How To List All User Names in a Database?
|
View Answer
|
|
How To Create a User Name in a Database?
|
View Answer
|
|
How To Delete a Login Name in MS SQL Server?
|
View Answer
|
|
How To Disable a Login Name in MS SQL Server?
|
View Answer
|
|
How To Change a Login Name in MS SQL Server?
|
View Answer
|
|
How To Change the Password of a Login Name in MS SQL Server?
|
View Answer
|
|
How To List All Login Names on the MS SQL Server?
|
View Answer
|
|
How To Verify a Login name with SQLCMD Tool?
|
View Answer
|
|
How To Create a New Login Name in MS SQL Server?
|
View Answer
|
|
What Is the Security Principal at the Database Level That Represents Your Session?
|
View Answer
|
|
What Is the Security Principal at the Server Level That Represents Your Session?
|
View Answer
|
Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.
View All MS SQL Server Interview Questions & Answers - Exam Mode /
Learning Mode
|