Skip to content

Commit a058db1

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/sql-docs-pr (branch live)
2 parents aae5f71 + 79d4dc8 commit a058db1

508 files changed

Lines changed: 820 additions & 733 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/sql-server-index-design-guide.md

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

2020
**Applies to**: [!INCLUDE[ssVersion2005](../includes/ssversion2005-md.md)] through [!INCLUDE[ssCurrent](../includes/sscurrent-md.md)] unless noted otherwise.
2121

22-
This guide assumes the reader has a general understanding of the index types available in [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)]. For a general description of index types, see [Index Types](http://msdn.microsoft.com/library/ms175049.aspx).
22+
This guide assumes the reader has a general understanding of the index types available in [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)]. For a general description of index types, see [Index Types](../relational-databases/indexes/indexes.md).
2323

2424
## <a name="Top"></a> In This Guide
2525
[Index Design Basics](#Basics)

docs/2014/analysis-services/globalization-scenarios-for-analysis-services-multiidimensional.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ manager: craigg
7373
|[Globalization Tips and Best Practices &#40;Analysis Services&#41;](globalization-tips-and-best-practices-analysis-services.md)|Reviews several design and coding practices that can help you avoid problems related to multi-language data.|
7474

7575
## See Also
76-
[Internationalization for Windows Applications](http://msdn.microsoft.com/library/windows/desktop/dd318661%28v=vs.85%29.aspx)
76+
[Internationalization for Windows Applications](/windows/desktop/Intl/international-support)
7777
[Go Global Developer Center](http://msdn.microsoft.com/goglobal/bb871628.aspx)
7878
[Writing Windows Store apps with locale-based adaptive design](http://blogs.windows.com/buildingapps/2014/03/06/writing-windows-store-apps-with-locale-based-adaptive-design/)
7979
[Developing Universal Windows Apps with C# and XAML](http://www.microsoftvirtualacademy.com/training-courses/developing-universal-windows-apps-with-c-and-xaml)

docs/2014/analysis-services/instances/install-windows/power-pivot-minimum-privilege-example-sharepoint-2013.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ manager: craigg
1919
This topic describes an example PowerPivot for SharePoint 2013 configuration with minimum privileges. The configuration utilizes a different account for each of the three components and each account has the minimum level of privileges.
2020

2121
## Summary of Accounts
22-
PowerPivot for SharePoint 2013 supports the use of the Network Service account for the Analysis Services service account. The Network Service account is not a supported scenario with SharePoint 2010. For more information on Service accounts, see [Configure Windows Service Accounts and Permissions](http://msdn.microsoft.com/library/ms143504.aspx) (http://msdn.microsoft.com/library/ms143504.aspx).
22+
PowerPivot for SharePoint 2013 supports the use of the Network Service account for the Analysis Services service account. The Network Service account is not a supported scenario with SharePoint 2010. For more information on Service accounts, see [Configure Windows Service Accounts and Permissions](../../../database-engine/configure-windows/configure-windows-service-accounts-and-permissions.md) (http://msdn.microsoft.com/library/ms143504.aspx).
2323

2424
The following table summarizes the three accounts used in this example of a minimum privileged configuration.
2525

docs/2014/analysis-services/multidimensional-models/olap-logical/understanding-microsoft-olap-logical-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ manager: craigg
4747
[Cube Objects &#40;Analysis Services - Multidimensional Data&#41;](../../multidimensional-models-olap-logical-cube-objects/cube-objects-analysis-services-multidimensional-data.md)
4848

4949
**User Access Security**
50-
[User Access Security Architecture](https://msdn.microsoft.com/library/bb522595(SQL.120).aspx)
50+
[User Access Security Architecture](understanding-microsoft-olap-logical-architecture.md)
5151

5252
## See Also
5353
[Understanding Microsoft OLAP Architecture](../olap-physical/understanding-microsoft-olap-architecture.md)

docs/2014/analysis-services/server-properties/thread-pool-properties.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,9 +273,9 @@ manager: craigg
273273
> For instructions on how to set properties, see [Configure Server Properties in Analysis Services](server-properties-in-analysis-services.md).
274274
275275
## See Also
276-
[About Processes and Threads](http://msdn.microsoft.com/library/windows/desktop/ms681917\(v=vs.85\).aspx)
277-
[Multiple Processors](http://msdn.microsoft.com/library/windows/desktop/ms684251\(v=vs.85\).aspx)
278-
[Processor Groups](http://msdn.microsoft.com/library/windows/desktop/dd405503\(v=vs.85\).aspx)
276+
[About Processes and Threads](/windows/desktop/ProcThread/about-processes-and-threads)
277+
[Multiple Processors](/windows/desktop/ProcThread/multiple-processors)
278+
[Processor Groups](/windows/desktop/ProcThread/processor-groups)
279279
[Analysis Services Thread Pool Changes in SQL Server 2012](http://blogs.msdn.com/b/psssql/archive/2012/01/31/analysis-services-thread-pool-changes-in-sql-server-2012.aspx)
280280
[Analysis Services 2012 Configuration settings (Wordpress Blog)](http://go.microsoft.com/fwlink/?LinkId=330387)
281281
[Supporting Systems That Have More Than 64 Processors](http://msdn.microsoft.com/library/windows/hardware/gg463349.aspx)

docs/2014/analysis-services/tabular-model-programming-compatibility-levels-1050-1103/conceptual-schema-definition-language-csdl/entitytype-element-csdlbi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.author: owend
1717
manager: craigg
1818
---
1919
# EntityType Element (CSDLBI)
20-
The `EntityType` element is a complex type that represents the structure of a high-level entity, such as a customer or order, in a data model. The `bi:EntityType` element extends the definition of [EntityType](http://msdn.microsoft.com/library/bb399206.aspx) used in the [Entity Data Framework](http://msdn.microsoft.com/library/bb399567.aspx).
20+
The `EntityType` element is a complex type that represents the structure of a high-level entity, such as a customer or order, in a data model. The `bi:EntityType` element extends the definition of [EntityType](http://msdn.microsoft.com/library/bb399206.aspx) used in the [Entity Data Framework](/dotnet/framework/data/adonet/ef/overview).
2121

2222
An EntityType element must be specified for each of the entities that are included in the data model. The subelements of the EntityType describe the columns and measures in the table. Relationships among tables are included in the `EntityContainer`.
2323

docs/2014/database-engine/breaking-changes-to-database-engine-features-in-sql-server-2016.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ manager: craigg
260260
||Have a certificate issued for shortname.<br /><br /> -This option works for all applications.|
261261

262262
## <a name="Yukon"></a> Breaking Changes in SQL Server 2005
263-
For a list of breaking changes introduced in [!INCLUDE[ssVersion2005](../includes/ssversion2005-md.md)], see [Breaking Changes to Database Engine Features in SQL Server 2005](http://msdn.microsoft.com/library/ms143179\(SQL.90\).aspx).
263+
For a list of breaking changes introduced in [!INCLUDE[ssVersion2005](../includes/ssversion2005-md.md)], see [Breaking Changes to Database Engine Features in SQL Server 2005](breaking-changes-to-database-engine-features-in-sql-server-2016.md).
264264

265265
## See Also
266266
[Deprecated Database Engine Features in SQL Server 2014](deprecated-database-engine-features-in-sql-server-2016.md)

docs/2014/getting-started/getting-sql-server-assistance.md

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

6363
Books Online can be accessed in the following ways:
6464

65-
- A copy of [!INCLUDE[ssCurrent](../includes/sscurrent-md.md)] Books Online is published in both the MSDN Library and the TechNet Library on the Internet. The topics in these copies of the [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] Books Online include comments from the community, such as additional information and code examples from other customers. You can view the MSDN Library copy at the [SQL Server 2014 Books Online](http://msdn.microsoft.com/library/ms130214\(v=sql.120\).aspx).
65+
- A copy of [!INCLUDE[ssCurrent](../includes/sscurrent-md.md)] Books Online is published in both the MSDN Library and the TechNet Library on the Internet. The topics in these copies of the [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] Books Online include comments from the community, such as additional information and code examples from other customers. You can view the MSDN Library copy at the [SQL Server 2014 Books Online](../2014-toc/index.md).
6666

6767
- You can use the Help Library Manager to install [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] Books Online on a local computer. For more information, see [Add or Remove Product Documentation for SQL Server](../2014-toc/books-online-for-sql-server-2014.md).
6868

docs/2014/relational-databases/backup-restore/back-up-database-general-page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ manager: craigg
3131
- [Create a Differential Database Backup &#40;SQL Server&#41;](create-a-differential-database-backup-sql-server.md)
3232

3333
> [!IMPORTANT]
34-
> You can define a database maintenance plan to create database backups. For more information, see [Database Maintenance Plans](http://msdn.microsoft.com/library/ms187658.aspx) in [!INCLUDE[ssKilimanjaro](../../includes/sskilimanjaro-md.md)] Books Online.
34+
> You can define a database maintenance plan to create database backups. For more information, see [Database Maintenance Plans](../maintenance-plans/maintenance-plans.md) in [!INCLUDE[ssKilimanjaro](../../includes/sskilimanjaro-md.md)] Books Online.
3535
3636
**To create a partial backup**
3737

docs/2014/relational-databases/backup-restore/sql-server-backup-to-url.md

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

8181
For step by step instructions about how to create a [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Credential, see [Create a Credential](#credential) example later in this topic.
8282

83-
For general information about credentials, see [Credentials](http://msdn.microsoft.com/en-us/library/ms161950.aspx)
83+
For general information about credentials, see [Credentials](../security/authentication-access/credentials-database-engine.md)
8484

85-
For information, on other examples where credentials are used, see [Create a SQL Server Agent Proxy](http://msdn.microsoft.com/library/ms175834.aspx).
85+
For information, on other examples where credentials are used, see [Create a SQL Server Agent Proxy](../../ssms/agent/create-a-sql-server-agent-proxy.md).
8686

8787
### <a name="limitations"></a> Limitations
8888

0 commit comments

Comments
 (0)