有谁有快速“作弊作弊”的方法吗?或“命令行参考”对于 OSQL?

发布于 2024-10-07 23:25:23 字数 208 浏览 0 评论 0原文

我的一个朋友抱怨 SQL Management Studio Express 被他的系统管理员设置的某些安全设置禁止。 我建议使用 OSQL

alt text

我的问题是

我需要一些基本命令,例如附加、分离和处理 SQL 的最佳方式快递数据库。有什么想法吗?

a friend of mine complained that SQL managment studio express is prohibited by some security setting set by his system admin.
i recommended to use OSQL

alt text

my question is

i need some basic orders like best way to attach, detach and deal with SQL express databases. any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

笛声青案梦长安 2024-10-14 23:25:23

MSDN 始终是最好的来源。

MSDN 上的 osql(带有示例)。

但是,微软将在未来版本中删除此实用程序,因此您应该开始使用sqlcmd

MSDN is always the best source.

osql on MSDN (with examples).

However, microsoft will remove this utility in future versions, so you should start using sqlcmd instead.

权谋诡计 2024-10-14 23:25:23

如果您熟悉正常的查询语法,则将查询写入 .SQL 文件可能会更容易(在记事本中编辑并更改扩展名),然后使用 <; 调用 osql。 filename.sql-i filename.sql。然后您也只需写出一次命令就可以重复使用它们。

If you are familiar with normal query syntax, it may be easier for you to write queries to .SQL files (edit in notepad and change the extension), then call from osql with either < filename.sql or -i filename.sql. Then you also only have to write out the commands once and can reuse them.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文