SQL Server Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 548 Page Views: 

Which NET-Libraries are not supported by named instances of SQL Server?



Posted By: Avi Date: 1 October 2010 12:31:08 PM
 Answer:

Multiprotocol , Appletalk , or Banyan vines are the net Libraries supported by named instances. They support only Named Pipes, TCP/IP sockets, Nwlink,Shared memory net-libraries.


Posted By: avibtech


Date: 1 October 2010 12:31:08 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image tyVyiE
Related Questions
SQL Server : If database is already opened and work is being done on it , is it possible to rename the database at that time?

If database is already opened and work is being done on it , is it possible to rename the database a....

No, if someone is using the databse then the datbase can't be renamed . For renaming the database we....
Category: SQL Server Date: 10/1/2010 11:04:06 AM
SQL Server : How the database can be renamed?

How the database can be renamed?

sp_rename 'olddatabasename' 'newdatbasename'
Category: SQL Server Date: 10/1/2010 11:03:06 AM
SQL Server : Having a table which is refrenced by Foreign Key. Can the TRUNCATE command be executed on that table?

Having a table which is refrenced by Foreign Key. Can the TRUNCATE command be executed on that table....

No,it is not possible . Because according to refrential integrity the table with the foreign can not....
Category: SQL Server Date: 10/1/2010 11:02:06 AM
SQL Server : Which command is used to display the current distribution statistics ?

Which command is used to display the current distribution statistics ?

DBCC SHOW_STATISTICS is the command used for displaying the current distribution statistics. Synatx:....
Category: SQL Server Date: 10/1/2010 11:01:06 AM
SQL Server : What is UPDATE_STATISTICS command?

What is UPDATE_STATISTICS command?

This command is used when we are dealing with large amount of data, i.e. when deletion or copying of....
Category: SQL Server Date: 10/1/2010 11:00:06 AM