VS2010 - 当前选择的用于从 C# 执行各种 sql 管理任务的库是什么

发布于 2024-11-29 07:45:30 字数 398 浏览 1 评论 0原文

我的任务是编写一个 C# Winforms 应用程序来简化一些常见的 SQL 管理任务。

过去,我使用过各种 SQL 库,这些库简化了任务的许多方面,例如询问和修改架构、创建表、存储过程等,但已经有一段时间了。

SQL SMO 仍然是首选库(VS2010、SQL Server 2005 及更高版本)吗?

我需要执行的一些任务是:

  • 提供列表服务器
  • 选择服务器时提供数据库列表
  • 列出表
  • 迭代对象(表、列、过程、视图、触发器)
  • 询问对象元数据 - 主要是表和列
  • 创建表、存储过程,也许还有视图和触发器。

(我正在 VS 2010 中开发)

谢谢

Matt

I've been tasked with writing a C# Winforms application to simplify some of our common SQL admin tasks.

In the past I've worked with various SQL libraries which have simplified many aspects of the task such as interrogating and amending the schema, creating tables, stored procedures etc but it's been a while.

Is SQL SMO still the preferred library of choice (VS2010, SQL Server 2005 and later)?

Some of the tasks I need to perform are:

  • Provide a list Servers
  • Provide a list of Databases when a Server is selected
  • List tables
  • Iterate through objects (tables, columns, procedures, views, triggers)
  • Interrogate object meta data - primarily on tables and columns
  • Create tables, stored procedures and perhaps views and triggers.

(I'm developing in VS 2010)

thanks

Matt

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

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

发布评论

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

评论(1

落花随流水 2024-12-06 07:45:30

我想说的是SMO。

是否有什么东西不能满足您的需要,或者您只是进行健全性检查以确保您使用的是最新版本?

SMO is what I would say.

Is there something is doesn't do that you need, or are you just doing a sanity check to make sure you're using the latest?

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