Sign in | Join
Last post 05-30-2008 6:36 AM by worldclasscoders. 3 replies.
Sort Posts: Oldest to newest Newest to oldest
Hi,
May I know where I can find the sql scripts for the installation. I can't see the application using a local .mdf database file.
I can only see a CommerceMVC.bak. Is this supposed to be the data file?
Muthu
You can restore from bak file. You don't need script files for it.
Just right click choose restore database and then choose from device. Give a restore name for ur database and point the path to .bak file and you are done.
Some links for help -
http://www.tech-recipes.com/rx/2081/sql_server_2005_how_to_restore_database_backup
http://msdn.microsoft.com/en-us/library/ms177429.aspx
Thanks. Appreciate it.