SQL Server 2005 backup
Moderator: General Moderators
SQL Server 2005 backup
Using sql server 2005, is there a way to schedule a backup of a single table? I know of the ways to schedule backups of entire databases and i'd rather not move that particular table that needs backup to its own database and backup the database ..... so that's my basic question can it be done through point-and-click in sql server or would that call for a stored procedure? Any input would be awesome.