Click here to Skip to main content
15,898,826 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello friends,

I have one database in SQL Server 2005.

Can i access my same database in SQL 2008 R2.(i.e Can open same database in SQL2008 R2 without restoring it into SQL2008 R2)

Thanks in advance.
Shailesh J.
:-)
Posted

1 solution

Do you mean at the same time?! No. Otherwise just detach from 2005 and attach in 2008.
http://www.packtpub.com/article/moving-a-database-from-sql-server-2005-to-sql-server-2008-in-three-steps[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900