G
Guest
From the Access ADE menu system you have an option under the TOOLS, DATABASE
UTILITIES menu to Backup, Copy and Restore SQL Server Databases. I've run the
Backup and Restore options and find these will serve my needs. With research
I found the Docmd.TransferSQLDatabase and Docmd.CopyDataFile commands, but
these two do not perform a simple backup as I'm looking for. Basically, these
commands are not giving me the same results as selecting backup. Selecting
the Backup option creates a single .bak file that can be restored by using
the Restore command.
How can I run these commands for SQL Server Backups and Restores from Access
using code instead? I can't find the equivilant commands.
Thanks.
UTILITIES menu to Backup, Copy and Restore SQL Server Databases. I've run the
Backup and Restore options and find these will serve my needs. With research
I found the Docmd.TransferSQLDatabase and Docmd.CopyDataFile commands, but
these two do not perform a simple backup as I'm looking for. Basically, these
commands are not giving me the same results as selecting backup. Selecting
the Backup option creates a single .bak file that can be restored by using
the Restore command.
How can I run these commands for SQL Server Backups and Restores from Access
using code instead? I can't find the equivilant commands.
Thanks.