如何只使用完整的SQL Server安装程序的sql server代理

问题描述:

如何使用c#来使用sql server数据库。如何只使用sql server数据库而不是ull sql server setup。我可以使用哪个sql server实用程序。

how i can use sql server database using c#. How to use only sql server database instead of ull sql server setup. which sql server utility i can use.

你的问题不是很清楚:SQL Server Agent不是数据库引擎,而是一个管理的服务可以在数据库上执行操作(备份,恢复等)。



那么你的问题到底是什么?



您可以安装免费版的SQL Server;你不会有带有快速版本的SQL Server代理,但至少你会有自己的数据库引擎。



如果这不能回答你的问题,请通过以下方式改进给出一些更相关的细节。



祝你好运。
Your question is not very clear: the SQL Server Agent is not a database engine, it is rather a service under which administrative actions (backup, restore, etc.) on the databases will be possible.

So what is your issue exactly?

There is a free version of SQL Server that you can install; you will not have SQL Server Agent with express versions, but at least you will have the database engine itself.

If that does not answer your question, please improve it by giving some more relevant details.

Good luck.