You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I started working on a project from scratch using bettercms a month ago. now I have my own remote server in azure where i want to deploy my project . But how can i copy the local .mdf file to remote server ? all my bettercms files are stored in local .mdf file.
I tried to back up with sql script but i got an error like Index was out of bound array.
The text was updated successfully, but these errors were encountered:
In order to copy the local .mdf file to Azure you can use the reliable application named as SysTools SQL to Azure Migration Software. The utility just requires the .mdf files for carrying out the migration process.
To migrate or copy .mdf files to Azure follow these simple steps:
1- Launch and run SQL Server to Azure DB Migrator Tool
2- Choose Scan Option and Auto Detect MDF file version
3- Preview database objects like tables, triggers, views, etc before the migration process
4- Now, migrate SQL Server database to Azure SQL database
To know the process in detail don't forget to read this article :
Hi
I started working on a project from scratch using bettercms a month ago. now I have my own remote server in azure where i want to deploy my project . But how can i copy the local .mdf file to remote server ? all my bettercms files are stored in local .mdf file.
I tried to back up with sql script but i got an error like Index was out of bound array.
The text was updated successfully, but these errors were encountered: