Skip to content

Commit 3d29875

Browse files
author
Michael Blome
committed
converted guid form urls to site-relative
1 parent 7247415 commit 3d29875

259 files changed

Lines changed: 442 additions & 442 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/analysis-services/instances/analysis-services-scripts-project-in-sql-server-management-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ manager: kfile
3030
4. Right-click on the project, point to **Add**, and then select **Existing Item** to add miscellaneous files, such as text files that contain notes on the project, in the **Miscellaneous** folder of the Analysis Server Scripts project in Solution Explorer. These files are ignored by [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)].
3131

3232
## File Types
33-
A [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] solution can contain several file types, depending on what projects you included in the solution and what items you included in each project for that solution. For more information about file types for solutions in [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)], see [Files That Manage Solutions and Projects](http://msdn.microsoft.com/library/e19d2859-0b97-4727-ac27-c4c226d86b2f). Typically, the files for each project in a [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] solution are stored in the solution folder, in a separate folder for each project.
33+
A [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] solution can contain several file types, depending on what projects you included in the solution and what items you included in each project for that solution. For more information about file types for solutions in [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)], see [Files That Manage Solutions and Projects](../../ssms/solution/files-that-manage-solutions-and-projects.md). Typically, the files for each project in a [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] solution are stored in the solution folder, in a separate folder for each project.
3434

3535
The project folder for an Analysis Server Scripts project can contain the file types listed in the following table.
3636

docs/analysis-services/multidimensional-models/remote-processing-analysis-services.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ manager: kfile
4242

4343
Use the following links to set permissions:
4444

45-
- [Configure SQL Server Agent](http://msdn.microsoft.com/library/2e361a62-9e92-4fcd-80d7-d6960f127900)
45+
- [Configure SQL Server Agent](../../ssms/agent/configure-sql-server-agent.md)
4646

47-
- [SQL Server Agent Components](http://msdn.microsoft.com/library/8d1dc600-aabb-416f-b3af-fbc9fccfd0ec) suggests alternative fixed server roles if granting **sysadmin** permissions is not possible.
47+
- [SQL Server Agent Components](../../ssms/agent/sql-server-agent.md) suggests alternative fixed server roles if granting **sysadmin** permissions is not possible.
4848

4949
After account permissions are configured, continue with these steps.
5050

@@ -85,7 +85,7 @@ manager: kfile
8585
2. As a final step, modify the job to run on a schedule that you define, adding any alerts or notifications necessary to administer the job. You might also want to refine the processing script, or create multiple steps in the job to process objects independently.
8686

8787
## See Also
88-
[SQL Server Agent Components](http://msdn.microsoft.com/library/8d1dc600-aabb-416f-b3af-fbc9fccfd0ec)
88+
[SQL Server Agent Components](../../ssms/agent/sql-server-agent.md)
8989
[Schedule SSAS Administrative Tasks with SQL Server Agent](../../analysis-services/instances/schedule-ssas-administrative-tasks-with-sql-server-agent.md)
9090
[Batch Processing (Analysis Services)](../../analysis-services/multidimensional-models/batch-processing-analysis-services.md)
9191
[Processing a multidimensional model (Analysis Services)](../../analysis-services/multidimensional-models/processing-a-multidimensional-model-analysis-services.md)

docs/database-engine/availability-groups/windows/active-secondaries-backup-on-secondary-replicas-always-on-availability-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ In a distributed availability group, backups can be performed on secondary repli
7070

7171
- [Use the Maintenance Plan Wizard](../../../relational-databases/maintenance-plans/use-the-maintenance-plan-wizard.md)
7272

73-
- [Implement Jobs](http://msdn.microsoft.com/library/69e06724-25c7-4fb3-8a5b-3d4596f21756)
73+
- [Implement Jobs](../../../ssms/agent/implement-jobs.md)
7474

7575
## See Also
7676
[Overview of Always On Availability Groups (SQL Server)](../../../database-engine/availability-groups/windows/overview-of-always-on-availability-groups-sql-server.md)

docs/database-engine/availability-groups/windows/always-on-availability-groups-sql-server.md

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

138138
- [Service Broker](../../../database-engine/configure-windows/sql-server-service-broker.md)
139139

140-
- [SQL Server Agent](http://msdn.microsoft.com/library/8d1dc600-aabb-416f-b3af-fbc9fccfd0ec)
140+
- [SQL Server Agent](../../../ssms/agent/sql-server-agent.md)
141141

142142
- [Reporting Services](../../../database-engine/availability-groups/windows/reporting-services-with-always-on-availability-groups-sql-server.md)
143143

docs/database-engine/availability-groups/windows/logins-and-jobs-for-availability-group-databases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ manager: craigg
5959

6060
- [Create a Database User](../../../relational-databases/security/authentication-access/create-a-database-user.md).
6161

62-
- [Create a Job](http://msdn.microsoft.com/library/b35af2b6-6594-40d1-9861-4d5dd906048c)
62+
- [Create a Job](../../../ssms/agent/create-a-job.md)
6363

6464
- [Manage Metadata When Making a Database Available on Another Server Instance (SQL Server)](../../../relational-databases/databases/manage-metadata-when-making-a-database-available-on-another-server.md)
6565

6666
## See Also
6767
[Overview of Always On Availability Groups (SQL Server)](../../../database-engine/availability-groups/windows/overview-of-always-on-availability-groups-sql-server.md)
6868
[Contained Databases](../../../relational-databases/databases/contained-databases.md)
69-
[Create Jobs](http://msdn.microsoft.com/library/465fb7fc-7622-4252-a178-ea51691c935b)
69+
[Create Jobs](../../../ssms/agent/create-jobs.md)
7070

7171

docs/database-engine/availability-groups/windows/use-object-explorer-details-to-monitor-availability-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ manager: craigg
2525
This topic describes how to use the **Object Explorer Details** pane of [!INCLUDE[ssManStudioFull](../../../includes/ssmanstudiofull-md.md)] to monitor and manage existing Always On availability groups, availability replicas, and availability databases.
2626

2727
> [!NOTE]
28-
> For information about using the Object Explorer Details pane, see [Object Explorer Details Pane](http://msdn.microsoft.com/library/b963e3c2-dc9e-4d38-bd28-2e00fe9e0e47).
28+
> For information about using the Object Explorer Details pane, see [Object Explorer Details Pane](../../../ssms/object/object-explorer-details-pane.md).
2929
3030
- **Before you begin:** [Prerequisites](#Prerequisites)
3131

docs/database-engine/configure-windows/blocked-process-threshold-server-configuration-option.md

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

2424
Use the **blocked process threshold** option to specify the threshold, in seconds, at which blocked process reports are generated. The threshold can be set from 0 to 86,400. By default, no blocked process reports are produced. This event is not generated for system tasks or for tasks that are waiting on resources that do not generate detectable deadlocks.
2525

26-
You can define an [alert](http://msdn.microsoft.com/library/3f57d0f0-4781-46ec-82cd-b751dc5affef) to be executed when this event is generated. So for example, you can choose to page the administrator to take appropriate action to handle the blocking situation.
26+
You can define an [alert](../../ssms/agent/alerts.md) to be executed when this event is generated. So for example, you can choose to page the administrator to take appropriate action to handle the blocking situation.
2727

2828
Blocked process threshold uses the deadlock monitor background thread to walk through the list of tasks waiting for a time greater than or multiples of the configured threshold. The event is generated once per reporting interval for each of the blocked tasks.
2929

docs/database-engine/configure-windows/configure-the-remote-access-server-configuration-option.md

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

3131
- [Connect to a Registered Server (SQL Server Management Studio)](../../tools/sql-server-management-studio/connect-to-a-registered-server-sql-server-management-studio.md)
3232

33-
- [Connect to Any SQL Server Component from SQL Server Management Studio](http://msdn.microsoft.com/library/5eeb41bd-b25b-4d3b-a005-a7d9e4b5978e)
33+
- [Connect to Any SQL Server Component from SQL Server Management Studio](../../ssms/f1-help/connect-to-any-sql-server-component-from-sql-server-management-studio.md)
3434

3535
- [Connect to the Database Engine With sqlcmd](../../relational-databases/scripting/sqlcmd-connect-to-the-database-engine.md)
3636

docs/database-engine/configure-windows/manage-the-database-engine-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ manager: craigg
6868
|[Set an Instance of SQL Server to Start Automatically (SQL Server Configuration Manager)](../../database-engine/configure-windows/scm-services-set-an-instance-to-start-automatically.md)|[Configure File System Permissions for Database Engine Access](../../database-engine/configure-windows/configure-file-system-permissions-for-database-engine-access.md)|
6969

7070
## Related Content
71-
[Configure SQL Server Agent](http://msdn.microsoft.com/library/2e361a62-9e92-4fcd-80d7-d6960f127900)
71+
[Configure SQL Server Agent](../../ssms/agent/configure-sql-server-agent.md)
7272

7373
[Logging In to SQL Server](../../database-engine/configure-windows/logging-in-to-sql-server.md)
7474

docs/database-engine/configure-windows/scm-services-change-the-service-startup-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ manager: craigg
6868

6969
## See Also
7070
[Start, Stop, Pause, Resume, Restart the Database Engine, SQL Server Agent, or SQL Server Browser Service](../../database-engine/configure-windows/start-stop-pause-resume-restart-sql-server-services.md)
71-
[Configure WMI to Show Server Status in SQL Server Tools](http://msdn.microsoft.com/library/7e97197b-ed4d-40d1-9a52-9ab1d92401d7)
71+
[Configure WMI to Show Server Status in SQL Server Tools](../../ssms/configure-wmi-to-show-server-status-in-sql-server-tools.md)
7272

7373

0 commit comments

Comments
 (0)