RoundhousE - Change login used by scripts scripts

一笑奈何 提交于 2019-12-05 14:05:43

If you specify the connection string instead of the server name and db name, you can then set the credentials as well.

From: https://github.com/chucknorris/roundhouse/wiki/ConfigurationOptions

There is the --connectionstring (or -c for short):

-c, --cs, --connstring, --connectionstring=VALUE
ConnectionString - As an alternative to ServerName and Database - You can provide an entire connection string instead.

So you could do something like this:

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