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 |
BoboP
Starting Member
3 Posts |
Posted - 2008-03-11 : 03:23:57
|
well I hope it is possible for installing adventureworks database for msde2000 , trying to do it , but gives following error. whenever I try to run Windows Installer package for the same.problem :"there is a problem regarding this installer packageA program reqiured to run this to install could not run.Contact your support personnel and or package vendor .Action :InstallDatabase,:.......AdventureWorks_log.ldf)FOR ATTACH;"Any on can help :( |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2008-03-11 : 23:24:57
|
Try attach it if you have db files. |
 |
|
jezemine
Master Smack Fu Yak Hacker
2886 Posts |
Posted - 2008-03-11 : 23:59:54
|
adventureworks is a sample database for 2005, not 2000. it uses features that don't exist in 2000 (such as schemas, xml columns, etc) so I don't think this can work. elsasoft.org |
 |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2008-03-12 : 23:23:02
|
There is sql2k version of it, I have it on my sql2k server. |
 |
|
|
|
|