*-*-*-*-* The backups are now 6 times larger but the database activity has not changed *-*-*-*-*

Quote: |
1. Can I specify on RedGate, step #3 of scheduling backups, a UNC or regular Windows mapping, on the Folder field? Or a UNC path is mandatory> 2. If I can specify UNC or regular drive letter paths when using a folder, what could be the problem with the Windows mapping, as permissions look to be ok. |
Quote: |
The technical advice or question would be ... should I use the "copy backup to network" option or schedule a total separate job for the offsite backups? I am trying to reduce network and IO stress on the SAN Cluster and network. |
Code: |
CREATE TABLE #sqb (DATA NVARCHAR(4000)) INSERT INTO #sqb EXECUTE master..sqlbackup '-sql "BACKUP DATABASE pubs TO DISK = [<AUTO>] WITH SINGLERESULTSET"' |
Code: |
Unhandled Exception System.IndexOutOfRangeException occured: Index was outside the bounds oF the array. at kk.a(Int32) at kl.a(jV,lc) at ku.GetDataStream() at ku.get_Data() at ks.b() at kP.a(String, IEnumerable`1 , IEnumerable`1) at kP.PopulateTable(dY name, lc pageProvider, kH schemaProvider, jE tracker) at hT.a(List`1) at hQ.PopulateAdditionalSystemTables(dY[] tables) at h.a(Int32) at W.l() at W.GetSqlCmd(Int32 view) at h.a(Int32) at K.b() at K.RedGate.ObjectLevelRecovery.Engine.CTB.ISCSimplePopulator.get_Sql() at G.<EnumObjects>d__0.MoveNext() at u.Read() at w.Read() atb.a(aM) at b.a(aM) at b.a(aM) at bC.a(aM) at bc<>c_DisplayClassf,<ObjectsTreeViewAfterSelect>b__c(Object param0) at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state) |
Code: |
EXEC master..sqlbackup '-sql "BACKUP DATABASES [*] TO DISK = [g:\backups\<DATABASE>\<TYPE>\AUTO.sqb] WITH COPYTO = [\\sqlfileserver\backups\<DATABASE>\<TYPE>\<DATETIME yyyy mm>\] WITH ERASEFILES_PRIMARY = 2b, ERASEFILES_SECONDARY = 14b"' |
Code: |
EXEC master..sqbutility 1040, 'SMTPHost', 'myhost.smtp.com' EXEC master..sqbutility 1041, 'SMTPPort', 135 |