Hi Forum, I need some good info regards remote host requirements.
I dev web app using VS 2005 express edition and SQL Server Management Studio express. Everything is ready to transfer to host running SQL 2005.
My ? do I have to convert my SQL 2005 express .mdf to a SQL 2005 file type. (hosting company state I do, then save as .bak)
much appreciate good data, Paul
A mdb file is Access based, an mdf file is the data file of SQL Server. They are not convertible. You will have to import the data from access or export / upsize from access to make them stored on the server.
check out this link
http://aspalliance.com/888
|||
There are two easy solutions:
1) Attach you .mdf file to your database with the hosting company.
2) Make a backup for your database (e.g. on the local machine) and restore it in your database with the hosting company.
Good luck.
|||
CS4Ever:
There are two easy solutions:
1) Attach you .mdf file to your database with the hosting company.
2) Make a backup for your database (e.g. on the local machine) and restore it in your database with the hosting company.
Good luck.
There are two more solutions but some time it does not work due to security issues from the hosting company.
1) Use SSIS (SQL Server Integration Services) a wizard that will copy your data and objects from local machine to the hosting server.
2) Use Database Copy Wizard.
Good luck.
|||Thanks everyone for info, I ended up creating a blank db on host server and configing through SQL server manager, cheers P|||What do you mean by:
plkilroy:
configing through SQL server manager
Please mark Answer the post(s) helped you, so it will help other to get the soltion.
Thanks.
No comments:
Post a Comment