When ASP.NET is installed on your computer but not registered in your IIS you probably installed .Net before IIS. This is easily repaired with the following command “%windir%\Microsoft.NET\Framework\version\aspnet_regiis.exe” -i
Posts Tagged ‘SQL’
Manually uninstall Windows Internal Database
When you deploy Windows SharePoint Services 3.0 in a single-server configuration by using the Basic installation option, the Setup program automatically installs and configures Windows Internal Database. However, an entry for Windows Internal Database is not created in the Add or Remove Programs tool. If you remove Windows SharePoint Services 3.0, the Setup program does [...]
After restart Virtual Center Server does not start automatically
In my case the SQL server and the Virtual Center server are on the same server. So I need to make the Virtual Center Server service dependent of the SQL server. To make this happen type the following in a DOS box. sc config vpxd depend= MSSQLSERVER
No mail send with SQL Maintenance Plan
Yesterday I setup a Maintenance plan for SQL 2005 with a notification trough mail. This morning I checked my mailbox, but no mail from the SQL server. After a quick look in the history from the Maintenance plan, I’ve saw the following error. Could not generate mail report.An exception occurred while executing a Transact-SQL statement [...]

