Jump to content

Convert Msde Database To Sql


Recommended Posts

I am using Windows 2003 Small Business Server 2003 Premium with SQL 2000. SharePoint Services is installed by default to use an MSDE database. I would like to convert it to a SQL database. Has anyone ever done this? Does anyone have any information that might help me?

Link to comment
Share on other sites


You can upgrade the existing MSDE 2000 to SQL Server. The SQL Server installation program recognizes an installation of MSDE 2000 and its accompanying data files and transaction logs. This allows you to upgrade MSDE 2000 directly to SQL Server.

For more information, visit the following Microsoft Web site:

Upgrading an Existing Installation of SQL Server

http://msdn.microsoft.com/library/default....=/library/en-us /instsql/in_overview_2xtf.asp

Link to comment
Share on other sites

More options

You can detach the MSDE 2000 data file, and then attach it again on a computer running SQL Server. For information, visit the following Microsoft Web sites:

sp_attach_db

http://msdn.microsoft.com/library/default....=/library/en-us /tsqlref/ts_sp_ae-az_52oy.asp

sp_detach_db

http://msdn.microsoft.com/library/default....=/library/en-us /tsqlref/ts_sp_da-di_83fm.asp

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...