SQL Server csv in xml out Project Part 3This post continues from the previous post, Part 2. Here is the sql code that creates a new […] April 1, 2017 in SQL Server tagged export / sql / xml / csv / out / SQL CSV XML Project by Mike
SQL Server csv in xml out Project Part 2This is a continuation of the first post. Input Data Specifications – Initial Thoughts In this section we […] April 1, 2017 in SQL Server tagged xml / csv / relationships / primary key / foreign key / database diagram / SQL CSV XML Project by Mike
SQL Server csv in xml out ProjectUsing SQL Server we will design a project where we process an incoming csv file and prepare an […] April 1, 2017 in SQL Server tagged algorithm / project / xml / csv / SQL CSV XML Project by Mike
SQL Server Typed XML using XSD Part 2Just as a database has a schema, XML has a schema. The XML schema defines the structure of […] March 31, 2017 in SQL Server tagged xml / xsd / schema by Mike
SQL Server Table to XML VariableThis post is about working with XML in SQL Server. We are going to convert data in a […] March 31, 2017 in SQL Server tagged xml by Mike
Transform an XML Document’s Attributes into ElementsIf you have an XML document that uses attributes only, you can easily transform that document into a […] March 4, 2017 in SQL Server tagged xml by Mike
Import XML File to Excel Part 2This blog post continues from the previous one called Import XML File to Excel. Now, assume we have […] February 19, 2017 in Database tagged excel / xml / import by Mike
Import XML File to ExcelIn this blog post we follow the instruction at the MSDN website’s article Creating an XML Mapping Schema […] February 19, 2017 in Database tagged excel / xml / import / VBA by Mike