Skip to content

Commit 6340c9b

Browse files
committed
Fixed improperly formatted note.
1 parent 1ba58d0 commit 6340c9b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/relational-databases/import-export/examples-of-bulk-import-and-export-of-xml-documents-sql-server.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ manager: "jhubbard"
3939

4040
- INSERT ... SELECT * FROM OPENROWSET(BULK...)
4141

42-
**Note:** For more information, see
43-
- [Import and Export Bulk Data by Using the bcp Utility (SQL Server).](../../relational-databases/import-export/import-and-export-bulk-data-by-using-the-bcp-utility-sql-server.md)
44-
- [Import Bulk Data by Using BULK INSERT or OPENROWSET (BULK...)(SQL Server).](../../relational-databases/import-export/import-bulk-data-by-using-bulk-insert-or-openrowset-bulk-sql-server.md)
45-
- [How to import XML into SQL Server with the XML Bulk Load component.](https://support.microsoft.com/en-us/kb/316005)
46-
- [XML Schema Collections (SQL Server)](../xml/xml-schema-collections-sql-server.md)
42+
For more information, see the following topics.
43+
- [Import and Export Bulk Data by Using the bcp Utility (SQL Server).](../../relational-databases/import-export/import-and-export-bulk-data-by-using-the-bcp-utility-sql-server.md)
44+
- [Import Bulk Data by Using BULK INSERT or OPENROWSET (BULK...)(SQL Server).](../../relational-databases/import-export/import-bulk-data-by-using-bulk-insert-or-openrowset-bulk-sql-server.md)
45+
- [How to import XML into SQL Server with the XML Bulk Load component.](https://support.microsoft.com/en-us/kb/316005)
46+
- [XML Schema Collections (SQL Server)](../xml/xml-schema-collections-sql-server.md)
4747

4848
## Examples
4949
The examples are the following:

0 commit comments

Comments
 (0)