.NET 编码设置需要安装 SQL Server 吗? (VS2010+Linqpad)

发布于 2024-09-10 08:48:30 字数 205 浏览 8 评论 0原文

我正在考虑可以在我的新开发机器上安装的最少软件。有人尝试过仅使用 VS2010/Linqpad 进行编码吗?

SQL Server 在另一台机器上,所以我只需要 SSMS.. 但后来我认为 linqpad 可以替代它+帮助我进行 Linq 查询..

但问题似乎是我无法使用 SSMS 创建 SQL 用户我可能需要时不时地这样做..

有什么想法吗?

I was thinking of the minimum software I can install on my new dev machine. Has anyone tried codeing with just VS2010/Linqpad?

The SQL Server is on another machine so then I would only need SSMS.. but then I think linqpad could replace that + help me with Linq queries..

But the problem seems to be I won't be able to CREATE SQL USERS with SSMS and I may need to do thatfrom time to time..

Any thoughts ?

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

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

发布评论

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

评论(3

榕城若虚 2024-09-17 08:48:30

就我个人而言,我总是安装 SQL Management Studio,因为它是管理 SQL Server 的事实上的工具。

AFAIK 你不能使用 VS2010 发出任意 SQL 命令,因此你不能创建用户 - 也就是说,除非你使用 VS2010 编写一个应用程序来发出命令,这是微不足道的,但我想说最终毫无意义。

Personally I'd always install SQL Management Studio as it's the defacto tool for managing SQL Server.

AFAIK you can't issue arbitary SQL commands using VS2010 and thus you can't create users - that is unless you use VS2010 to write an app to issue the commands which is trivial but I'd say ultimately pointless.

说不完的你爱 2024-09-17 08:48:30

LINQPad 允许您运行 SQL 查询以及 LINQ 查询 - 因此,如果您愿意纯粹通过 SQL 执行操作,那么您可以在没有 SSMS 的情况下进行管理。

当然,对于某些事情来说,SSMS 比编写 SQL 更容易。在开发机上,您可能还需要 SQL Profiler(因此,最好安装完整版 SQL Server 附带的管理工具,而不是依赖 SQL Express 工具)。

LINQPad lets you run SQL queries as well as LINQ queries - so you can manage without SSMS if you're happy to do things purely via SQL.

Of course, for some things SSMS is easier than writing SQL. And on a dev box you'll probably want SQL Profiler, too (for this reason, it's a good idea to install the management tools that come with the full edition of SQL Server rather than relying on the SQL Express tools).

凉城 2024-09-17 08:48:30

我会安装 SQL Server 客户端工具 - 您至少会获得 SSMS 和 SQLCMD。不需要 SQL Server 本身(甚至不需要 SSIS - 您仍然可以使用 BIDS 来编写包,但必须以交互方式运行它们)。

I would install SQL Server client tools - you would at least then get SSMS and SQLCMD. No need for SQL Server itself (or even SSIS - you can still use BIDS to write packages, but you have to run them interactively).

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