|
| I'm getting the following error when running the Backup
Biztalk Server job. It's failing right on on the
sp_BackupAllFull_Schedule step right off.
Here's the job step:
exec [dbo].[sp_BackupAllFull_Schedule] 'd' /* Frequency
*/, 'BTS' /* Name */, 'd:' /* location of backup files */
and my error messages:
Executed as user: ENGINEERING\SQLService. Warning:
The table '#catalogs' has been created but its maximum row
size (8281) exceeds the maximum number of bytes per row
(8060).
INSERT or UPDATE of a row in this table will fail if the
resulting row length exceeds 8060 bytes.
[SQLSTATE 01000] (Message 1708) Invalid object
name 'adm_OtherBackupDatabases'.
[SQLSTATE 42S02] (Error 208) Warning: The
table '#catalogs' has been created but its maximum row
size (8281)
exceeds the maximum number of bytes per row (8060). INSERT
or UPDATE of a row in this table will fail if the
resulting row length exceeds 8060 bytes. [SQLSTATE 01000]
(Error 1708). The step failed.
Any ideas anyone!
Thanks for your help!
Amos
|
|