In sql Server number of connections are instance specific or database specific -


kindly let me know in sql server number of connections instance specific or database specific ?

instance specific.

sp_configure displays or changes global configuration settings current server, , user connections 1 of options.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -