sql server 2008 - can not use special prinicipal 'sa' -


on initializing sql server database of opengts using command bin\initdb.bat "-rootuser:sa" "-rootpass:sapassword" , got error error "can not use special prinicipal 'sa'". how can solve error?

thanks in advance.

if using mixed mode authentication, sa disabled default.

you can explicitly enable sa account... check out instructions here.


Comments