LocalDB connection with Integrated security=False

谁说我不能喝 提交于 2019-12-11 10:39:31

问题


I was looking everywhere and still have not found clear answer to this simple question:

Is it possible to use SQL authentication with LocalDB, i.e. is it possible to use connection string containing

Integrated Security=False

?


回答1:


Yes, last I tried it was possible. Just follow the steps from this MDSN article.

Keep in mind that it will still be user instance, running under the account that started it, and will be shut down shall the account log out. Also no remote access.



来源:https://stackoverflow.com/questions/23734219/localdb-connection-with-integrated-security-false

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!