Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: SQLVerify method

    BTW it's even getting worse, when I try to zip the bakfile created getting an error, propably because the verify still running and the bakfile is in use....
     
     
     
  • RE: SQLVerify method

    no, still waiting for someone with a solution...

  • RE: SQLVerify method

    Having the same problem,
     
    Dim WithEvents oVerifyEvent As SQLDMO.Restore
    ...........................
    'verify events

    Private Sub oVerifyEvent_Complete(ByVal Message As String)

        PrintStat Message

    End Sub

     
    Private Sub oVerifyEvent_NextMedia(ByVal Message As String)

        PrintStat Message

    End Sub

     
    Private Sub oVerifyEvent_PercentComplete(ByVal Message As...

Viewing 3 posts - 1 through 3 (of 3 total)