You can change the type of security using SQL-DMO, with some frontend app using this code:
oSQLApp = CreateObject('SQLDMO.Application')
oServer = osqlapp.SQLServers(1)
oserver.IntegratedSecurity.SecurityMode = 1
&& 1 -> Just Windows , 2-> Win & SQL, 0-> Only SQL
This works without working...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.