Disable windows authentication in SQL Server
how can disable windows authentication mode in sql server using sql query or windows command.
i know how using management studio. i.e., security --> logins --> builtin/administrators --> status --> login --> disabled.
but need using command.
thanks in advance
hi huamin,
i have checked 1
alter login [
builtin\administrators] disable
but 1 did not work me
if want remove builtin\administrators group see
but before remove suggest go through understand gotchas
https://support.microsoft.com/en-us/kb/263712
please mark answer if solved issue
please vote helpful if helps solve issue
visakh
----------------------------
my wiki user page
my msdn page
my personal blog
my facebook page
SQL Server > SQL Server Express
Comments
Post a Comment