jwcolby
jwcolby at colbyconsulting.com
Thu Mar 1 08:39:37 CST 2012
Jim, We wrote a custom backup solution in C# using SMO to use with the big SQL Server processing that I do. It only does a full backup however. It logs the backups into a table and that table is then used to find the backup files and restore them. I will take a look at this thing to see how it works and whether I can start from there for a "generic" solution. John W. Colby Colby Consulting Reality is what refuses to go away when you do not believe in it On 2/29/2012 4:54 PM, Jim Lawrence wrote: > http://www.codeproject.com/Articles/123441/SQL-Server-2008-Backup-and-Restor > e-Databases-using