what does it mean?

  • select a.database_name,b.physical_device_name,a.backup_finish_date from backupset a,backupmediafamily b

    where a.media_set_id=b.media_set_id

    and a.database_name in ('master','model','msdb')

    order by a.database_name asc,a.backup_finish_date desc

    --result

    --------------

    master {06366703-B1B2-433B-83BD-741C8553571B}3 2010-03-03 12:02:10.000

    when I run this script ,I got the result above .

    But I do not know the meaning of the string '{06366703-B1B2-433B-83BD-741C8553571B}3'

    Is anybody can help me ?

    TKS

    ---------------------------------------
    Thorn Bird...

  • which backup device do you use to take backups.

    Regards,
    MShenel

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

You must be logged in to reply to this topic. Login to reply