Skip to content

Commit 52a38ee

Browse files
authored
Merge pull request #8479 from MightyPen/unicode-fix-2
http: to https:, but only for microsoft.com URLs. Also, Unicode uFFFD
2 parents e1bffe2 + d0ae9c4 commit 52a38ee

1,442 files changed

Lines changed: 2870 additions & 2870 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/2014/2014-toc/books-online-for-sql-server-2014.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,17 @@ manager: craigg
4444

4545
**SQL Server Web Sites**
4646

47-
- [SQL Server on Microsoft.com](http://go.microsoft.com/fwlink/?linkid=8504)
47+
- [SQL Server on Microsoft.com](https://go.microsoft.com/fwlink/?linkid=8504)
4848

49-
- [SQL Server Resource Center](http://go.microsoft.com/fwlink/?linkid=218841)
49+
- [SQL Server Resource Center](https://go.microsoft.com/fwlink/?linkid=218841)
5050

51-
- [SQL Server TechCenter](http://go.microsoft.com/fwlink/?linkid=28107)
51+
- [SQL Server TechCenter](https://go.microsoft.com/fwlink/?linkid=28107)
5252

53-
- [SQL Server Developer Center](http://go.microsoft.com/fwlink/?LinkId=42457)
53+
- [SQL Server Developer Center](https://go.microsoft.com/fwlink/?LinkId=42457)
5454

55-
- [Data Platform Developer Center](http://go.microsoft.com/fwlink/?LinkId=17386)
55+
- [Data Platform Developer Center](https://go.microsoft.com/fwlink/?LinkId=17386)
5656

57-
- [XML Developer Center](http://go.microsoft.com/fwlink/?LinkId=42458)
57+
- [XML Developer Center](https://go.microsoft.com/fwlink/?LinkId=42458)
5858

5959
## See Also
6060
[SQL Server Configuration Manager Help](../tools/configuration-manager/sql-server-configuration-manager-help.md)

docs/2014/2014-toc/case-study-building-an-enterprise-ecosystem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ How to understand the specifics involved while leveraging transactional replicat
2828
**Applies to:**SQL Server 2008, SQL Server 2012, and SQL Server 2014
2929

3030
To review the document, please download the
31-
[Case Study: Building an Enterprise Ecosystem with Microsoft Dynamics ERP and SQL Server 2014 Replication for Scalability and Performance](http://download.microsoft.com/download/D/2/0/D20E1C5F-72EA-4505-9F26-FEF9550EFD44/A%20Case%20Study%20Using%20Replication%20to%20Build%20an%20Enterprise%20Ecosystem%20in%20Microsoft%20Dynamics%20ERP%20for%20Scalability%20and%20Performance.docx) Word document.
31+
[Case Study: Building an Enterprise Ecosystem with Microsoft Dynamics ERP and SQL Server 2014 Replication for Scalability and Performance](https://download.microsoft.com/download/D/2/0/D20E1C5F-72EA-4505-9F26-FEF9550EFD44/A%20Case%20Study%20Using%20Replication%20to%20Build%20an%20Enterprise%20Ecosystem%20in%20Microsoft%20Dynamics%20ERP%20for%20Scalability%20and%20Performance.docx) Word document.
3232

3333

docs/2014/2014-toc/developer-reference-for-sql-server-2014.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ manager: craigg
1919
## Programming Reference Sections
2020
![Small File Folder Icon](../integration-services/media/filefolder-small.gif "Small File Folder Icon") [Common Language Runtime (CLR) Integration Programming Concepts](../relational-databases/clr-integration/common-language-runtime-clr-integration-programming-concepts.md)
2121

22-
![Small File Folder Icon](../integration-services/media/filefolder-small.gif "Small File Folder Icon") [Native XML](http://technet.microsoft.com/library/ms191274.aspx)
22+
![Small File Folder Icon](../integration-services/media/filefolder-small.gif "Small File Folder Icon") [Native XML](https://technet.microsoft.com/library/ms191274.aspx)
2323

2424
![Small File Folder Icon](../integration-services/media/filefolder-small.gif "Small File Folder Icon") [SQL Server Native Client Programming](../relational-databases/native-client/sql-server-native-client-programming.md)
2525

@@ -56,10 +56,10 @@ manager: craigg
5656
## Other Programming Resources
5757
Developing a data-access application may require you to use one or more of the following technologies:
5858

59-
[Accessing Data in Visual Studio](http://go.microsoft.com/fwlink/?LinkId=129902)
59+
[Accessing Data in Visual Studio](https://go.microsoft.com/fwlink/?LinkId=129902)
6060

61-
[SQL Server Driver for PHP](http://go.microsoft.com/fwlink/?LinkID=119889)
61+
[SQL Server Driver for PHP](https://go.microsoft.com/fwlink/?LinkID=119889)
6262

63-
[JDBC](http://go.microsoft.com/fwlink/?LinkId=129903)
63+
[JDBC](https://go.microsoft.com/fwlink/?LinkId=129903)
6464

6565

docs/2014/2014-toc/sql-server-index-design-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ WHERE b = CONVERT(Varbinary(4), 1);
589589
![Arrow icon used with Back to Top link](media/uparrow16x16.gif "Arrow icon used with Back to Top link") [In This Guide](#Top)
590590

591591
## <a name="Additional_Reading"></a> Additional Reading
592-
[Improving Performance with SQL Server 2008 Indexed Views](http://msdn.microsoft.com/library/dd171921(v=sql.100).aspx)
592+
[Improving Performance with SQL Server 2008 Indexed Views](https://msdn.microsoft.com/library/dd171921(v=sql.100).aspx)
593593

594594
[Partitioned Tables and Indexes](../relational-databases/partitions/partitioned-tables-and-indexes.md)
595595

docs/2014/2014-toc/sql-server-transaction-locking-and-row-versioning-guide.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ manager: craigg
5555
- Transaction management features that enforce transaction atomicity and consistency. After a transaction has started, it must be successfully completed (committed), or the [!INCLUDE[ssDE](../includes/ssde-md.md)] undoes all of the data modifications made since the transaction started. This operation is referred to as rolling back a transaction because it returns the data to the state it was prior to those changes.
5656

5757
### Controlling Transactions
58-
Applications control transactions mainly by specifying when a transaction starts and ends. This can be specified by using either [!INCLUDE[tsql](../includes/tsql-md.md)] statements or database application programming interface (API) functions. The system must also be able to correctly handle errors that terminate a transaction before it completes. For more information, see [Transaction Statements &#40;Transact-SQL&#41;](/sql/t-sql/language-elements/transactions-transact-sql), [Transactions in ODBC](http://technet.microsoft.com/library/ms131281.aspx) and [Transactions in SQL Server Native Client (OLEDB)](http://msdn.microsoft.com/library/ms130918.aspx).
58+
Applications control transactions mainly by specifying when a transaction starts and ends. This can be specified by using either [!INCLUDE[tsql](../includes/tsql-md.md)] statements or database application programming interface (API) functions. The system must also be able to correctly handle errors that terminate a transaction before it completes. For more information, see [Transaction Statements &#40;Transact-SQL&#41;](/sql/t-sql/language-elements/transactions-transact-sql), [Transactions in ODBC](https://technet.microsoft.com/library/ms131281.aspx) and [Transactions in SQL Server Native Client (OLEDB)](https://msdn.microsoft.com/library/ms130918.aspx).
5959

60-
By default, transactions are managed at the connection level. When a transaction is started on a connection, all [!INCLUDE[tsql](../includes/tsql-md.md)] statements executed on that connection are part of the transaction until the transaction ends. However, under a multiple active result set (MARS) session, a [!INCLUDE[tsql](../includes/tsql-md.md)] explicit or implicit transaction becomes a batch-scoped transaction that is managed at the batch level. When the batch completes, if the batch-scoped transaction is not committed or rolled back, it is automatically rolled back by [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)]. For more information, see [Multiple Active Result Sets (MARS) in SQL Server](http://msdn.microsoft.com/library/ms345109(v=SQL.90).aspx).
60+
By default, transactions are managed at the connection level. When a transaction is started on a connection, all [!INCLUDE[tsql](../includes/tsql-md.md)] statements executed on that connection are part of the transaction until the transaction ends. However, under a multiple active result set (MARS) session, a [!INCLUDE[tsql](../includes/tsql-md.md)] explicit or implicit transaction becomes a batch-scoped transaction that is managed at the batch level. When the batch completes, if the batch-scoped transaction is not committed or rolled back, it is automatically rolled back by [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)]. For more information, see [Multiple Active Result Sets (MARS) in SQL Server](https://msdn.microsoft.com/library/ms345109(v=SQL.90).aspx).
6161

6262
#### Starting Transactions
6363
Using API functions and [!INCLUDE[tsql](../includes/tsql-md.md)] statements, you can start transactions in an instance of the [!INCLUDE[ssDEnoversion](../includes/ssdenoversion-md.md)] as explicit, autocommit, or implicit transactions.
@@ -647,7 +647,7 @@ INSERT mytable VALUES ('Dan');
647647
648648
- **Parallel query execution-related resources** Coordinator, producer, or consumer threads associated with an exchange port may block each other causing a deadlock usually when including at least one other process that is not a part of the parallel query. Also, when a parallel query starts execution, [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] determines the degree of parallelism, or the number of worker threads, based upon the current workload. If the system workload unexpectedly changes, for example, where new queries start running on the server or the system runs out of worker threads, then a deadlock could occur.
649649
650-
- **Multiple Active Result Sets (MARS) resources**. These resources are used to control interleaving of multiple active requests under MARS. For more information, see [Multiple Active Result Sets (MARS) in SQL Server](http://msdn.microsoft.com/library/ms345109(v=SQL.90).aspx).
650+
- **Multiple Active Result Sets (MARS) resources**. These resources are used to control interleaving of multiple active requests under MARS. For more information, see [Multiple Active Result Sets (MARS) in SQL Server](https://msdn.microsoft.com/library/ms345109(v=SQL.90).aspx).
651651
652652
- **User resource**. When a thread is waiting for a resource that is potentially controlled by a user application, the resource is considered to be an external or user resource and is treated like a lock.
653653
@@ -1854,8 +1854,8 @@ GO
18541854
![Arrow icon used with Back to Top link](media/uparrow16x16.gif "Arrow icon used with Back to Top link") [In This Guide](#Top)
18551855
18561856
## See Also
1857-
[SQL Server 2005 Row Versioning-Based Transaction Isolation](http://msdn.microsoft.com/library/ms345124(v=sql.90).aspx)
1858-
[Overhead of Row Versioning](http://blogs.msdn.com/b/sqlserverstorageengine/archive/2008/03/30/overhead-of-row-versioning.aspx)
1859-
[How to create an autonomous transaction in SQL Server 2008](http://blogs.msdn.com/b/sqlprogrammability/archive/2008/08/22/how-to-create-an-autonomous-transaction-in-sql-server-2008.aspx)
1857+
[SQL Server 2005 Row Versioning-Based Transaction Isolation](https://msdn.microsoft.com/library/ms345124(v=sql.90).aspx)
1858+
[Overhead of Row Versioning](https://blogs.msdn.com/b/sqlserverstorageengine/archive/2008/03/30/overhead-of-row-versioning.aspx)
1859+
[How to create an autonomous transaction in SQL Server 2008](https://blogs.msdn.com/b/sqlprogrammability/archive/2008/08/22/how-to-create-an-autonomous-transaction-in-sql-server-2008.aspx)
18601860
18611861

docs/2014/2014-toc/sql-server-transaction-log-architecture-and-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ manager: craigg
119119
## Additional Reading
120120
We recommend the following articles and books for additional information about the transaction log.
121121

122-
[Understanding Logging and Recovery in SQL Server by Paul Randall](http://technet.microsoft.com/magazine/2009.02.logging.aspx)
122+
[Understanding Logging and Recovery in SQL Server by Paul Randall](https://technet.microsoft.com/magazine/2009.02.logging.aspx)
123123

124124
[SQL Server Transaction Log Management by Tony Davis and Gail Shaw](http://www.simple-talk.com/books/sql-books/sql-server-transaction-log-management-by-tony-davis-and-gail-shaw/)
125125

docs/2014/analysis-services/analysis-services-mdx-query-designer-powerpivot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ manager: craigg
5050
Importing an .mdx query from a file is not supported.
5151

5252
> [!NOTE]
53-
> For more information about MDX and general information about the MDX query designer, see "MDX Query Editor (Analysis Services - Multidimensional Data)" in [SQL Server Books Online](http://go.microsoft.com/fwlink/?linkid=98335).
53+
> For more information about MDX and general information about the MDX query designer, see "MDX Query Editor (Analysis Services - Multidimensional Data)" in [SQL Server Books Online](https://go.microsoft.com/fwlink/?linkid=98335).
5454
5555
### Graphical MDX Query Designer Toolbar in Design Mode
5656
The query designer toolbar provides buttons to help you design MDX queries using the graphical interface. The following table lists the buttons and their functions.

docs/2014/analysis-services/analysis-services-mdx-query-designer-ssas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ manager: craigg
5454
Importing an .mdx query from a file is not supported.
5555

5656
> [!NOTE]
57-
> For more information about MDX and general information about the MDX query designer, see "MDX Query Editor (Analysis Services - Multidimensional Data)" in [SQL Server Books Online](http://go.microsoft.com/fwlink/?linkid=98335).
57+
> For more information about MDX and general information about the MDX query designer, see "MDX Query Editor (Analysis Services - Multidimensional Data)" in [SQL Server Books Online](https://go.microsoft.com/fwlink/?linkid=98335).
5858
5959
### Graphical MDX Query Designer Toolbar in Design Mode
6060
The query designer toolbar provides buttons to help you design MDX queries using the graphical interface. The following table lists the buttons and their functions.

docs/2014/analysis-services/analysis-services-powershell.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ For more information about syntax and examples, see [Analysis Services PowerShel
3737
## <a name="bkmk_prereq"></a> Prerequisites
3838
Windows PowerShell 2.0 must be installed. It is installed by default on newer versions of the Windows operating systems. For more information, see [Install Windows PowerShell 2.0](https://msdn.microsoft.com/library/ff637750.aspx)
3939

40-
<!-- ff637750.aspx above is linked to by: (http://go.microsoft.com/fwlink/?LinkId=227613). -->
40+
<!-- ff637750.aspx above is linked to by: (https://go.microsoft.com/fwlink/?LinkId=227613). -->
4141

4242
You must install a SQL Server feature that includes the SQL Server PowerShell (SQLPS) module and client libraries. The easiest way to do this is by installing SQL Server Management Studio, which includes the PowerShell feature and client libraries automatically. The SQL Server PowerShell (SQLPS) module contains the PowerShell providers and cmdlets for all SQL Server features, including the SQLASCmdlets module and SQLAS provider used for navigating the Analysis Services object hierarchy.
4343

@@ -53,7 +53,7 @@ For more information about syntax and examples, see [Analysis Services PowerShel
5353
|Context|PowerShell Feature Availability|
5454
|-------------|-------------------------------------|
5555
|Multidimensional instances and databases|Supported for local and remote administration.<br /><br /> Merge-partition requires a local connection.|
56-
|Tabular instances and databases|Supported for local and remote administration.<br /><br /> For more information, see an August 2011 blog about [Manage Tabular Models Using PowerShell](http://go.microsoft.com/fwlink/?linkID=227685).|
56+
|Tabular instances and databases|Supported for local and remote administration.<br /><br /> For more information, see an August 2011 blog about [Manage Tabular Models Using PowerShell](https://go.microsoft.com/fwlink/?linkID=227685).|
5757
|PowerPivot for SharePoint instances and databases|Limited support. You can use HTTP connections and the SQLAS provider to view instance and database information.<br /><br /> However, using the cmdlets is not supported. You must not use Analysis Services PowerShell to backup and restore in-memory PowerPivot database, nor should you add or remove roles, process data, or run arbitrary XMLA script.<br /><br /> For configuration purposes, PowerPivot for SharePoint has built-in PowerShell support that is provided separately. For more information, see [PowerShell Reference for PowerPivot for SharePoint](/sql/analysis-services/powershell/powershell-reference-for-power-pivot-for-sharepoint).|
5858
|Native connections to local cubes<br /><br /> "Data Source=c:\backup\test.cub"|Not supported.|
5959
|HTTP connections to BI semantic model (.bism) connection files in SharePoint<br /><br /> "Data Source=http://server/shared_docs/name.bism"|Not supported.|
@@ -84,7 +84,7 @@ PS SQLSERVER:\SQLAS\HTTP_DS> $cred = Get-credential adventureworks\dbadmin
8484
PS SQLSERVER:\SQLAS\HTTP_DS> Invoke-ASCmd -Inputfile:"c:\discoverconnections.xmla" -Credential:$cred
8585
```
8686

87-
When using Basic authentication, you should always use HTTPS with SSL so that username and passwords are sent over an encrypted connection. For more information, see [Configure Secure Sockets Layer in IIS 7.0](http://go.microsoft.com/fwlink/?linkID=184299) and [Configure Basic Authentication (IIS 7)](http://go.microsoft.com/fwlink/?LinkId=230776).
87+
When using Basic authentication, you should always use HTTPS with SSL so that username and passwords are sent over an encrypted connection. For more information, see [Configure Secure Sockets Layer in IIS 7.0](https://go.microsoft.com/fwlink/?linkID=184299) and [Configure Basic Authentication (IIS 7)](https://go.microsoft.com/fwlink/?LinkId=230776).
8888

8989
Remember that credentials, queries, and commands that you provide in PowerShell are passed unchanged to the transport layer. Including sensitive content in your scripts increases the risk of a malicious injection attack.
9090

@@ -272,7 +272,7 @@ Restart-service mssqlserverolapservice
272272
273273
## See Also
274274
[Install SQL Server PowerShell](../database-engine/install-windows/install-sql-server-powershell.md)
275-
[Manage Tabular Models Using PowerShell (blog)](http://go.microsoft.com/fwlink/?linkID=227685)
275+
[Manage Tabular Models Using PowerShell (blog)](https://go.microsoft.com/fwlink/?linkID=227685)
276276
[Configure HTTP Access to Analysis Services on Internet Information Services &#40;IIS&#41; 8.0](instances/configure-http-access-to-analysis-services-on-iis-8-0.md)
277277
278278

docs/2014/analysis-services/analysis-services-tutorials-ssas.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ manager: craigg
2121
[Multidimensional Modeling &#40;Adventure Works Tutorial&#41;](multidimensional-modeling-adventure-works-tutorial.md)
2222
This tutorial teaches the fundamental skills and concepts behind multidimensional modeling in [!INCLUDE[ssBIDevStudioFull](../includes/ssbidevstudiofull-md.md)]. When you are finished, you will have a cube database based on Adventure Works data that you can access from Excel, Reporting Services, or any other client application that connects to Analysis Services.
2323

24-
[AdventureWorks Sample Databases on Codeplex](http://go.microsoft.com/fwlink/?linkID=335807)
24+
[AdventureWorks Sample Databases on Codeplex](https://go.microsoft.com/fwlink/?linkID=335807)
2525
This link takes you to the codeplex download page that has the AdventureWorks sample databases for [!INCLUDE[ssSQL14](../includes/sssql14-md.md)].
2626

27-
[AMO Code Sample for Creating Tabular Models Programmatically](http://go.microsoft.com/fwlink/?linkID=221036)
27+
[AMO Code Sample for Creating Tabular Models Programmatically](https://go.microsoft.com/fwlink/?linkID=221036)
2828
This link takes you to a Codeplex download page that has the AMO sample for [!INCLUDE[ssSQL14](../includes/sssql14-md.md)].
2929

30-
[SQL Server 2008 R2 Tutorials](http://go.microsoft.com/fwlink/?linkID=220944)
30+
[SQL Server 2008 R2 Tutorials](https://go.microsoft.com/fwlink/?linkID=220944)
3131
Most of the SQL Server 2008 R2 tutorials work on a [!INCLUDE[ssSQL14](../includes/sssql14-md.md)] server. If you are new to Data Mining, use this link to find the SQL Server 2008 R2 Data Mining Tutorials that also work with a [!INCLUDE[ssSQL14](../includes/sssql14-md.md)] instance of Analysis Services.
3232

3333
## See Also
34-
[TechNet WIKI: SQL Server 2012 Samples](http://go.microsoft.com/fwlink/?linkID=220734)
35-
[Picnic Dataset (Sample Data)](http://go.microsoft.com/fwlink/?linkID=219108)
34+
[TechNet WIKI: SQL Server 2012 Samples](https://go.microsoft.com/fwlink/?linkID=220734)
35+
[Picnic Dataset (Sample Data)](https://go.microsoft.com/fwlink/?linkID=219108)
3636

3737

0 commit comments

Comments
 (0)