Browse by Tags
All Tags »
SQL Setup (RSS)
Let's imagine that your instance of MSDE cannot be brought online because of any reason, like when your master database became corrupted or the their files are unavailable. Under such circumstances, if you try to rebuild the master database with a command
Read More...
One colleague reported to me that one of his customers was getting the following error message when trying to install SQL Server 2005 Service Pack 2: Func Name='RestoreSetupParams'> Failed to find installation media path due to datastore exception
Read More...
In the following example, I tried to apply Service Pack 2 on top of an existing instance of SQL Server 2005 which had one mounted point under the instance's Data folder. In such case, setup failed and SQL9_Hotfix_KB921896_sqlrun_sql.msp.log revealed the
Read More...
Is your SQL Server 2005 installation blowing out while trying to install a clustered instance? And are you seeing the following output in setup's log file? ********************************************** Running: InstallSqlAction at: 2006/1/16 19:50:38
Read More...
You may be trying to apply one hotfix, one Cumulative Update or one Service Pack on top of your SQL Server 2005 instance and it fails, showing the following information in the setup log, and ERRORLOG, respectively: From setup log: <Func Name='SetCAContext'>
Read More...