answersLogoWhite

0


Best Answer

Yes, a Microsoft SQL Server 2000 database can be hosted on a Microsoft SQL Server 2005 server, and it can also be upgraded to a 2005 database structure under the database properties.

---------------

Yes it can. You can just attach the mdb file with no problem. 2005 & 2008 are fully compatible with 2000 database files.

The action of changing the Compatibility level to the latest value is really optional. I recommend NOT "upgrading the compatibility level". Performance wise, there is no advantage in speed. The Compatibility level is there to ensure features used in the 2000 database are made available to it (ie, some functions are renamed in later version, some are deprecated, etc). So, unless you've done a thorough check (or a very sure), I recommend leaving it at 2000 compatibility.

-----------------

Yes absolutely, you can do it. Here is top 4 methods that will help you for this.

1. Backup & Restore

2. Detach & Attach

3. Generate Create Script

4. Copy Database Wizard using SSMS

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Database made in sql server 2000 can be shifted into sql server 2005?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

From sql server 2000 and sql 2005 which one is best?

It's a long list check this website: http://www.eweek.com/c/a/Database/Change-Is-Good-for-SQL-Server-2005/


Types of databases in sql server 2005?

Types of Database in sql server 2005:- 1.Master Database 2.Tempdb Database 3.Model Database 4.MSDB Database 5.Resource Database


What kind of databases and database servers does MySpace use?

MySpace is use Microsoft SQL server 2005 for database & database server.


What has the author Louis Davidson written?

Louis. Davidson has written: 'Pro SQL Server 2005 Database Design and Optimization' 'Pro SQL server 2008 relational database design and implementation' -- subject(s): Client/server computing, SQL server 'Pro SQL Server 2005' 'SQL Server 2000 Stored Procedures Handbook (Expert's Voice)'


What is the advantage and disadvantage of sql server 2000 and sql server 2005?

The list of changes is too long to type so here is a website that has everything you ned to know:http://www.eweek.com/c/a/Database/Change-Is-Good-for-SQL-Server-2005/


What is MSDB in sql server 2005?

MSDB database stores information regarding database backups.


Give database for medical store system in SQL server 2005?

database for medical shop in sql


How to backup sql database?

Use program way backup and recovery. Tool repair sql database any version starting with MS SQL Server 2000, including SQL 2005.-------------You can backup SQL server database using SQL Server Management Studio (SSMS), T-SQL or PowerShell.Limitation: Backup created using higher version can't be restored in earlier version of SQL server.


Describe IDE of SQL Server 2005?

An IDE for SQL Server 2005 refers to an Integrated Development Environment for SQL Server 2005. This is a tool that can be used by a programmer to create and maintan a SQL server database. Some commonly used IDE tools for SQL Server 2005 are:SQL Server Management StudioTOAD for SQL ServerTOAD for Data Analysts


Difference between sql server 2003 sql server 2005?

There is no such thing as SQL Server 2003. Microft released SQL Server 2005 as the next version of SQL Server 2000.


IDE which is used in Sql server 2005?

There are many IDE's available that can be used with a SQL Server database. Some of them are:SQL Server Management StudioTOAD for SQL ServerTOAD for Data Analystsetc.


What was the purpose of the SQL Server 2005 application?

The SQL Server 2005 is a database management system developed by Microsoft. They are primarily used as server back ends designed for keeping databases up to date with a selection of ease of use tools for maintaining it.