Skip to content

Commit f95e3a9

Browse files
author
MightyPen
committed
Vsts 1290738, up to and including sys-trusted-assemblies-transact-sql.md
1 parent 59ea786 commit f95e3a9

File tree

17 files changed

+88
-81
lines changed

17 files changed

+88
-81
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
- name: Python and SQL analytics
2+
expanded: true
3+
items:
4+
- name: Dynamic Management Views (DMVs) for Python
5+
href: dmvs-for-python.md
6+
- name: Extended events for Python in SQL Server Machine Learning
7+
href: extended-events-for-python.md
8+
- name: How to create a resource pool for Python
9+
href: how-to-create-a-resource-pool-for-python.md
10+
- name: Python API reference for SQL Server Machine Learning Services
11+
href: machine-learning-services-python-reference.md
12+
- name: Resource governance for Python
13+
href: resource-governance-for-python.md

docs/advanced-analytics/toc.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
href: tutorials/sqldev-py5-train-and-save-a-model-using-t-sql.md
144144
- name: Operationalize the model
145145
href: tutorials/sqldev-py6-operationalize-the-model.md
146-
- name: Samples
146+
- name: Samples (stored on GitHub.com)
147147
href: https://github.com/Microsoft/sql-server-samples
148148
- name: Solutions
149149
href: tutorials/data-science-scenarios-and-solution-templates.md
@@ -153,8 +153,16 @@
153153
href: concepts/extensibility-framework.md
154154
- name: R extension
155155
href: concepts/extension-r.md
156+
items:
157+
- name: Creating BI Workflows with R
158+
href: r/creating-workflows-that-use-r-in-sql-server.md
159+
- name: Operationalize R code (Machine Learning Services)
160+
href: r/operationalizing-your-r-code.md
156161
- name: Python extension
157162
href: concepts/extension-python.md
163+
items:
164+
- name: Dynamic Management Views (DMVs) for Python +
165+
href: python/dmvs-for-python.md
158166
- name: How To
159167
href: r/sql-server-machine-learning-tasks.md
160168
items:

docs/analysis-services/multidimensional-models/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
href: set-data-source-properties-ssas-multidimensional.md
3838
- name: Set Impersonation Options for a Data Source Connection
3939
href: set-impersonation-options-ssas-multidimensional.md
40+
- name: Multidimensional Model Programming
41+
href: multidimensional-model-programming.md
4042
- name: Data Source Views
4143
href: data-source-views-in-multidimensional-models.md
4244
items:

docs/analysis-services/toc.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@
99
- name: Tools and applications
1010
href: tools-and-applications-used-in-analysis-services.md
1111
- name: Client libraries (data providers)
12-
href: ../analysis-services/instances/data-providers-used-for-analysis-services-connections.md
12+
href: instances/data-providers-used-for-analysis-services-connections.md
1313
- name: Comparing Tabular and Multidimensional solutions
1414
href: comparing-tabular-and-multidimensional-solutions-ssas.md
15+
- name: Analysis Services Features and Tasks
16+
href: analysis-services-features-and-tasks.md
1517
- name: Analysis Services features supported by SQL Server editions
1618
href: analysis-services-features-supported-by-the-editions-of-sql-server-2016.md
1719
- name: Backward compatibility (SQL Server 2016 Analysis Services)
@@ -215,12 +217,16 @@
215217
href: ../analysis-services/data-mining/data-mining-ssas.md
216218
- name: Power Pivot for Sharepoint
217219
href: ../analysis-services/power-pivot-sharepoint/power-pivot-for-sharepoint-ssas.md
220+
- name: Monitor an Analysis Services Instance
221+
href: instances/monitor-an-analysis-services-instance.md
218222
- name: Manage servers
219223
href: ../analysis-services/instances/analysis-services-instance-management.md
220224
- name: Trace-events
221225
href: ../analysis-services/trace-events/analysis-services-trace-events.md
222226
- name: Developer
223227
items:
228+
- name: Analysis Services Developer Documentation
229+
href: analysis-services-developer-documentation.md
224230
- name: Tabular Model Programming for Compatibility Level 1200 and higher
225231
href: ./tabular-model-programming-compatibility-level-1200/tabular-model-programming-for-compatibility-level-1200.md
226232
items:
@@ -248,6 +254,11 @@
248254
href: ../analysis-services/schema-rowsets/analysis-services-schema-rowsets.md
249255
- name: Analysis Services Scripting Language (ASSL for XMLA)
250256
href: scripting/analysis-services-scripting-language-assl-for-xmla.md
257+
- name: Data Mining Programming
258+
href: data-mining-programming.md
259+
items:
260+
- name: Data Mining Programming - OLE DB
261+
href: data-mining-programming-ole-db.md
251262
- name: Samples
252263
items:
253264
- name: Analysis Services samples

docs/connect/jdbc/reference/toc.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1367,8 +1367,10 @@
13671367
items:
13681368
- name: executeUpdate Method ()
13691369
href: executeupdate-method.md
1370-
- name: executeUpdate Method (java.lang.String)
1370+
- name: executeUpdate Method (java.lang.String, int[])
13711371
href: executeupdate-method-java-lang-string.md
1372+
- name: executeUpdate Method (java.lang.String)
1373+
href: executeupdate-method-java-lang-string2.md
13721374
- name: getMetaData Method (SQLServerPreparedStatement)
13731375
href: getmetadata-method-sqlserverpreparedstatement.md
13741376
- name: getParameterMetaData Method (SQLServerPreparedStatement)
@@ -1575,6 +1577,8 @@
15751577
items:
15761578
- name: getBinaryStream Method (int)
15771579
href: getbinarystream-method-int.md
1580+
- name: getBinaryStream Method (long, long)
1581+
href: getbinarystream-method-long-long.md
15781582
- name: getBinaryStream Method (java.lang.String)
15791583
href: getbinarystream-method-java-lang-string.md
15801584
- name: getBlob Method (SQLServerResultSet)
@@ -1612,6 +1616,8 @@
16121616
href: getcharacterstream-method-int.md
16131617
- name: getCharacterStream Method (java.lang.String)
16141618
href: getcharacterstream-method-java-lang-string.md
1619+
- name: getCharacterStream Method () (SQLServerNClob)
1620+
href: getcharacterstream-method-braces-sqlservernclob.md
16151621
- name: getClob Method (SQLServerResultSet)
16161622
href: getclob-method-sqlserverresultset.md
16171623
items:

docs/connect/odbc/windows/welcome-to-the-microsoft-odbc-driver-13-for-sql-server-on-windows.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

docs/database-engine/availability-groups/windows/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@
181181
href: use-the-add-replica-to-availability-group-wizard-sql-server-management-studio.md
182182
- name: Add secondary replica
183183
href: add-a-secondary-replica-to-an-availability-group-sql-server.md
184+
- name: Use the Add Azure Replica Wizard (SQL Server)
185+
href: use-the-add-azure-replica-wizard-sql-server.md
184186
- name: Change session-timeout period
185187
href: change-the-session-timeout-period-for-an-availability-replica-sql-server.md
186188
- name: Change the HADR cluster context

docs/integration-services/control-flow/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@
8989
href: functional-dependency-profile-request-options-data-profiling-task.md
9090
- name: Value Inclusion Profile Request Options (Data Profiling Task)
9191
href: value-inclusion-profile-request-options-data-profiling-task.md
92+
- name: Data Profiling Task Editor (General Page)
93+
href: data-profiling-task-editor-general-page.md
9294
- name: Incorporate a Data Profiling Task in Package Workflow
9395
href: incorporate-a-data-profiling-task-in-package-workflow.md
9496
- name: Execute Package Task

docs/integration-services/import-export-data/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
href: convert-types-without-conversion-checking-sql-server-import-and-export-wizard.md
4949
- name: Column Mappings (SQL Server Import and Export Wizard)
5050
href: column-mappings-sql-server-import-and-export-wizard.md
51+
- name: Data Type Mapping (SQL Server Import and Export Wizard)
52+
href: data-type-mapping-in-the-sql-server-import-and-export-wizard.md
5153
- name: Review Data Type Mapping (SQL Server Import and Export Wizard)
5254
href: review-data-type-mapping-sql-server-import-and-export-wizard.md
5355
- name: Column Conversion Details Dialog Box (SQL Server Import and Export Wizard)

docs/integration-services/system-stored-procedures/toc.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@
116116
href: catalog-start-execution-ssisdb-database.md
117117
- name: catalog.stop_operation
118118
href: catalog-stop-operation-ssisdb-database.md
119+
- name: Update
120+
items:
121+
- name: catalog.update_logdb_info (SSISDB Database)
122+
href: catalog-update-logdb-info.md
123+
- name: catalog.update_master_address (SSISDB Database)
124+
href: catalog-update-master-address.md
119125
- name: Validate
120126
items:
121127
- name: catalog.validate_package

0 commit comments

Comments
 (0)