April 1, 2011 at 1:43 am
Hi,
I need change server collation of SQL server 2008. Use this command:
c:\program files\ microsoft sql server\100\setup bootstrap\release\setup /action=REBUILDDATABASE /INSTANCENAME=MSSQLSERVER /SQLSYSADMINACCOUNTS="NT AUTHORITY\SYSTEM" /SAPWD=XXXX /SQLCOLLATION=Czech_CI_AS
All action ends with erorr 0x84B30002. I don´t know what it means. Can you help me?
Thanks.
April 1, 2011 at 5:12 pm
Have you reviewed the setup logs to see what else they might say? (Microsoft has an article on the location and contents of the logs here: http://support.microsoft.com/kb/955396.)
My first guess would be to try and use an actual account instead of "NT AUTHORITY\SYSTEM". (Maybe try "BUILTIN\ADMINISTRATORS")
Here is a MS Blog post on the changing of collation and some issues: http://blogs.msdn.com/b/psssql/archive/2008/08/29/how-to-rebuild-system-databases-in-sql-server-2008.aspx
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply