What is the Autocomplete option when creating a new database in SQL Server 2008?
EDIT : and how do you decide whether to enable or disable it?
From MSDN:
If True, the database is closed and its resources are freed when the user connection does not access the database. If False (default), the server keeps the database open and ready, regardless of user activity.
: , , . , , .
,
, (, Dev/QA)
Set Auto Close to false if you are using database mirroring in SQL Server 2008.
Source: https://habr.com/ru/post/1705743/More articles:The collateral method is called - javaUpdates ItemsSource + Converter + Treeview - converterWhat is the best exception handling strategy for error logging classes? - .netизвлекать данные из cocoa http get request - httpЕсть ли способ инициировать событие сервера с помощью jQuery или ASP.NET MVC? - jqueryHow to write an SQL query that looks up the value in all columns and all tables in my database? - sql-serverWiX - check for previous installation - windowsWhat is the best way to host a small ruby app online? - ruby | fooobar.comWhere does the Intel C ++ compiler store vptr (a pointer to a table of virtual functions) in an object? - c ++redirect user and then register his visit using php and mysql - redirectAll Articles