0
I created an application to run in the background to back up my SQL Server database using the class Backup of Microsoft.SqlServer.Management.Smo
.
I would like to add to this backup tool something that can verify the integrity of the bank or if it has an error. I know that there is the possibility to do via SQL script and have it executed, but I wish to do it via code, perhaps taking advantage of the use of Smo.