Como “degradar” una base de datos SQL Server 2005 a 2000 // How to Downgrade a Database from SQL Server 2005 to SQL Server 2000

Por razones que no vienen al caso debo degradar una base de datos de SQL Server 2005 a SQL Server 2000.

A Continuación los caminos que seguí y al final cual fue el que realmente funcionó:

http://social.msdn.microsoft.com/Forums/en/sqlsetupandupgrade/thread/99a7e02e-dc5e-4100-9fef-2017cf327988

Follow this steps:

1. Create new database in SQL 2000

2. Generate script from objtects on the SQL 2005

3. Execute this script on the SQL 2000

If you have data, use bcp utilities to export and import.

http://stackoverflow.com/questions/181363/convert-sql-server-database-from-2005-to-2000

Script out the entire database

Create a new SQL2000 database

Run the script on the new database

Import the data from the SQL2005 to the SQL2000 database (lots of ways to do this)

http://weblogs.sqlteam.com/mladenp/archive/2007/02/15/60101.aspx

http://beingoyen.blogspot.com/2009/03/downgrade-from-sql-2008-to-sql-2000.html

Este último es el mejor explicado, espero les ayude como lo hizo conmigo…

Salut

Advertisement

Deja un comentario

Fill in your details below or click an icon to log in:

Logo de WordPress.com

You are commenting using your WordPress.com account. Log Out / Cambiar )

Twitter picture

You are commenting using your Twitter account. Log Out / Cambiar )

Facebook photo

You are commenting using your Facebook account. Log Out / Cambiar )

Connecting to %s


Seguir

Get every new post delivered to your Inbox.