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 |
|
jeanangeo
Starting Member
1 Post |
Posted - 2005-09-27 : 05:35:18
|
| Hi all,Does anyone knwo what this error means and/or how to fix it. I have searched all over google and MSDN and can't find anything.System.Runtime.InteropServices.COMException (0x80045026): [SQL-DMO]This cache contains no result sets, or the current result set contains no rows. at SQLDMO.QueryResults.GetColumnString(Int32 Row, Int32 Column) at Mbr.DbGet.DbRestorer.RestoreDatabase() at Mbr.DbGet.DbRestorerCollection.RestoreAll()I have created an application that restores a database. It works on one machine but fails on a second machine with this error.Can anyone help?Kind regardsjeanangeo |
|
|
|
|
|