top of page

SQL Server 2008R2 silent installation issue

  • Repost - originally posted 01-10-2012
  • Dec 5, 2017
  • 1 min read

We had a question the other day with a client trying to install SQL Server 2008 R2 (yes people are still using and installing SQL Server 2008R2 – in this case to support a legacy application that the vendor will not upgrade) doing a silent mode installation on Windows 2003 server and on Windows 2008 it gave the error : SQL Server setup has encountered following error \is not a valid value for setting 'ACTION' ERROR CODE:0X84B40000. The issue came down to something quite simple - not double quoting the configuration file parameter. See the following link. https://connect.microsoft.com/SQLServer/feedback/details/522592/sql2008r2-install-admin-script-fails-with-action-null


 
 
 

Recent Posts

See All
Cardinality estimator

Recently I was asked by a software vendor to review a particular query that ran in under a second on a SQL Server 2014 installation at a...

 
 
 
Index fragmentation

A law firm client, occasionally has issues with their legal software, that is provided by the global leader in this field. The response...

 
 
 
Deleting large amounts of data

I had a client call me about wanting to delete a large amount of data from their database. They knew what tables they wanted to delete...

 
 
 

Comments


bottom of page