sqlserver2005 master与msdb数据库备份恢复过程(sqlserver2005服务器名称填什么)一看就会

随心笔谈2年前发布 admin
180 0 0

文章摘要

这篇文章描述了Microsoft SQL Server的安装过程,包括配置文件的创建(如`setup.exe`)、服务的注册(如`sqlservr.exe`)、启动日志以及相关的配置和错误信息。文章详细记录了安装过程中生成的命令输出、警告信息和错误提示,例如证书加载成功、服务 principal name 错误以及管理员权限的使用。总结来看,文章的核心内容是指导用户顺利完成SQL Server的安装和配置,并注意处理可能出现的网络相关问题和证书问题。

Microsoft Windows [版本 5.2.3790]

(C) 版权所有 1985-2003 Microsoft Corp.

C:“Documents and Settings“Administrator>start /wait e:“setup.exe /qn INSTANCENAME=mssqlserver REINSTALL=SQL_Engine REBUILDDATABASE=1 SAPWD=abc123@!@

C:“Documents and Settings“Administrator>cd C:“Program Files“Microsoft SQL Server“MSSQL.1“MSSQL“Binn

C:“Program Files“Microsoft SQL Server“MSSQL.1“MSSQL“Binn>sqlservr.exe -m

2008-04-18 15:47:46.56 Server Authentication mode is MIXED.

2008-04-18 15:47:46.59 Server Microsoft SQL Server 2005 – 9.00.1399.06 (Intel X86)

Oct 14 2005 00:33:37

Copyright (c) 1988-2005 Microsoft Corporation

Enterprise Edition on Windows NT 5.2 (Build 3790: Service Pack 1)

2008-04-18 15:47:46.59 Server (c) 2005 Microsoft Corporation.

2008-04-18 15:47:46.59 Server All rights reserved.

2008-04-18 15:47:46.59 Server Server process ID is 3984.

2008-04-18 15:47:46.59 Server Logging SQL Server messages in file ‘C:“Program Files“Microsoft SQL Server“MSSQL.1“MSSQL“LOG“ERRORLOG‘.

2008-04-18 15:47:46.59 Server This instance of SQL Server last reported using a process ID of 764 at 2008-4-18 15:46:40 (local) 2008-4-18 7:46:40 (UTC). This is an informational message only; no user action is required.

2008-04-18 15:47:46.60 Server Registry startup parameters:

2008-04-18 15:47:46.60 Server -d C:“Program Files“Microsoft SQL Server“MSSQL.1“MSSQL“DATA“master.mdf

2008-04-18 15:47:46.60 Server -e C:“Program Files“Microsoft SQL Server“MSSQL.1“MSSQL“LOG“ERRORLOG

2008-04-18 15:47:46.60 Server -l C:“Program Files“Microsoft SQL Server“MSSQL.1“MSSQL“DATA“mastlog.ldf

2008-04-18 15:47:46.62 Server Command Line Startup Parameters:

2008-04-18 15:47:46.62 Server -m2008-04-18 15:47:46.64 服务器 SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.

2008-04-18 15:47:46.67 服务器 Detected 1 CPUs. This is an informational message; no user action is required.

2008-04-18 15:47:46.78 服务器 Using dynamic lock allocation. Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node. This is an informational message only. No user action is required.

2008-04-18 15:47:46.84 服务器 Attempting to initialize Microsoft Distributed Transaction Coordinator (MS DTC). This is an informational message only. No user action is required.

2008-04-18 15:47:47.95 服务器 Attempting to recover in-doubt distributed transactions involving Microsoft Distributed Transaction oordinator (MS DTC).

This is an informational message only. No user action is required.

2008-04-18 15:47:47.96 服务器 Database Mirroring Transport is disabled in the endpoint configuration.

2008-04-18 15:47:47.96 spid5s Warning ******************

2008-04-18 15:47:47.96 spid5s SQL Server started in single-user mode. This an informational message only. No user action is required.

2008-04-18 15:47:47.99 spid5s Starting up database ‘master‘.

2008-04-18 15:47:48.17 spid5s Recovery is writing a checkpoint in database ‘master‘ (1). This is an informational message only. No user action is required.

2008-04-18 15:47:48.28 spid5s SQL Trace ID 1 was started by login “sa”.

2008-04-18 15:47:48.32 spid5s Starting up database ssqlsystemresource‘.

2008-04-18 15:47:48.76 spid5s Server name is ‘VM01‘. This is an informational message only. No user action is required.

2008-04-18 15:47:48.78 spid8s Starting up database ‘model‘.

2008-04-18 15:47:49.20 服务器 A self-generated certificate was successfully loaded for encryption.

2008-04-18 15:47:49.23 服务器 Server is listening on [ ‘any‘ 1433].

2008-04-18 15:47:49.24 服务器 Server local connection provider is ready to accept connection on [ ““.“pipe“SQLLocal“MSSQLSERVER ].

2008-04-18 15:47:49.24 服务器 Server local connection provider is ready to accept connection on [ ““.“pipe“sql“query ].

2008-04-18 15:47:49.28 服务器 Server is listening on [ 127.0.0.1 1434].

2008-04-18 15:47:49.28 服务器 Dedicated admin connection support was established for listening locally on port 1434.

2008-04-18 15:47:49.29 服务器 The SQL Network Interface library could not register the Service Principal Name (SPN) for the SQL Server service. Error: 0x54b. Failure to register an SPN may cause integrated authentication to fall back to NTLM instead of Kerberos. This is an informational message. Further action is only required if Kerberos authentication is required by authentication policies.

2008-04-18 15:47:49.31 服务器 SQL Server is now ready for client connections. This is an informational message; no user action is required.

2008-04-18 15:47:49.40 spid5s Starting up database ‘msdb‘.

2008-04-18 15:47:49.68 spid8s Clearing tempdb database.

2008-04-18 15:47:49.93 spid5s Recovery of any in-doubt distributed transactions involving Microsoft Distributed Transaction Coordinator (MS DTC) has completed. This is an informational message only. No user action is required.

2008-04-18 15:47:50.57 spid8s Starting up database ‘tempdb‘.

2008-04-18 15:47:50.76 spid5s Recovery is complete. This is an informational message only. No user action is required.

2008-04-18 15:56:22.34 spid51 SQL Trace was stopped due to server shutdown. Trace ID=‘1‘. This is an informational message only; no user action is required.

2008-04-18 15:56:22.40 服务器 The SQL Network Interface library could not deregister the Service Principal Name (SPN) for the SQL Server service. Error: 0x54b. Administrator should deregister this SPN manually to avoid client authentication errors.

C:“Program Files“Microsoft SQL Server“MSSQL.1“MSSQL“Binn>

© 版权声明

相关文章