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 - 2002-09-17 : 13:18:18
|
| Martin writes "Whenever i want to copy ms sql server databases between to ms sql servers on different machines to adapt the database state i get the error message:Step Error Source: Microsoft Data Transformation Services (DTS) PackageStep Error Description:Unbekannter FehlerStep Error code: 80004005Step Error Help File:sqldts80.hlpStep Error Help Context ID:1100Has anybody an answer - idea what the problem is?ThxMartin" |
|
|
Page47
Master Smack Fu Yak Hacker
2878 Posts |
Posted - 2002-09-17 : 13:31:16
|
| Ah, yes, the classic "Unbekannter Fehler" ...You likely have the destination SQL Server started under a domain account that does not have local administrator privileges on the source computer. Read more from MSJay White{0} |
 |
|
|
|
|
|