No Process Is on the Other End of the Pipe

I installed a new Windows 2012 server with SQL 2014. Logging in via Windows authentication was successful but when I tried to login via the sa account I was given the following error:   A connection was successfully established with the server, but then an error occurred during the login process No process is on Read More…

Listing Largest Tables in vCenter Database

Components: vCenter 5.0 / Windows 2008 / SQL Standard Edition 2008 R2 Open SQL Server Management Studio and log in. Click New Query then ensure you have selected the relevant database in the drop down box below.  Paste the following code into the right hand side window: select object_name(id) [Table Name],[Table Size] = convert (varchar, dpages Read More…

The storage service is not initialized. Please try again later

Software:  VMware vSpehre 5.1 / SQL 2008 R2 After migrating the vCenter database from local SQL 2005 to dedicated 2008 I looked through all the vCenter logs: This appeared in the sms.log [2015-02-20 16:22:29,239 Thread-22  ERROR com.vmware.vim.common.lifecycle.InitializerExecutor] Initialization error; attempt 1202 will begin in 60 seconds… java.util.concurrent.ExecutionException: java.lang.IllegalStateException: org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (The connection to Read More…