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 |
jrediehs
Starting Member
2 Posts |
Posted - 2011-09-02 : 11:14:35
|
Hi everyone,I am reading MS SQL 2008 Reporting services...The instructions have me download a database called GALACTIC from their site. I have downloaded it, ran the setup script for the db, but when I got to restore the database, I get error 3241, which typically means a bad backup/corrupt file. I have downloaded the file twice with the same result. I am running a MICROSOFTSMLBIZ desktop database v8.0.2055 and sql studio 2008 R2. Any ideas???ThanksJohn |
|
GilaMonster
Master Smack Fu Yak Hacker
4507 Posts |
Posted - 2011-09-02 : 14:54:11
|
Your database version is SQL 2000. A SQL 2008 database will not restore or attach to SQL 2000. If you're using SQL 2008 reporting services, install SQL 2008, not SQL 2000.--Gail ShawSQL Server MVP |
 |
|
jrediehs
Starting Member
2 Posts |
Posted - 2011-09-02 : 15:00:38
|
That was exactly it! Once I downloaded the 2008 SQL DB it worked fine.... Thanks for the help |
 |
|
|
|
|