Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SqlServer is in script upgrade mode

Vista just finished one of its many updates. After restarting my computer I try connecting to SqlServer2008 instance with Sql Server Management Studio and I get this error:

Error connecting to '...\MSSQLSERVER2008'. Additional information: Login failed for user '...'. Reason: Server is in script upgrade mode. Only administrator can connect at this time. (Microsoft SQL Server, Error: 18401).

Pressing help gets me to an internet page saying there's no additional information.

Thx Vista & Updates. Anyone an idea because on the internet I can't find anything about this issue.

like image 205
Lieven Cardoen Avatar asked Jun 10 '09 12:06

Lieven Cardoen


People also ask

What is script Upgrade mode?

Script upgrade mode is the phase where objects inside the databases are upgraded based on recently patch applied. Based on features installed and number of databases available, it would take varying amount of time.

How do I update SQL Server to latest version?

To upgrade an existing instance of SQL Server to a different edition, from the SQL Server Installation Center click Maintenance, and then select Edition Upgrade. If Setup support files are required, SQL Server Setup installs them. If you are instructed to restart your computer, restart before you continue.

What is SQL Server scripting?

What is SQL Scripts? A SQL script is a set of SQL commands saved as a file in SQL Scripts. A SQL script can contain one or more SQL statements or PL/SQL blocks. You can use SQL Scripts to create, edit, view, run, and delete script files.

How many types of SQL Server Upgrade processes are available?

There are two kinds of upgrades for SQL Server DB instances: major version upgrades and minor version upgrades. Major version upgrades can contain database changes that are not backward-compatible with existing applications. As a result, you must manually perform major version upgrades of your DB instances.


1 Answers

It appears This Guy was having the same problems as you and his only suggestion was to wait a few minutes before trying to log in again.

I have yet to see any type of Microsoft documentation about this, nor have I seen any forum posts which came to any sort of resolution concerning the same problem.

like image 186
TheTXI Avatar answered Sep 18 '22 01:09

TheTXI