Dashboard Shop Ask a question
Log in
Knowledge base
Introduction User Interface description How to Register a new account Paying for a purchase Keep your free account active Create a website Manage website Upload website content How to deploy Web project from Visual Studio Add a domain to your web site Manage default docments Grant write, modify, delete access rights on website's folder Upgrading from free to paid hosting Host a Non-English website Deploy MS SQL database Create an empty MS SQL database Manage MS SQL database Run SQL script Backup database Restore database Attach database Get database files Connect to database Manage backup location List database tables MS SQL Database connection string Upgrading from free to paid MS SQL hosting Manage email Add mail domain. Add SMTP account Add Mailbox Add MX record Setup mail client Create a Virtual Dedicated Server (VDS) Manage virtual server Access virtual server remotely Access virtual server with ESXi vSphere Client Virtual server upgrade Virtual server DNS management Pointing a domain name to your Virtual Server Manage your SSL certificates Free SSL certificates Export SSL certificate Bind free SSL certificate to a website on Windows VPS Troubleshooting Web site errors General HTTP errors 500 Internal Server error for all ASP pages 404.17 Not Found. The requested content appears to be script and will not be served by the static file handler This page isn’t working (HTTP ERROR 500) in ASP.NET Core app ASP.Net Errors Library not found Scripts written with ASP.NET version 2.0 or higher return errors. I have uploaded files, but it showing “Site under construction” Session variables expire irregulary One of your services has been disabled because it used as a file storage MS SQL errors The media set has x media families but only 1 are provided Enterpise Manager connection hangs or has delayed response time Mail errors Unable to send email. Error: “No Server”. Unable to send email. Errors: (550) No relay, or (530) no authentication. MS Access errors Can not connect to MS Access database. Virtual servers Remote Desktop Connection ‘Internal Error has occurred’ What type of support provided for self-managed Virtual servers Free web hosting Why did my free MS SQL database got deleted and can I restore it? Why did my free website got deleted and can I restore it? Knowledge base Code samples MS Access Connect to MS access database usin DSN-less connection Email Sending email from ASP.Net page using local mail server Send an Email message using CDOSYS Send an Email message using CDOSYS and Google Apps mail servers Send Email via C# through Google Apps account Configuration Host a WCF service in IIS FAQs SSL FAQ Legal documents Terms of service Privacy policy Refund policy

Backup database

MS SQL database backup creates a database snapshot and stores all database information (data files, log files and full text catalogs) in a single backup file. That backup file then can be used to deploy the database to a different MS SQL server or to restore the database to previous state.

We recommend using Backup/Restore option to deploy your databases to MS SQL servers running under Doka management panel. This is the only option to deploy a MS SQL database with Full text search support! 

To backup database hosted under Doka panel:

Login into Doka control panel trough your web hosting provider. In "User menu" navigate to "User -> Managed products -> MS SQL -> Databases -> (Database name) -> Backup database".

Database backup file will be placed to default backup location. You'll be able to access it with file manager or FTP to download the backup file.

 

To understand how to backup database on your development environment for deployment to our servers, please read help on MS SQL database backup of your MS SQL Server management software.

Or run the following T-SQL command on your local database:

BACKUP DATABASE DBName TO DISK = 'Full path' WITH  INIT ,  NOUNLOAD ,  NAME = 'Backup file name',  NOSKIP ,  STATS = 10,  NOFORMAT

Where:

DBName is MS SQL database name you are trying to backup.

Full path is the path on your local system where you want to write a backup file.

Then you can use the backup file to deploy your database to our servers by restoring it with Doka panel.

 

© Copyright 2023 Doka management panel