LINQPad:更改 SQL Server 密码
与 SQL Studio 相比,我个人更喜欢 LINQPad,并且在一种情况下,我仍然需要打开 SQL Studio 来执行任务,即在登录密码过期时更改密码。 LINQPad 反映登录失败,并且在连接列表中不显示密码已过期。如果您打开连接属性并运行连接测试,它确实会告诉您它已过期。
但它仍然没有提供更改密码的方法。当密码在 LINQPad 中过期时,是否有某种方法可以完成密码更改?
I personally prefer LINQPad to SQL Studio and there is one scenario where I'm still having to open SQL Studio to perform a task and that is changing a password for my logins when it has expired. LINQPad reflects a failed login and doesn't show that the password expired in the connection list. It DOES tell you it has expired if you open the connection properties and run a connection test.
Still it doesn't provide a way to change the password. Is there some way to accomplish password changes when they expire in LINQPad?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试最新测试版 - LINQPad 现在可以检测 SQL Server 中的密码过期情况并显示密码更改对话框。
让我知道你们相处得怎么样!
Try the latest beta - LINQPad now detects password expiry in SQL Server and displays a password change dialog.
Let me know how you get along!