sql - How to connect to database with specified Security Identifier SID using SQLCMD -
i can't find how connect database specified security identifier sid using sqlcmd.
right have this:
sqlcmd -s serverip,port -u username -p password
is there possibility put sid there? without can not connect.
thanks help!
Comments
Post a Comment