|
|
• Backups can be performed only if Model Explorer is running on the same computer as the SQL Server instance.
• Only Modeler System Administrators, Modeler Database Administrators and Database Owners (dbo user) can perform this operation.
• Ensure that only Modeler database-related changes exist in the database. Any modification of user data or database schema should not be added to the database.
|
|
|
Before creating a backup of a database, you must consider the following:
• Ensure no users are referenced in ownership of database objects such as, tables, roles, schemas, column keys, audit specifications, security policies.
• Ensure that all user access to the database is removed if not required.
• Ensure no user is currently working on the database.
• Ensure to clear all locks.
|
|
|
Make sure the Windows account which runs the SQL Server service has access permissions to the backup destination folder.
For more information, refer to the Permissions section of the following SQL Server help topic:
Backup (Transact SQL): https://docs.microsoft.com/sql/t-sql/statements/backup-transact-sql?view=sql-server-2014
|