Home Database Mysql Tutorial SQL Server报错汇总

SQL Server报错汇总

Jun 07, 2016 pm 04:20 PM
server Report an error Summary

开个单章,记录遇到的SQL Server的问题及解决办法,方便自已以后回顾。 该文章会不断完善 1)SQL Server服务突然无法启动 问题描述:之前一直没有问题,突然某天无法启动了 解决办法:查看控制面板-管理工具-事件查看器,发现是因为登录失败而无法启动。 找到

   开个单章,记录遇到的SQL Server的问题及解决办法,方便自已以后回顾。

  该文章会不断完善

  1)SQL Server服务突然无法启动

  问题描述:之前一直没有问题,突然某天无法启动了

  解决办法:查看控制面板->管理工具->事件查看器,发现是因为登录失败而无法启动。

  找到原因,就简单了,从服务中找到SQL Server的服务,,右键属性,然后打开"登录"tab页,选上本地系统,就OK了。

  该问题多半是因为更改了操作系统的登录密码造成了。所以要更新sqlserver的账户登录密码。当然,最好的方式就是就是上面的觪决办法了。

  这样以后就会自动更新。

  2)17051错误

  代码为17051:查了半天,才知道这是评估期过。用有效的序列号更新下就行了。

  3)报错代码126

  把via协议禁用了,再启动服务,就OK了

  4)错误 233 的解决办法

  打开'程序'-'所有程序'-'Microsoft SQL Server '-'配置工具'-'SQL Server 配置管理器',在弹出的窗体中,找到'SQL Server 网络配置',把'MSSQLSERVER的协议'下的"Named Pipes"和"TCP/IP"启动,然后重新启动Microsoft SQL Server

  5)消息 15466,级别 16,状态 2,过程 sp_addlinkedsrvlogin,第 91 行解密过程中出错。

  消息 15185,级别 16,状态 1,过程 sp_addlinkedsrvlogin,第 98 行

  没有从远程服务器 'XXXXXX' 映射到本地用户 '(null)' 的远程用户 'XXXXXXX'.

  解决办法:在本地服务器上执行: ALTER SERVICE MASTER KEY FORCE REGENERATE.

  这个语句的功能是重新生成本地服务器的主密钥。

  6:sqlserver恢复挂起

  alter database dbname

  set online

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Column count doesn't match value count at row 1 - How to solve MySQL error: column number does not match value Column count doesn't match value count at row 1 - How to solve MySQL error: column number does not match value Oct 05, 2023 am 11:40 AM

How to solve MySQL error: The number of columns does not match the value. Specific code examples are needed. When using the MySQL database for data operations, sometimes you will encounter the error message: "Columncountdoesn'tmatchvaluecountatrow1", which means that the number of columns does not match the number of values. match. This error usually occurs when inserting data and the number of columns specified is inconsistent with the number of values ​​inserted. This article describes specific workarounds and provides code examples. examine

Incorrect table definition; there can be only one auto column and it must be defined as a key - How to solve MySQL error: Incorrect table definition; there can be only one auto column and it must be defined as a key Incorrect table definition; there can be only one auto column and it must be defined as a key - How to solve MySQL error: Incorrect table definition; there can be only one auto column and it must be defined as a key Oct 05, 2023 am 11:05 AM

How to solve MySQL error: Wrong table definition; there can only be one automatic column and it must be defined as a key. Specific code examples are required. In recent years, MySQL database has become more and more widely used, but during use, we often encounter Various error reports. Among them, a common error is "wrong table definition; there can only be one automatic column and it must be defined as a key". This error usually occurs when we create a table, which may be a headache for beginners. This article will give you a detailed analysis of the reasons for this error and provide specific

Cause analysis: HTTP request error 504 gateway timeout Cause analysis: HTTP request error 504 gateway timeout Feb 19, 2024 pm 05:12 PM

Brief introduction to the reason for the http request error: 504GatewayTimeout: During network communication, the client interacts with the server by sending HTTP requests. However, sometimes we may encounter some error messages during the process of sending the request. One of them is the 504GatewayTimeout error. This article will explore the causes and solutions to this error. What is the 504GatewayTimeout error? GatewayTimeo

Solution: Socket Error when handling HTTP requests Solution: Socket Error when handling HTTP requests Feb 25, 2024 pm 09:24 PM

http request error: Solution to SocketError When making network requests, we often encounter various errors. One of the common problems is SocketError. This error is thrown when our application cannot establish a connection with the server. In this article, we will discuss some common causes and solutions of SocketError. First, we need to understand what Socket is. Socket is a communication protocol that allows applications to

How to install, uninstall, and reset Windows server backup How to install, uninstall, and reset Windows server backup Mar 06, 2024 am 10:37 AM

WindowsServerBackup is a function that comes with the WindowsServer operating system, designed to help users protect important data and system configurations, and provide complete backup and recovery solutions for small, medium and enterprise-level enterprises. Only users running Server2022 and higher can use this feature. In this article, we will explain how to install, uninstall or reset WindowsServerBackup. How to Reset Windows Server Backup If you are experiencing problems with your server backup, the backup is taking too long, or you are unable to access stored files, then you may consider resetting your Windows Server backup settings. To reset Windows

Unknown column 'column_name' in 'where clause' - How to solve MySQL error: unknown column in where clause Unknown column 'column_name' in 'where clause' - How to solve MySQL error: unknown column in where clause Oct 05, 2023 am 11:15 AM

Unknowncolumn'column_name'in'whereclause'-How to solve MySQL error: unknown column in where clause, specific code example is needed MySQL is a widely used relational database management system, which supports the use of Structured Query Language (SQL) Storage, management and retrieval of data. However, when using MySQL to query, sometimes we will encounter errors. One of the common errors is: Unkno

Step-by-step guide to quickly solve pyqt5 installation errors Step-by-step guide to quickly solve pyqt5 installation errors Jan 19, 2024 am 09:32 AM

If you are learning Python and want to develop GUI applications, PyQt5 is a very good choice. It is a bound version of the PyQt library under Python, which makes it very convenient to call and develop the Qt graphics library. However, sometimes you may encounter some problems when installing PyQt5. This guide will provide you with some steps to quickly solve installation error problems, and also attach specific code examples. Make sure the Python version is correct PyQt5 is a Python-based library, so first

Golang compilation error: How to solve undefined function error Golang compilation error: How to solve undefined function error Nov 25, 2023 am 08:59 AM

Golang compilation error: How to solve undefinedfunction error Overview: Go language is a statically typed programming language, and the compiler will check for errors in the code during the compilation phase. One of the common compilation errors is "undefinedfunction", which means that when using a function, the compiler cannot find the definition of the function. This article will describe some common causes of this error and provide solutions. Function not imported: The most common situation is when we use an

See all articles