Le Kevin dot com

photographic-poetic-musical horizon

Browsing Posts tagged backup

It backs up with an expiration of 30 days, but a year for anything on the first of the month. Emails if it fails… (assume that you have sql email profile already setup) CREATE PROCEDURE spBackupAllDatabases AS BEGIN SET NOCOUNT ON; declare @db varchar(50) declare @d varchar(100) declare @n varchar(100) declare @rd int set @rd=case [...]

C:\>cscript C:\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1 C:\>cd windows\microsoft.net\framework\v2.0.50727 C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>aspnet_regiis.exe -i C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>NET STOP W3SVC /y & NET START W3SVC ERRORS: Microsoft OLE DB Provider for ODBC Drivers error ’80004005′ [Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application Run C:\Windows\SysWOW64\odbcad32.exe to setup DSN Restore & Backup IIS 7 > %windir%\system32\inetsrv\appcmd.exe add [...]