可配置运行 Microsoft Windows 98 的服务器自动启动。选择 SQL Server 服务管理器中的"当启动操作系统时自动启动服务"复选框。Windows 98 没有与 Window NT 4.0 和 Windows 2000 服务相对应的组件。SQL Server 数据库引擎和 SQL Server 代理程序在 Windows 98 上作为可执行程序运行。这些 SQL Server 组件无法作为服务自动启动。
看看net用法:
For more information about a specific Microsoft NET
command, type the command name followed by /?
(for example, NET VIEW /?).
NET CONFIG Displays your current workgroup settings.
NET DIAG Runs the Microsoft Network Diagnostics program to
display diagnostic information about your network.
NET HELP Provides information about commands and
error messages.
NET INIT Loads protocol and network-adapter drivers without
binding them to Protocol Manager.
NET LOGOFF Breaks the connection between your computer and
the shared resources to which it is connected.
NET LOGON Identifies you as a member of a workgroup.
NET PASSWORD Changes your logon password.
NET PRINT Displays information about print queues
and controls print jobs.
NET START Starts services.
NET STOP Stops services.
NET TIME Displays the time on or synchronizes your computer's
clock with the clock on a Microsoft Windows for
Workgroups, Windows NT, Windows 95, or NetWare time server.
NET USE Connects to or disconnects from a shared
resource or displays information about
connections.
NET VER Displays the type and version number of the
workgroup redirector you are using.
NET VIEW Displays a list of computers that share
resources or a list of shared resources
on a specific computer.
这里面就有NET START Starts services. NET STOP Stops services.