Skip to content

Commit 3b79f31

Browse files
author
MightyPen
committed
Issue 1457 partial or full fix, https.www.w3. being fixed to be http://www.w3. (discard the recently added 's').
1 parent 7410dc5 commit 3b79f31

76 files changed

Lines changed: 204 additions & 198 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/relational-databases/errors-events/database-engine-events-and-errors.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Database Engine Events and Errors | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: 01/09/2019
4+
ms.date: 01/11/2019
55
ms.prod: sql
66
ms.reviewer: ""
77
ms.technology: supportability
@@ -1030,10 +1030,10 @@ The table contains error message numbers and the description, which is the text
10301030
| 2117 | 16 | No | Cannot %S_MSG INSTEAD OF trigger '%.*ls' on %S_MSG '%.*ls' because the %S_MSG has a FILESTREAM column. |
10311031
| 2201 | 16 | No | %sDerivation from "anySimpleType" by restriction is not permitted, and derivation by restriction from a type derived from "anySimpleType" by extension is allowed only if no constraining facets are specified. |
10321032
| 2202 | 16 | No | %sAn error has occurred while compiling the query. To obtain more detailed information about the error, the query must be run by a user with EXECUTE permissions on the xml schema collection used in the query. |
1033-
| 2203 | 16 | No | %sOnly 'https://www.w3.org/2001/XMLSchema#decimal?', 'https://www.w3.org/2001/XMLSchema#boolean?' or 'node()*' expressions allowed as predicates, found '%ls' |
1034-
| 2204 | 16 | No | %sOnly 'https://www.w3.org/2001/XMLSchema#boolean?' or 'node()*' expressions allowed in conditions and with logical operators, found '%ls' |
1033+
| 2203 | 16 | No | %sOnly 'http://www.w3.org/2001/XMLSchema#decimal?', 'http://www.w3.org/2001/XMLSchema#boolean?' or 'node()*' expressions allowed as predicates, found '%ls' |
1034+
| 2204 | 16 | No | %sOnly 'http://www.w3.org/2001/XMLSchema#boolean?' or 'node()*' expressions allowed in conditions and with logical operators, found '%ls' |
10351035
| 2205 | 16 | No | %s"%ls" was expected. |
1036-
| 2206 | 16 | No | %sNamespace prefix 'xml' can only be associated with the URI 'https://www.w3.org/XML/1998/namespace' and this URI cannot be used with other prefixes. |
1036+
| 2206 | 16 | No | %sNamespace prefix 'xml' can only be associated with the URI 'http://www.w3.org/XML/1998/namespace' and this URI cannot be used with other prefixes. |
10371037
| 2207 | 16 | No | %sOnly non-document nodes can be inserted. Found "%ls". |
10381038
| 2208 | 16 | No | %sThe URI that starts with '%ls' is too long. Maximum allowed length is %d characters. |
10391039
| 2209 | 16 | No | %sSyntax error near '%ls' |
@@ -1116,7 +1116,7 @@ The table contains error message numbers and the description, which is the text
11161116
| 2309 | 16 | No | %sThe value of "%ls" is not a valid number. |
11171117
| 2310 | 16 | No | %sThe attribute "%ls" is declared more than once. |
11181118
| 2311 | 16 | No | %sThe attribute "%ls" is declared more than once within "%ls". |
1119-
| 2312 | 16 | No | %sThe value of attribute '%ls' does not conform to the type definition 'https://www.w3.org/2001/XMLSchema#%ls': '%ls'. |
1119+
| 2312 | 16 | No | %sThe value of attribute '%ls' does not conform to the type definition 'http://www.w3.org/2001/XMLSchema#%ls': '%ls'. |
11201120
| 2313 | 16 | No | %sThe attribute "%ls" cannot have a value of "%ls". |
11211121
| 2314 | 16 | No | %sThe attribute "%ls" cannot have a negative value. |
11221122
| 2315 | 16 | No | %sThe attribute "%ls" should have a string value. |
@@ -3039,7 +3039,7 @@ The table contains error message numbers and the description, which is the text
30393039
| 6869 | 16 | No | Attempt to redefine namespace prefix '%.*ls' |
30403040
| 6870 | 16 | No | Prefix '%.*ls' used in WITH XMLNAMESPACES clause contains an invalid XML identifier. '%c'(0x%04X) is the first character at fault. |
30413041
| 6871 | 16 | No | Prefix '%.*ls' used in WITH XMLNAMESPACES is reserved and cannot be used as a user-defined prefix. |
3042-
| 6872 | 16 | No | XML namespace prefix 'xml' can only be associated with the URI https://www.w3.org/XML/1998/namespace. This URI cannot be used with other prefixes. |
3042+
| 6872 | 16 | No | XML namespace prefix 'xml' can only be associated with the URI http://www.w3.org/XML/1998/namespace. This URI cannot be used with other prefixes. |
30433043
| 6873 | 16 | No | Redefinition of 'xsi' XML namespace prefix is not supported with ELEMENTS XSINIL option of FOR XML. |
30443044
| 6874 | 16 | No | Empty URI is not allowed in WITH XMLNAMESPACES clause. |
30453045
| 6875 | 16 | No | URI '%.*ls' used in WITH XMLNAMESPACES is invalid. '%c'(0x%04X) is the first character at fault. |
@@ -4171,11 +4171,11 @@ The table contains error message numbers and the description, which is the text
41714171
| 9304 | 16 | No | %sThis version of the server only supports XQuery version '1.0'. |
41724172
| 9305 | 16 | No | %sOnly type names followed by '?' are supported in the target of 'instance of'. |
41734173
| 9306 | 16 | No | %sThe target of 'replace value of' cannot be a union type, found '%ls'. |
4174-
| 9308 | 16 | No | %sThe argument of '%ls' must be of a single numeric primitive type or 'https://www.w3.org/2004/07/xpath-datatypes#untypedAtomic'. Found argument of type '%ls'. |
4175-
| 9309 | 16 | No | %sThe target of 'replace value of' cannot be 'https://www.w3.org/2001/XMLSchema#anySimpleType', found '%ls'. |
4174+
| 9308 | 16 | No | %sThe argument of '%ls' must be of a single numeric primitive type or 'http://www.w3.org/2004/07/xpath-datatypes#untypedAtomic'. Found argument of type '%ls'. |
4175+
| 9309 | 16 | No | %sThe target of 'replace value of' cannot be 'http://www.w3.org/2001/XMLSchema#anySimpleType', found '%ls'. |
41764176
| 9310 | 16 | No | %sThe 'with' clause of 'replace value of' cannot contain constructed XML. |
41774177
| 9311 | 16 | No | %sHeterogeneous sequences are not allowed in '%ls', found '%ls' and '%ls'. |
4178-
| 9312 | 16 | No | %s'%ls' is not supported on simple typed or 'https://www.w3.org/2001/XMLSchema#anyType' elements, found '%ls'. |
4178+
| 9312 | 16 | No | %s'%ls' is not supported on simple typed or 'http://www.w3.org/2001/XMLSchema#anyType' elements, found '%ls'. |
41794179
| 9313 | 16 | No | %sThis version of the server does not support multiple expressions or expressions mixed with strings in an attribute constructor. |
41804180
| 9314 | 16 | No | %sCannot implicitly atomize or apply 'fn:data()' to complex content elements, found type '%ls' within inferred type '%ls'. |
41814181
| 9315 | 16 | No | %sOnly constant expressions are supported for the name expression of computed element and attribute constructors. |
@@ -4195,7 +4195,7 @@ The table contains error message numbers and the description, which is the text
41954195
| 9330 | 16 | No | %sOnly comparable types are allowed in '%ls', found '%ls'. |
41964196
| 9331 | 16 | No | %sSyntax error near '%ls', expected '%ls' or '%ls'. |
41974197
| 9332 | 16 | No | %sSyntax error near '%ls', expected 'where', '(stable) order by' or 'return'. |
4198-
| 9333 | 16 | No | %s'//' followed by 'self', 'parent' or 'descendant-or-self' axes is not supported when it encounters simple typed or 'https://www.w3.org/2001/XMLSchema#anyType' elements, found '%ls'. |
4198+
| 9333 | 16 | No | %s'//' followed by 'self', 'parent' or 'descendant-or-self' axes is not supported when it encounters simple typed or 'http://www.w3.org/2001/XMLSchema#anyType' elements, found '%ls'. |
41994199
| 9334 | 16 | No | %sThe 'form' attribute cannot be specified on a local attribute or element definition that has the 'ref' attribute. Location: '%ls'. |
42004200
| 9335 | 16 | No | %sThe XQuery syntax '%ls' is not supported. |
42014201
| 9336 | 16 | No | %sThe XML Schema syntax '%ls' is not supported. |
@@ -4265,10 +4265,10 @@ The table contains error message numbers and the description, which is the text
42654265
| 9461 | 16 | No | XML %ls starting with '%.*ls' is %d characters long, which exceeds the limit. Maximum allowed length is %d characters. |
42664266
| 9462 | 16 | No | XML parsing: line %d, character %d, not all chunks of value have been read |
42674267
| 9463 | 16 | No | XML parsing: line %d, character %d, xml:space has a non-legal value |
4268-
| 9464 | 16 | No | XML parsing: line %d, character %d, XML namespace prefix 'xml' can only be associated with the URI https://www.w3.org/XML/1998/namespace. This URI cannot be used with other prefixes. |
4268+
| 9464 | 16 | No | XML parsing: line %d, character %d, XML namespace prefix 'xml' can only be associated with the URI http://www.w3.org/XML/1998/namespace. This URI cannot be used with other prefixes. |
42694269
| 9465 | 16 | No | XML parsing: line %d, character %d, XML namespace prefix 'xmlns' is reserved for use by XML. |
4270-
| 9466 | 16 | No | XML parsing: line %d, character %d, XML namespace xml namespace URI (https://www.w3.org/XML/1998/namespace) must be assigned only to prefix 'xml'. |
4271-
| 9467 | 16 | No | XML parsing: line %d, character %d, xmlns namespace URI (https://www.w3.org/2000/xmlns/) is reserved and must not be used. |
4270+
| 9466 | 16 | No | XML parsing: line %d, character %d, XML namespace xml namespace URI (http://www.w3.org/XML/1998/namespace) must be assigned only to prefix 'xml'. |
4271+
| 9467 | 16 | No | XML parsing: line %d, character %d, xmlns namespace URI (http://www.w3.org/2000/xmlns/) is reserved and must not be used. |
42724272
| 9480 | 16 | No | XML parsing: line %d, character %d, unsupported xml |
42734273
| 9500 | 16 | No | The data type '%.*ls' used in the VALUE method is invalid. |
42744274
| 9501 | 16 | No | XQuery: Unable to resolve sql:variable('%.*ls'). The variable must be declared as a scalar TSQL variable. |

docs/relational-databases/import-export/xml-format-files-sql-server.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "XML Format Files (SQL Server) | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "03/14/2017"
4+
ms.date: 01/11/2019
55
ms.prod: sql
66
ms.prod_service: "database-engine, sql-database, sql-data-warehouse, pdw"
77
ms.reviewer: ""
@@ -313,7 +313,7 @@ XmlNodeList ColumnList = myDoc.GetElementsByTagName("COLUMN");
313313
for(int i=0;i<ColumnList.Count;i++)
314314
{
315315
Console.Write("COLUMN: xsi:type=" +ColumnList[i].Attributes["type",
316-
"https://www.w3.org/2001/XMLSchema-instance"].Value+"\n");
316+
"http://www.w3.org/2001/XMLSchema-instance"].Value+"\n");
317317
}
318318
```
319319

@@ -359,7 +359,7 @@ for(int i=0;i<ColumnList.Count;i++)
359359
<?xml version="1.0"?>
360360
<BCPFORMAT
361361
xmlns="https://schemas.microsoft.com/sqlserver/2004/bulkload/format"
362-
xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance">
362+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
363363
<RECORD>
364364
<FIELD ID="1" xsi:type="CharTerm" TERMINATOR="\t"
365365
MAX_LENGTH="12"/>
@@ -395,7 +395,7 @@ xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance">
395395
<?xml version="1.0"?>
396396
<BCPFORMAT
397397
xmlns="https://schemas.microsoft.com/sqlserver/2004/bulkload/format"
398-
xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance">
398+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
399399
<RECORD>
400400
<FIELD ID="1" xsi:type="CharTerm" TERMINATOR="\t"
401401
MAX_LENGTH="12"/>
@@ -430,7 +430,7 @@ xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance">
430430
<?xml version = "1.0"?>
431431
<BCPFORMAT
432432
xmlns="https://schemas.microsoft.com/sqlserver/2004/bulkload/format"
433-
xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance">
433+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
434434
<RECORD>
435435
<FIELD ID="1" xsi:type="CharTerm" TERMINATOR="\t"
436436
MAX_LENGTH="12"/>
@@ -462,7 +462,7 @@ xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance">
462462
<?xml version = "1.0"?>
463463
<BCPFORMAT
464464
xmlns="https://schemas.microsoft.com/sqlserver/2004/bulkload/format"
465-
xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance">
465+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
466466
<RECORD>
467467
<FIELD xsi:type="CharTerm" ID="C1" TERMINATOR="\t"
468468
MAX_LENGTH="4"/>
@@ -504,7 +504,7 @@ CREATE TABLE t_xml (c1 int, c2 xml)
504504
```xml
505505
<?xml version="1.0"?>
506506
<BCPFORMAT xmlns="https://schemas.microsoft.com/sqlserver/2004/bulkload/format"
507-
xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance">
507+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
508508
<RECORD>
509509
<FIELD ID="1" xsi:type="NativePrefix" PREFIX_LENGTH="1"/>
510510
<FIELD ID="2" xsi:type="NCharPrefix" PREFIX_LENGTH="8"/>
@@ -523,7 +523,7 @@ xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance">
523523
<?xml version="1.0"?>
524524
<BCPFORMAT
525525
xmlns="https://schemas.microsoft.com/sqlserver/2004/bulkload/format"
526-
xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance">
526+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
527527
<RECORD>
528528
<FIELD ID="1" xsi:type="CharFixed" LENGTH="10"/>
529529
<FIELD ID="2" xsi:type="CharFixed" LENGTH="6"/>

docs/relational-databases/indexes/columnstore-indexes-query-performance.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Columnstore indexes - Query performance | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "12/01/2017"
4+
ms.date: 01/11/2019
55
ms.prod: sql
66
ms.prod_service: "database-engine, sql-database, sql-data-warehouse, pdw"
77
ms.reviewer: ""
@@ -14,6 +14,7 @@ manager: craigg
1414
monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017||=azuresqldb-mi-current"
1515
---
1616
# Columnstore indexes - Query performance
17+
1718
[!INCLUDE[appliesto-ss-asdb-asdw-pdw-md](../../includes/appliesto-ss-asdb-asdw-pdw-md.md)]
1819

1920
Recommendations for achieving the very fast query performance that columnstore indexes are designed to provide.
@@ -135,7 +136,7 @@ FROM FactResellerSalesXL_CCI
135136
```
136137

137138
### String predicate pushdown
138-
When designing a data warehouse schema, the recommended schema modeling is to use star-schema or snowflake schema consisting of one or more fact tables and many dimension tables. The [fact table](https://en.wikipedia.org/wiki/Fact_table) stores the business measurements or transactions and [dimension table](https://en.wikipedia.org/wiki/Dimension_table) store the dimensions across which facts need to be analyzed.
139+
When designing a data warehouse schema, the recommended schema modeling is to use star-schema or snowflake schema consisting of one or more fact tables and many dimension tables. The [fact table](https://wikipedia.org/wiki/Fact_table) stores the business measurements or transactions and [dimension table](https://wikipedia.org/wiki/Dimension_table) store the dimensions across which facts need to be analyzed.
139140

140141
For example, a fact can be a record representing a sale of a particular product in a specific region while the dimension represents a set of regions, products and so on. The fact and dimension tables are connected through a primary/foreign key relationship. Most commonly used analytics queries join one or more dimension tables with the fact table.
141142

docs/relational-databases/server-management-objects-smo/tasks/creating-altering-and-removing-indexes.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Creating, Altering, and Removing Indexes | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "08/06/2017"
4+
ms.date: 01/11/2019
55
ms.prod: sql
66
ms.prod_service: "database-engine"
77
ms.reviewer: ""
@@ -17,6 +17,7 @@ manager: craigg
1717
monikerRange: "=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017||=azuresqldb-mi-current"
1818
---
1919
# Creating, Altering, and Removing Indexes
20+
2021
[!INCLUDE[appliesto-ss-asdb-asdw-xxx-md](../../../includes/appliesto-ss-asdb-asdw-xxx-md.md)]
2122

2223
In the [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] Management Objects (SMO) hierarchy, indexes are represented by the <xref:Microsoft.SqlServer.Management.Smo.Index> object. The indexed columns are represented by a collection of <xref:Microsoft.SqlServer.Management.Smo.IndexedColumn> objects represented by the <xref:Microsoft.SqlServer.Management.Smo.Index.IndexedColumns%2A> property.
@@ -203,7 +204,7 @@ Public Class A
203204
Dim tb As New Table(db1, "XmlTable3")
204205
205206
Dim mySample As New XmlSchemaCollection(db1, "Sample4", "dbo")
206-
mySample.Text = "<xsd:schema xmlns:xsd=""https://www.w3.org/2001/XMLSchema"" targetNamespace=""NS2""> <xsd:element name=""elem1"" type=""xsd:integer""/></xsd:schema>"
207+
mySample.Text = "<xsd:schema xmlns:xsd=""http://www.w3.org/2001/XMLSchema"" targetNamespace=""NS2""> <xsd:element name=""elem1"" type=""xsd:integer""/></xsd:schema>"
207208
mySample.Create()
208209
209210
Dim col11 As Column
@@ -266,7 +267,7 @@ public class A {
266267
Table tb = new Table(db1, "XmlTable3");
267268
268269
XmlSchemaCollection mySample = new XmlSchemaCollection(db1, "Sample4", "dbo");
269-
mySample.Text = "<xsd:schema xmlns:xsd=\"https://www.w3.org/2001/XMLSchema\" targetNamespace=\"NS2\"> <xsd:element name=\"elem1\" type=\"xsd:integer\"/></xsd:schema>";
270+
mySample.Text = "<xsd:schema xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" targetNamespace=\"NS2\"> <xsd:element name=\"elem1\" type=\"xsd:integer\"/></xsd:schema>";
270271
mySample.Create();
271272
272273
Column col11;

docs/relational-databases/server-management-objects-smo/tasks/using-xml-schemas.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Using XML Schemas | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "08/06/2017"
4+
ms.date: 01/11/2019
55
ms.prod: sql
66
ms.prod_service: "database-engine"
77
ms.reviewer: ""
@@ -17,6 +17,7 @@ manager: craigg
1717
monikerRange: "=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017||=azuresqldb-mi-current"
1818
---
1919
# Using XML Schemas
20+
2021
[!INCLUDE[appliesto-ss-asdb-asdw-xxx-md](../../../includes/appliesto-ss-asdb-asdw-xxx-md.md)]
2122

2223
XML programming in SMO is limited to providing XML data types, XML namespaces, and simple indexing on XML data type columns.
@@ -39,7 +40,7 @@ db = srv.Databases("AdventureWorks2012")
3940
'Define an XmlSchemaCollection object by supplying the parent database and name arguments in the constructor.
4041
Dim xsc As XmlSchemaCollection
4142
xsc = New XmlSchemaCollection(db, "MySampleCollection")
42-
xsc.Text = "\<schema xmlns=" + Chr(34) + "https://www.w3.org/2001/XMLSchema" + Chr(34) + " xmlns:ns=" + Chr(34) + "https://ns" + Chr(34) + ">\<element name=" + Chr(34) + "e" + Chr(34) + " type=" + Chr(34) + "dateTime" + Chr(34) + "/></schema>"
43+
xsc.Text = "\<schema xmlns=" + Chr(34) + "http://www.w3.org/2001/XMLSchema" + Chr(34) + " xmlns:ns=" + Chr(34) + "https://ns" + Chr(34) + ">\<element name=" + Chr(34) + "e" + Chr(34) + " type=" + Chr(34) + "dateTime" + Chr(34) + "/></schema>"
4344
'Create the XML schema collection on the instance of SQL Server.
4445
xsc.Create()
4546
```
@@ -59,7 +60,7 @@ xsc.Create()
5960
// database and name arguments in the constructor.
6061
XmlSchemaCollection xsc = default(XmlSchemaCollection);
6162
xsc = new XmlSchemaCollection(db, "MySampleCollection");
62-
xsc.Text = "\<schema xmlns=" + Strings.Chr(34) + "https://www.w3.org/2001/XMLSchema" + Strings.Chr(34) + " xmlns:ns=" + Strings.Chr(34) + "https://ns" + Strings.Chr(34) + ">\<element name=" + Strings.Chr(34) + "e" + Strings.Chr(34) + " type=" + Strings.Chr(34) + "dateTime" + Strings.Chr(34) + "/></schema>";
63+
xsc.Text = "\<schema xmlns=" + Strings.Chr(34) + "http://www.w3.org/2001/XMLSchema" + Strings.Chr(34) + " xmlns:ns=" + Strings.Chr(34) + "https://ns" + Strings.Chr(34) + ">\<element name=" + Strings.Chr(34) + "e" + Strings.Chr(34) + " type=" + Strings.Chr(34) + "dateTime" + Strings.Chr(34) + "/></schema>";
6364
//Create the XML schema collection on the instance of SQL Server.
6465
xsc.Create();
6566
}
@@ -82,8 +83,8 @@ $xsc = New-Object -TypeName Microsoft.SqlServer.Management.SMO.XmlSchemaCollecti
8283
8384
#Add the xml
8485
$dq = '"' # the double quote character
85-
$xsc.Text = "<schema xmlns=" + $dq + "https://www.w3.org/2001/XMLSchema" + $dq + `
86-
" xmlns:ns=" + $dq + "https://ns" + $dq + "><element name=" + $dq + "e" + $dq +`
86+
$xsc.Text = "<schema xmlns=" + $dq + "http://www.w3.org/2001/XMLSchema" + $dq + `
87+
" xmlns:ns=" + $dq + "http://ns" + $dq + "><element name=" + $dq + "e" + $dq +`
8788
" type=" + $dq + "dateTime" + $dq + "/></schema>"
8889
8990
#Create the XML schema collection on the instance of SQL Server.

0 commit comments

Comments
 (0)