Hi all.
I have a question, I currently want to change the collation of a SQL instance (SQL_Latin1_General_CP1_CI_AS -> TO -> Latin1_General_CI_AS), This by means of the installation disk that contains the same version of the instance; in this case: Microsoft
SQL Server 2008 R2 (SP3) - 10.50.6000.34 (X64) Copyright (c) Microsoft Corporation Standard Edition (64-bit).
I tried to do it using the following instruction through the CMD:
setup.exe / ACTION = REBUILDDATABASE / INSTANCENAME = MSSQLSERVER / SQLCOLLATION =Latin1_General_CI_AS / SAPWD = *** PASWORDTEST / SQLSYSADMINACCOUNTS = SERVERTEST \ administrator
He passes the first check process and when he is going to configure he sends me an error, which I attach:
TITLE: SQL Server Setup failure.
------------------------------
SQL Server Setup has encountered the following error:
Missing system administrator account. To continue, provide at least one Windows account to provision as a SQL Server system administrator.
Error code 0x84B40000.
and return everything to how it was.
Does anyone know how to fix this error?