How can I check in what mode the particular database is in?
try using DATABASEPROPERTYEX
DATABASEPROPERTYEX
SELECT DATABASEPROPERTYEX('databasename','UserAccess')
if the database is in multi_user mode, should return MULTI_USER
MULTI_USER
use sp_dboption like this
EXEC sp_dboption 'DB_NAME', 'single user'
to set it, add the third parameter parameter. See below
Source: https://habr.com/ru/post/1769115/More articles:Eclipse project with ImageIcon - javajcarousel: resizing a window moves the carousel out of sight - jquerysolr search for specific values using depressurization - luceneFree POP3 Email Component - .netHow to create a Date object from a string date in Javascript for the first years of AD? - javascriptHow to delete more than one place in Oracle - sqlWhy does the success of assembling SCons depend on the name variant_dir? - fortranSaving and loading program state (Java) - javahttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1769119/which-tools-to-build-a-soap-server-in-php&usg=ALkJrhhjwhqLe75uZLo5b_rPFfhnpMivzQjQuery.click not working - jqueryAll Articles