赞
踩
In the SQL world, it is an important activity to perform SQL Server installation for a database administrator. Have you ever noticed ‘SQL Server Startup Parameters’ for the SQL Service? You might not have noticed them, but these parameters are beneficial for DBAs.
在SQL世界中,对数据库管理员执行SQL Server安装是一项重要的活动。 您是否曾经注意到SQL服务的“ SQL Server启动参数”? 您可能没有注意到它们,但是这些参数对于DBA很有帮助。
Let’s say you install the SQL service database engine. After installation, services are running in the automatic mode and you can connect to the SQL instance.
假设您安装了SQL服务数据库引擎。 安装后,服务将以自动模式运行,您可以连接到SQL实例。
Let me start with a simple but logical question – What is the sequence for the SQL Service startup?
让我首先提出一个简单但合乎逻辑的问题-SQL Service启动的顺序是什么?
It is a useful thing to know about the startup of SQL Services. The high-level steps are:
了解SQL Services的启动是很有用的。 较高级别的步骤是:
This article focuses on the startup parameters. To view the SQL Server startup parameters, right-click on the SQL Server Service and go to properties. It opens the SQL Services properties window.
本文重点介绍启动参数。 若要查看SQL Server启动参数,请右键单击“ SQL Server服务”,然后转到属性。 它打开“ SQL Services属性”窗口。
Click on the Startup Parameters. You can see the default configured SQL Server startup parameters -d, -e and -l and their values.
单击启动参数 。 您可以看到默认配置SQL Server启动参数-d,-e和-l及其值。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。