Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 3d7d608

Browse files
authored
Merge pull request #15917 from MikeRayMSFT/issue-4383
Update for Issue 4383
2 parents d260074 + 63909e4 commit 3d7d608

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/relational-databases/system-catalog-views/sys-backup-devices-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ ms.author: carlrab
2929
|Column name|Data type|Description|
3030
|-----------------|---------------|-----------------|
3131
|**name**|**sysname**|Name of the backup device. Is unique in the set.|
32-
|**type**|**tinyint**|Type of backup device:<br /><br /> 2 = Disk<br /><br /> 3 = Diskette (obsolete)<br /><br /> 5 = Tape<br /><br /> 6 = Pipe (obsolete)<br /><br /> 7 = Virtual device (for optional use by third-party backup vendors)<br /><br /> Typically, only disk (2) and tape (5) are used.|
33-
|**type_desc**|**nvarchar(60)**|Description of backup device type:<br /><br /> DISK<br /><br /> DISKETTE (obsolete)<br /><br /> TAPE<br /><br /> PIPE (obsolete)<br /><br /> VIRTUAL_DEVICE (for optional use by third party backup vendors)<br /><br /> Typically, only DISK and TAPE are used.|
32+
|**type**|**tinyint**|Type of backup device:<br /><br /> 2 = Disk<br /><br /> 3 = Diskette (obsolete)<br /><br /> 5 = Tape<br /><br /> 6 = Pipe (obsolete)<br /><br /> 7 = Virtual device (for optional use by third-party backup vendors)<br /><br /> 9 = URL<br /><br />Typically, only disk (2) and URL (9) are used.|
33+
|**type_desc**|**nvarchar(60)**|Description of backup device type:<br /><br /> DISK<br /><br /> DISKETTE (obsolete)<br /><br /> TAPE<br /><br /> PIPE (obsolete)<br /><br /> VIRTUAL_DEVICE (for optional use by third party backup vendors)<br /><br /> URL <br /><br /> Typically, only DISK and URL are used.|
3434
|**physical_name**|**nvarchar(260)**|Physical file name or path of the backup device.|
3535

3636
## Permissions

docs/t-sql/statements/restore-statements-headeronly-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ FROM <backup_device>
9393
|**ExpirationDate**|**datetime**|Expiration date for the backup set.|
9494
|**Compressed**|**BIT(1)**|Whether the backup set is compressed using software-based compression:<br /><br /> **0** = No<br /><br /> **1** = Yes|
9595
|**Position**|**smallint**|Position of the backup set in the volume (for use with the FILE = option).|
96-
|**DeviceType**|**tinyint**|Number corresponding to the device used for the backup operation.<br /><br /> Disk:<br /><br /> **2** = Logical<br /><br /> **102** = Physical<br /><br /> Tape:<br /><br /> **5** = Logical<br /><br /> **105** = Physical<br /><br /> Virtual Device:<br /><br /> **7** = Logical<br /><br /> **107** = Physical<br /><br /> Logical device names and device numbers are in **sys.backup_devices**; for more information, see [sys.backup_devices &#40;Transact-SQL&#41;](../../relational-databases/system-catalog-views/sys-backup-devices-transact-sql.md).|
96+
|**DeviceType**|**tinyint**|Number corresponding to the device used for the backup operation.<br /><br /> Disk:<br /><br /> **2** = Logical<br /><br /> **102** = Physical<br /><br /> Tape:<br /><br /> **5** = Logical<br /><br /> **105** = Physical<br /><br /> Virtual Device:<br /><br /> **7** = Logical<br /><br /> **107** = Physical<br /><br /> URL<br /><br /> **9** = Logical<br /><br /> **109** = Physical<br /><br /> Logical device names and device numbers are in **sys.backup_devices**; for more information, see [sys.backup_devices &#40;Transact-SQL&#41;](../../relational-databases/system-catalog-views/sys-backup-devices-transact-sql.md).|
9797
|**UserName**|**nvarchar(128)**|User name that performed the backup operation.|
9898
|**ServerName**|**nvarchar(128)**|Name of the server that wrote the backup set.|
9999
|**DatabaseName**|**nvarchar(128)**|Name of the database that was backed up.|

0 commit comments

Comments
 (0)