Group: StrataFrame MVPs
Posts: 1.9K,
Visits: 21K
|
Hi Michael.
If I understand, you would like to move the SF database to your SQL 2008R@, right? If so, make a backup of the SF database on your SQL 2005 first, for security. Dettach the StrataFrame database from your SQL 2005. If you want it on the default place for SQL Server 2008R2, copy the StrataFrame.mdf and the StrataFrame_log.LDF to your "C:\Program Files\Microsoft SQL Server\MSSQL10_50.SQLEXPRESS\MSSQL\DATA". Then, log into your SQL Server 2008R2 and attach the StrataFrame onto it.
After that, in the Visual Studio IDE, go to the StrataFrame menu and choose Database Connection. Select the current StrataFrame Data Store, Edit it and use de Database Connection Wizard to connect to your StrataFrame database attached to your SQL Server 2008R2.
|