Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2003-09-22 : 07:33:00
|
| Anuj Mediratta writes "I am trying ot backup SQL databases using Legato Networker software. The backup terminates abnormally with the error - "Select Sum from {name of the database}..sysindexes where indid in (0,1,255) failed"Could someone help me with this." |
|
|
samsekar
Constraint Violating Yak Guru
437 Posts |
Posted - 2003-09-22 : 08:20:58
|
| There is no column named 'Sum' in the sysindexes, it should be sum(column0) Can you please post the error message?, somebody can help youSekar~~~~Success is not a destination that you ever reach. Success is the quality of your journey. |
 |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2003-09-22 : 13:26:01
|
| Anuj, why are you using 3rd party software to backup the SQL databases? You should be backing up the databases to disk through SQL Server. Then use 3rd party software to copy those files to tape. Since your error message is coming from 3rd party software, you'll need to contact the vendor for assistance.Tara |
 |
|
|
X002548
Not Just a Number
15586 Posts |
Posted - 2003-09-22 : 13:33:03
|
| SILVER BULLETAlmost laughable...http://www.orchestra.de/download/legato/EAM%20MS_SQL.pdfBrett8-)SELECT @@POST=NewId()That's correct! It's an AlphaNumeric! |
 |
|
|
|
|
|