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

Commit 0fda1af

Browse files
authored
Merge pull request #8587 from Saisang/sai-fixMultipleAsterisk-1218-4
fix multiple asterisk 3rd batch part 4
2 parents 38e76ef + 6c1a02f commit 0fda1af

33 files changed

Lines changed: 86 additions & 86 deletions

File tree

docs/2014/analysis-services/instances/introduction-to-monitoring-analysis-services-with-sql-server-profiler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ manager: craigg
4949
- A trace can continue when [!INCLUDE[ssASnoversion](../../includes/ssasnoversion-md.md)] stops and restarts.
5050

5151
> [!NOTE]
52-
> Passwords are not revealed in trace events, but are replaced by ****** in the event.
52+
> Passwords are not revealed in trace events, but are replaced by \*\*\*\*\*\* in the event.
5353
5454
For optimal performance, use [!INCLUDE[ssSqlProfiler](../../includes/sssqlprofiler-md.md)] to monitor only those events in which you are most interested. Monitoring too many events adds overhead and can cause the trace file or table to grow very large, especially when you monitor over a long period of time. In addition, use filtering to limit the amount of data that is collected and to prevent traces from becoming too large.
5555

docs/2014/database-engine/configure-windows/scm-services-prevent-automatic-startup-of-an-instance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ manager: craigg
3131

3232
3. In the details pane, right-click **MSSQLServer**, and then click **Properties.**
3333

34-
4. In the **SQL Server \<***instancename***> Properties** dialog box, in the **Properties** box, set the value of **Start Mode** to **Manual**.
34+
4. In the **SQL Server \<**_instancename_**> Properties** dialog box, in the **Properties** box, set the value of **Start Mode** to **Manual**.
3535

36-
5. Click **OK** to close the **SQL Server \<***instancename***> Properties** dialog box, and then close [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Configuration Manager.
36+
5. Click **OK** to close the **SQL Server \<**_instancename_**> Properties** dialog box, and then close [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Configuration Manager.
3737

3838
## See Also
3939
[Start, Stop, Pause, Resume, Restart the Database Engine, SQL Server Agent, or SQL Server Browser Service](start-stop-pause-resume-restart-sql-server-services.md)

docs/2014/database-engine/install-windows/install-sql-server-with-smb-fileshare-as-a-storage-option.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@ manager: craigg
9292
> [!NOTE]
9393
> The FULL CONTROL share permissions and NTFS permissions on the SMB share folders should be restricted to: [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] service account, [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Agent service account and windows users with admin server roles.
9494
95-
It is recommended to use domain account as a [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] service account. If system account is used as a service account, grant the permissions for the machine account in the format: *<domain_name>***\\***<computer_name>***$**.
95+
It is recommended to use domain account as a [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] service account. If system account is used as a service account, grant the permissions for the machine account in the format: _<domain_name>_**\\**_<computer_name>_**$**.
9696
9797
> [!NOTE]
9898
> - During [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] setup, it is required to specify domain account as a service account if SMB file share is specified as a storage option. With SMB file share, System account can only be specified as a service account post [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] installation.
99-
> - Virtual accounts cannot be authenticated to a remote location. All virtual accounts use the permission of machine account. Provision the machine account in the format *<domain_name>***\\***<computer_name>***$**.
99+
> - Virtual accounts cannot be authenticated to a remote location. All virtual accounts use the permission of machine account. Provision the machine account in the format _<domain_name>_**\\**_<computer_name>_**$**.
100100
101101
- The account used to install [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] should have FULL CONTROL permissions on the SMB file share folder used as the data directory, or any other data folders (User database directory, user database log directory, TempDB directory, TempDB log directory, backup directory) during Cluster Setup.
102102

docs/2014/relational-databases/backup-restore/media-sets-media-families-and-backup-sets-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ WITH
134134

135135
![Second backup set spread across 3 media-set tapes](../../database-engine/media/bnr-mediaset-appendedto.gif "Second backup set spread across 3 media-set tapes")
136136

137-
When you are restoring backups, you can use you the FILE option to specify which backups you want to use. The following example shows the use of FILE **=***backup_set_file_number* clauses when restoring a full database backup of the [!INCLUDE[ssSampleDBobject](../../includes/sssampledbobject-md.md)] database followed by a differential database backup on the same media set. The media set uses three backup tapes, which are on tape drives `\\.\tape0`, `tape1`, and `tape2`.
137+
When you are restoring backups, you can use you the FILE option to specify which backups you want to use. The following example shows the use of FILE **=**_backup_set_file_number_ clauses when restoring a full database backup of the [!INCLUDE[ssSampleDBobject](../../includes/sssampledbobject-md.md)] database followed by a differential database backup on the same media set. The media set uses three backup tapes, which are on tape drives `\\.\tape0`, `tape1`, and `tape2`.
138138

139139
```
140140
RESTORE DATABASE AdventureWorks2012 FROM TAPE = '\\.\tape0', TAPE = '\\.\tape1', TAPE = '\\.\tape2'

docs/2014/relational-databases/databases/move-a-database-using-detach-and-attach-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ manager: craigg
5959
> [!IMPORTANT]
6060
> For a production database, place the database and transaction log on separate disks.
6161
62-
To copy files over the network to a disk on a remote computer, use the universal naming convention (UNC) name of the remote location. A UNC name takes the form **\\\\***Servername***\\***Sharename***\\***Path***\\***Filename*. As with writing files to the local hard disk, the appropriate permissions that are required to read or write to a file on the remote disk must be granted to the user account used by the instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
62+
To copy files over the network to a disk on a remote computer, use the universal naming convention (UNC) name of the remote location. A UNC name takes the form **\\\\**_Servername_**\\**_Sharename_**\\**_Path_**\\**_Filename_. As with writing files to the local hard disk, the appropriate permissions that are required to read or write to a file on the remote disk must be granted to the user account used by the instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
6363
6464
3. Attach the moved database and, optionally, its log by executing the following [!INCLUDE[tsql](../../includes/tsql-md.md)] statements:
6565

docs/2014/relational-databases/errors-events/mssqlserver-17832-database-engine-error.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ manager: craigg
4545
> [!CAUTION]
4646
> [!INCLUDE[ssNoteRegistry](../../includes/ssnoteregistry-md.md)]
4747
48-
**To change the MaxTokenSize** **on the server computer**
48+
**To change the MaxTokenSize on the server computer**
4949

5050
1. On the **Start** menu, click **Run**.
5151

docs/2014/relational-databases/import-export/import-bulk-data-by-using-bulk-insert-or-openrowset-bulk-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ manager: craigg
9696
[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] and [!INCLUDE[msCoName](../../includes/msconame-md.md)] Windows can be configured to enable an instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] to connect to another instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] by forwarding the credentials of an authenticated Windows user. This arrangement is known as *impersonation* or *delegation*. Understanding how [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] version handle security for user impersonation is important when you use BULK INSERT or OPENROWSET. User impersonation allows the data file to reside on a different computer than either the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] process or the user. For example, if a user on **Computer_A** has access to a data file on **Computer_B**, and the delegation of credentials has been set appropriately, the user can connect to an instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] that is running on **Computer_C**, access the data file on **Computer_B**, and bulk import data from that file into a table on **Computer_C**.
9797

9898
## Bulk Importing from a Remote Data File
99-
To use BULK INSERT or INSERT...SELECT \* FROM OPENROWSET(BULK...) to bulk import data from another computer, the data file must be shared between the two computers. To specify a shared data file, use its universal naming convention (UNC) name, which takes the general form, **\\\\***Servername***\\***Sharename***\\***Path***\\***Filename*. Additionally, the account used to access the data file must have the permissions that are required for reading the file on the remote disk.
99+
To use BULK INSERT or INSERT...SELECT \* FROM OPENROWSET(BULK...) to bulk import data from another computer, the data file must be shared between the two computers. To specify a shared data file, use its universal naming convention (UNC) name, which takes the general form, **\\\\**_Servername_**\\**_Sharename_**\\**_Path_**\\**_Filename_. Additionally, the account used to access the data file must have the permissions that are required for reading the file on the remote disk.
100100

101101
For example, the following `BULK INSERT` statement bulk imports data into the `SalesOrderDetail` table of the `AdventureWorks` database from a data file that is named `newdata.txt`. This data file resides in a shared folder named `\dailyorders` on a network share directory named `salesforce` on a system named `computer2`.
102102

docs/2014/relational-databases/indexes/move-an-existing-index-to-a-different-filegroup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ manager: craigg
6767

6868
8. Click **Close**.
6969

70-
9. On the **File** menu, select **Save***table_name*.
70+
9. On the **File** menu, select **Save**_table_name_.
7171

7272
#### To move an existing index to a different filegroup in Object Explorer
7373

@@ -93,7 +93,7 @@ manager: craigg
9393

9494
8. Click **OK**.
9595

96-
The following information is available on the **Storage** page of the **Index Properties -** *index_name* dialog box:
96+
The following information is available on the **Storage** page of the **Index Properties -** _index_name_ dialog box:
9797

9898
**Filegroup**
9999
Stores the index in the specified filegroup. The list only displays standard (row) filegroups. The default list selection is the PRIMARY filegroup of the database.

docs/2014/relational-databases/lesson-2-connecting-from-another-computer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ manager: craigg
3838
> [!NOTE]
3939
> You might have both 32 bit and 64 bit options available.
4040
41-
2. In **SQL Server Configuration Manager**, expand **SQL Server Network Configuration**, and then click **Protocols for** *\<InstanceName>*.
41+
2. In **SQL Server Configuration Manager**, expand **SQL Server Network Configuration**, and then click **Protocols for** _\<InstanceName>_.
4242

4343
The default instance (an unnamed instance) is listed as **MSSQLSERVER**. If you installed a named instance, the name you provided is listed. [!INCLUDE[ssExpressEd11](../includes/ssexpressed11-md.md)] installs as **SQLEXPRESS**, unless you changed the name during setup.
4444

@@ -106,7 +106,7 @@ manager: craigg
106106

107107
2. In the **Connect to Server** dialog box, confirm **Database Engine** in the **Server type** box.
108108

109-
3. In the **Server name** box, type **tcp:** to specify the protocol, followed by the computer name, a comma, and the port number. To connect to the default instance, the port 1433 is implied and can be omitted; therefore, type **tcp:***<computer_name>*. In our example for a named instance, type **tcp:***<computer_name>***,49172**.
109+
3. In the **Server name** box, type **tcp:** to specify the protocol, followed by the computer name, a comma, and the port number. To connect to the default instance, the port 1433 is implied and can be omitted; therefore, type **tcp:**_<computer_name>_. In our example for a named instance, type **tcp:**_<computer_name>_**,49172**.
110110

111111
> [!NOTE]
112112
> If you omit **tcp:** from the **Server name** box, then the client will attempt all protocols that are enabled, in the order specified in the client configuration.

docs/2014/relational-databases/linked-servers/linked-servers-database-engine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ manager: craigg
7272

7373
You can also define linked servers by using [!INCLUDE[ssManStudioFull](../../../includes/ssmanstudiofull-md.md)]. In the Object Explorer, right-click **Server Objects**, select **New**, and select **Linked Server**. You can delete a linked server definition by right-clicking the linked server name and selecting **Delete**.
7474

75-
When you execute a distributed query against a linked server, include a fully qualified, four-part table name for each data source to query. This four-part name should be in the form *linked_server_name.catalog***.*`schema`*.***object_name*.
75+
When you execute a distributed query against a linked server, include a fully qualified, four-part table name for each data source to query. This four-part name should be in the form _linked_server_name.catalog_**._`schema`_.**_object_name_.
7676

7777
> [!NOTE]
7878
> Linked servers can be defined to point back (loop back) to the server on which they are defined. Loopback servers are most useful when testing an application that uses distributed queries on a single server network. Loopback linked servers are intended for testing and are not supported for many operations, such as distributed transactions.

0 commit comments

Comments
 (0)