SQL Server 2008 Management Studio Express 的替代选项

发布于 2024-10-12 18:03:04 字数 406 浏览 3 评论 0原文

我正在尝试安装 SQL Server 2008 管理Studio Express 在这里找到,但我收到的是 win32 而不是应用程序错误。

除了 Visual Studio 之外,还有其他管理 Windows SQL Server 数据库的选项吗?我只需要能够登录到服务器并运行一些测试 SQL,例如:

ALTER TABLE test ADD column VARCHAR(50)

您可以在 Visual Studio 中运行该查询吗?如果是这样的话,问题也能解决。

I am trying to install SQL Server 2008 Management Studio Express found here, but I am getting a win32 not an application error.

Is there another option for managing Windows SQL Server databases other than Visual Studio? I just have to be able to log in to the server and run some test SQL like:

ALTER TABLE test ADD column VARCHAR(50)

Can you run that query in Visual Studio? If so that would solve the problem too.

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

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

发布评论

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

评论(2

猫七 2024-10-19 18:03:04

有命令行 sqlcmd 实用程序

sqlcmd 实用程序允许您在命令提示符下、在 SQLCMD 模式下的查询编辑器中、在 Windows 脚本文件中或在操作系统 (Cmd.exe) 作业步骤中输入 Transact-SQL 语句、系统过程和脚本文件。 SQL Server 代理作业。

There is the command line sqlcmd utility.

The sqlcmd utility lets you enter Transact-SQL statements, system procedures, and script files at the command prompt, in Query Editor in SQLCMD mode, in a Windows script file or in an operating system (Cmd.exe) job step of a SQL Server Agent job.

灯下孤影 2024-10-19 18:03:04

是的,您可以从 Visual Studio 对 SQL Server 数据库运行即席查询。

在服务器资源管理器中查找/创建数据连接,右键单击并选择新建查询。

替代文本

Yes, you can run ad-hoc queries to a SQL Server database from Visual Studio.

Find/create a Data Connection in Server Explorer, right-click, and choose New Query.

alt text

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