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

Commit 8a6a78f

Browse files
committed
Remove sscurrent-md.md replace with ssnoversion
1 parent 5506276 commit 8a6a78f

24 files changed

Lines changed: 26 additions & 26 deletions

docs/machine-learning/security/sql-server-launchpad-service-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ A few properties can only be changed by using the Launchpad's configuration file
5656

5757
You must be an administrator on the computer that is running [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] to make changes to this file. If you edit the file, we recommend that you make a backup copy before saving changes.
5858

59-
The following table lists the advanced settings for [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)], with the permissible values.
59+
The following table lists the advanced settings for [!INCLUDE[ssnoversion](../../includes/ssnoversion-md.md)], with the permissible values.
6060

6161
|**Setting name**|**Type**|**Description**|
6262
|----|----|----|

docs/powershell/sql-server-powershell-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The paths implemented by the [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.m
3535

3636
Products whose data or object models can be represented in a hierarchy use Windows PowerShell providers to expose the hierarchies. The hierarchy is exposed by using a drive and path structure similar to what the Windows file system uses.
3737

38-
Each Windows PowerShell provider implements one or more drives. Each drive is the root node of a hierarchy of related objects. The [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] provider implements a SQLSERVER: drive. The provider also defines a set of primary folders for the SQLSERVER: drive. Each folder and its subfolders represent the set of objects that can be accessed by using a [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] management object model. When you are focused on a subfolder in a path that starts with one of these primary folders, you can use the methods from the associated object model to perform actions on the object that is represented by the node. The Windows PowerShell folders implemented by the [!INCLUDE[ssCurrent](../includes/sscurrent-md.md)] provider are listed in the following table:
38+
Each Windows PowerShell provider implements one or more drives. Each drive is the root node of a hierarchy of related objects. The [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] provider implements a SQLSERVER: drive. The provider also defines a set of primary folders for the SQLSERVER: drive. Each folder and its subfolders represent the set of objects that can be accessed by using a [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] management object model. When you are focused on a subfolder in a path that starts with one of these primary folders, you can use the methods from the associated object model to perform actions on the object that is represented by the node. The Windows PowerShell folders implemented by the [!INCLUDE[ssnoversion](../includes/ssnoversion-md.md)] provider are listed in the following table:
3939

4040
|Folder|SQL Server object model namespace|Objects|
4141
|------------|---------------------------------------|-------------|

docs/relational-databases/backup-restore/back-up-a-transaction-log-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.author: chadam
1818
---
1919
# Back Up a Transaction Log
2020
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
21-
This topic describes how to back up a transaction log in [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] by using [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)], [!INCLUDE[tsql](../../includes/tsql-md.md)], or PowerShell.
21+
This topic describes how to back up a transaction log in [!INCLUDE[ssnoversion](../../includes/ssnoversion-md.md)] by using [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)], [!INCLUDE[tsql](../../includes/tsql-md.md)], or PowerShell.
2222

2323
## Before You Begin
2424
### <a name="Restrictions"></a> Limitations and restrictions

docs/relational-databases/backup-restore/back-up-files-and-filegroups-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.author: chadam
2020
---
2121
# Back Up Files and Filegroups
2222
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
23-
This topic describes how to back up files and filegroups in [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] by using [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)], [!INCLUDE[tsql](../../includes/tsql-md.md)], or PowerShell. When the database size and performance requirements make a full database backup impractical, you can create a file backup instead. A *file backup* contains all the data in one or more files (or filegroups).
23+
This topic describes how to back up files and filegroups in [!INCLUDE[ssnoversion](../../includes/ssnoversion-md.md)] by using [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)], [!INCLUDE[tsql](../../includes/tsql-md.md)], or PowerShell. When the database size and performance requirements make a full database backup impractical, you can create a file backup instead. A *file backup* contains all the data in one or more files (or filegroups).
2424

2525
For more information about file backups, see [Full File Backups &#40;SQL Server&#41;](../../relational-databases/backup-restore/full-file-backups-sql-server.md) and [Differential Backups &#40;SQL Server&#41;](../../relational-databases/backup-restore/differential-backups-sql-server.md).
2626

docs/relational-databases/backup-restore/back-up-the-transaction-log-when-the-database-is-damaged-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.author: chadam
1818
---
1919
# Back Up the Transaction Log When the Database Is Damaged (SQL Server)
2020
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
21-
This topic describes how to back up a transaction log when the database is damaged in [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] by using [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] or [!INCLUDE[tsql](../../includes/tsql-md.md)].
21+
This topic describes how to back up a transaction log when the database is damaged in [!INCLUDE[ssnoversion](../../includes/ssnoversion-md.md)] by using [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] or [!INCLUDE[tsql](../../includes/tsql-md.md)].
2222

2323
**In This Topic**
2424

docs/relational-databases/backup-restore/backup-and-restore-interoperability-and-coexistence-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ms.author: chadam
2121
# Backup and Restore: Interoperability and Coexistence (SQL Server)
2222
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
2323

24-
This topic describes backup-and-restore considerations for several features in [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)]. These features include: file restore and database startup, online restore and disabled indexes, database mirroring, and piecemeal restore and full-text indexes.
24+
This topic describes backup-and-restore considerations for several features in [!INCLUDE[ssnoversion](../../includes/ssnoversion-md.md)]. These features include: file restore and database startup, online restore and disabled indexes, database mirroring, and piecemeal restore and full-text indexes.
2525

2626
**In this Topic:**
2727

docs/relational-databases/backup-restore/create-a-differential-database-backup-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.author: chadam
1919
---
2020
# Create a Differential Database Backup (SQL Server)
2121
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
22-
Create a differential database backup in [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] using [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] or [!INCLUDE[tsql](../../includes/tsql-md.md)].
22+
Create a differential database backup in [!INCLUDE[ssnoversion](../../includes/ssnoversion-md.md)] using [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] or [!INCLUDE[tsql](../../includes/tsql-md.md)].
2323

2424
**Sections in this topic**
2525

docs/relational-databases/backup-restore/create-a-full-database-backup-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.author: chadam
2020

2121
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
2222

23-
This topic describes how to create a full database backup in [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] using [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)], [!INCLUDE[tsql](../../includes/tsql-md.md)], or PowerShell.
23+
This topic describes how to create a full database backup in [!INCLUDE[ssnoversion](../../includes/ssnoversion-md.md)] using [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)], [!INCLUDE[tsql](../../includes/tsql-md.md)], or PowerShell.
2424

2525
For information on SQL Server backup to the Azure Blob storage service, see [SQL Server Backup and Restore with Azure Blob Storage Service](../../relational-databases/backup-restore/sql-server-backup-and-restore-with-microsoft-azure-blob-storage-service.md) and [SQL Server Backup to URL](../../relational-databases/backup-restore/sql-server-backup-to-url.md).
2626

docs/relational-databases/backup-restore/define-a-logical-backup-device-for-a-disk-file-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.author: chadam
2020
---
2121
# Define a Logical Backup Device for a Disk File (SQL Server)
2222
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
23-
This topic describes how to define a logical backup device for a disk file in [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] by using [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] or [!INCLUDE[tsql](../../includes/tsql-md.md)]. A logical device is a user-defined name that points to a specific physical backup device (a disk file or tape drive). The initialization of the physical device occurs later, when a backup is written to the backup device.
23+
This topic describes how to define a logical backup device for a disk file in [!INCLUDE[ssnoversion](../../includes/ssnoversion-md.md)] by using [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] or [!INCLUDE[tsql](../../includes/tsql-md.md)]. A logical device is a user-defined name that points to a specific physical backup device (a disk file or tape drive). The initialization of the physical device occurs later, when a backup is written to the backup device.
2424

2525
**In This Topic**
2626

docs/relational-databases/backup-restore/delete-a-backup-device-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.author: chadam
2020
---
2121
# Delete a Backup Device (SQL Server)
2222
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
23-
This topic describes how to delete a backup device in [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] by using [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] or [!INCLUDE[tsql](../../includes/tsql-md.md)].
23+
This topic describes how to delete a backup device in [!INCLUDE[ssnoversion](../../includes/ssnoversion-md.md)] by using [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] or [!INCLUDE[tsql](../../includes/tsql-md.md)].
2424

2525
**In This Topic**
2626

0 commit comments

Comments
 (0)