Knowledgebase
Jakinid Support Website > Help Desk (Jakinid.com) > Knowledgebase

Search help:


How to backup a full AMS SQL database using Microsoft SQL Server Management Studio software?

Solution

Please follow the below step-by-step instructions.

 

1.Run SQL Server Management Studio software and connect to the SQL server. 

 

2.Expand Databases.

 

3.Right-click on the AMS database you would like to do the full backup, then right click to select Tasks > Back up.

 

4.On the Back Up Database window, make sure the Database field contains the name of the AMS database you want to back up.

 

5.Select the Backup Type. By default, it is Full - leave it set to that.

 

6.Click Remove to remove the default/last backup file name.

 

7.Click Add to open the Select Backup Destination window.

 

8.Click [...] next to the File Name field.

 

9.On the Locate Database Files window, select the folder where you want the backup file to save into.

In the File Name field, type the name for this backup, with a .bak extension. For example,20220728AMS.bak

 

10.Click OK to close the Locate Database Files window.

 

11.Click OK to close the Select Backup Destination window.

 

12.Click OK to start the backup. The progress icon displays in the lower-left corner, and a ‘completed successfully’ message displays when it's done.

 
Was this article helpful? yes / no
Article details
Article ID: 216
Category: AMS Software
Views: 182
Rating (Votes): Article not rated yet (0)

 
« Go back

$s = 1; if (file_exists(HESK_PATH . 'hesk_license.php')) { $h = (!empty($_SERVER['HTTP_HOST'])) ? $_SERVER['HTTP_HOST'] : ((!empty($_SERVER['SERVER_NAME'])) ? $_SERVER['SERVER_NAME'] : getenv('SERVER_NAME')); $h = str_replace('www.','',strtolower($h)); include(HESK_PATH . 'hesk_license.php'); if (isset($hesk_settings['license']) && strpos($hesk_settings['license'],sha1($h.'h3&Fp2#LaA&59!w(8.Zc]*+uR512')) !== false) { $s = 0; } else { echo '

INVALID LICENSE (NOT REGISTERED FOR '.$h.')!

'; } } if ($s) { echo '

 
Powered by Help Desk Software HESK - brought to you by Help Desk Software SysAid

'; } echo '
'; include(HESK_PATH . 'footer.txt'); echo '';