How can we help you today? How can we help you today?
gonamic
Same problem here... Server Components are version 5.1.0.2781, SQL Server has been rebooted after the upgrade, so there shouldn't be anything left in SQL server memory. Code I'm using: exec master..sqlbackup N'-SQL "BACKUP DATABASE [databasename] TO DISK = ''X:\SQL_DATA_BACKUP\<DATABASE>\<TYPE>\<DATABASE>_<TYPE>_<DATETIME YYYYmmdd_hhnnss>.sqb'' WITH COPYTO=''\\backupserver\SQL_DATA_BACKUP\<SERVER>\<DATABASE>\<TYPE>'', FILEOPTIONS = 3, PASSWORD = ''XXXXX'', KEYSIZE = 128, ERASEFILES_ATSTART = 2, COMPRESSION = 1, THREADCOUNT = 3, VERIFY"', @exitcode OUTPUT, @sqlerrorcode OUTPUT Old backup files are NOT deleted, no warnings or errors occur. Tried without "VERIFY", but no success. Tried with "ERASEFILES" instead of the "ERASEFILES_ATSTART", no success either. I still have backup files from over a week ago in both the local backupfolder and the remote backup folder (despite ERASEFILES_ATSTART = 2). Environment: Windows Server 2003 Standard SP2 SQL Server Enterprise Edition v8.00.2039 (SP4) SQL Backup Standard Edition version 5.1.0.2781 SQL Server, SQL Server Agent and SQL Backup services running as user with administrative rights (and as such have full access to both the local and the remote backup folder) Oliver Drexler / comments
Same problem here... Server Components are version 5.1.0.2781, SQL Server has been rebooted after the upgrade, so there shouldn't be anything left in SQL server memory. Code I'm using:exec master.....
0 votes