Comments
2 comments
-
It seems to be a problem for SQL Server 2016 backups, not 2014 backups
-
Hi there
Sorry you're having issues - unfortunately I don't really know what's going on here from the description you've provided, but if you get in touch with support@red-gate.com we can figure out how to get a more specific reproduction that we can look into
Add comment
Please sign in to leave a comment.
My code is the following:
BackupDatabaseSource backupDatabaseSource = new BackupDatabaseSource
{
Files = new List<string> { @c: est.dmp }
};
ConnectionProperties connProp = backupDatabaseSource.ToConnectionProperties();