from Express to sql Server 2005

  • Thread starter Thread starter Dave Johnson
  • Start date Start date
D

Dave Johnson

how to transform a database from sql server express edition to SQL
Server 2005 !!??

thanks i am just new to this :)



Sharing makes All the Difference
 
Dave,

I'm wondering if you can't just detach the database from express (using
Management Studio Express), copy the .mdf and .ldf files to 2005's Data
folder, and then attach to 2005?

Kerry Moorman
 
Actually all you have to do is to import, the SQL 20005 Server will see The
Express server just as another SQL server.
 
Back
Top