Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ReadBackupHeader
Message
De
19/04/2005 03:51:29
Jon Neale
Bond International Software
Wootton Bassett, Royaume Uni
 
 
À
18/04/2005 12:29:39
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Copies de sauvegarde
Divers
Thread ID:
01005714
Message ID:
01006078
Vues:
26
Dont know if this helps you at all.

Dim objDevice
Dim objResults
Dim iCount
Dim xCount
'Create the backup device object
Set objDevice = Server.CreateObject("SQLDMO.BackupDevice")
'Loop through the devices until we find a match
For Each objDevice In srv.BackupDevices
If objDevice.Name = Request("fname") Then
'We found a match now read the results
Set objResults = objDevice.ReadBackupHeader
End If
Next

Jon


>thanks, but i´m using sql-dmo and i need the function by this way.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform