February 8, 2010 at 5:51 pm
I have SQL Server 2005 on my computer. I need to upsize an Access database to this and be able to attach the resulting file to a SQL server 2000 instance on another machine. I am wondering if I upsize the access back end file to SQL Server 2005 with compatibility mode set to 80 and then detach it if I can then attach it to SQL Server 2000. Can anyone give me some guidance on this?
Thank you in advance.
February 8, 2010 at 6:47 pm
I think it would not be possible..
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
February 8, 2010 at 9:56 pm
Douglas Murphy (2/8/2010)
I am wondering if I upsize the access back end file to SQL Server 2005 with compatibility mode set to 80 and then detach it if I can then attach it to SQL Server 2000.
No you cannot.
Regardless of compatibility level, a database attached to a SQL 2005 instance is a SQL 2005 database and cannot be attached or restored onto a SQL 2000 database.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
February 9, 2010 at 9:41 am
This is where I show how ignorant I am. In most other Microsoft applications you can save to an older version. Is this possible with a SQL Server database?
February 9, 2010 at 9:52 am
No, it is not.
The only way is to script all the objects, export all the data and recreate the DB on a lower version.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
February 9, 2010 at 9:54 am
Douglas Murphy (2/9/2010)
Is this possible with a SQL Server database?
I guess Gail and I answered it already, You cannot add the MDF files of SQL Server 2005 to SQL Server 2000.
Edited: Haven't looked at Gail's post when starting the reply..
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
February 9, 2010 at 10:02 am
Hello Gail and Bru,
Thank you for answering my questions. Looks like I'll need to set up a sql server 2000 virtual machine to do this. Was hoping to do it in 2005 and then convert to 2000.
Doug
February 9, 2010 at 10:06 am
Douglas Murphy (2/9/2010)
This is where I show how ignorant I am. In most other Microsoft applications you can save to an older version. Is this possible with a SQL Server database?
There's a big difference between saving a Word or Excel file to an earlier format and "downgrading" a SQL Server database file. Desktop applications and server type products don't play inn the same ball park.
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply