@@ -358,7 +358,7 @@ for(int i=0;i<ColumnList.Count;i++)
358358``` xml
359359<?xml version =" 1.0" ?>
360360<BCPFORMAT
361- xmlns=" https ://schemas.microsoft.com/sqlserver/2004/bulkload/format"
361+ xmlns=" http ://schemas.microsoft.com/sqlserver/2004/bulkload/format"
362362xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" >
363363 <RECORD >
364364 <FIELD ID =" 1" xsi : type =" CharTerm" TERMINATOR =" \t"
@@ -394,7 +394,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
394394``` xml
395395<?xml version =" 1.0" ?>
396396<BCPFORMAT
397- xmlns=" https ://schemas.microsoft.com/sqlserver/2004/bulkload/format"
397+ xmlns=" http ://schemas.microsoft.com/sqlserver/2004/bulkload/format"
398398xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" >
399399 <RECORD >
400400 <FIELD ID =" 1" xsi : type =" CharTerm" TERMINATOR =" \t"
@@ -429,7 +429,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
429429``` xml
430430<?xml version = " 1.0" ?>
431431<BCPFORMAT
432- xmlns=" https ://schemas.microsoft.com/sqlserver/2004/bulkload/format"
432+ xmlns=" http ://schemas.microsoft.com/sqlserver/2004/bulkload/format"
433433xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" >
434434 <RECORD >
435435 <FIELD ID =" 1" xsi : type =" CharTerm" TERMINATOR =" \t"
@@ -461,7 +461,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
461461``` xml
462462<?xml version = " 1.0" ?>
463463<BCPFORMAT
464- xmlns=" https ://schemas.microsoft.com/sqlserver/2004/bulkload/format"
464+ xmlns=" http ://schemas.microsoft.com/sqlserver/2004/bulkload/format"
465465 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
466466 <RECORD >
467467 <FIELD xsi : type =" CharTerm" ID =" C1" TERMINATOR =" \t"
@@ -503,7 +503,7 @@ CREATE TABLE t_xml (c1 int, c2 xml)
503503
504504``` xml
505505<?xml version =" 1.0" ?>
506- <BCPFORMAT xmlns =" https ://schemas.microsoft.com/sqlserver/2004/bulkload/format"
506+ <BCPFORMAT xmlns =" http ://schemas.microsoft.com/sqlserver/2004/bulkload/format"
507507xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" >
508508 <RECORD >
509509 <FIELD ID =" 1" xsi : type =" NativePrefix" PREFIX_LENGTH =" 1" />
@@ -522,7 +522,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
522522``` xml
523523<?xml version =" 1.0" ?>
524524<BCPFORMAT
525- xmlns =" https ://schemas.microsoft.com/sqlserver/2004/bulkload/format"
525+ xmlns =" http ://schemas.microsoft.com/sqlserver/2004/bulkload/format"
526526 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
527527 <RECORD >
528528 <FIELD ID =" 1" xsi : type =" CharFixed" LENGTH =" 10" />
0 commit comments