SQL Server Insert New XML Node at the EndThis post is a simple illustration of insert an empty node at the end of an existing node. […] April 8, 2017 in SQL Server by Mike
SQL Server Count Occurrences of a SubstringHow do you count the number of occurrences of a certain substring in a SQL Server varchar, and […] April 8, 2017 in SQL Server tagged csv / length / modulo by Mike
SQL Server XQuery Insert xml NodeHow do you insert xml into a node in another xml using XQuery? This post discussed that. This […] April 7, 2017 in SQL Server tagged xml / insert / node by Mike
SQL Server csv in xml out Project Part 12Create an Empty xml File Here we need to simply create an empty xml file. The file will […] April 7, 2017 in SQL Server tagged out / export / sql / xml / csv / SQL CSV XML Project by Mike
SQL Server csv in xml out Project Part 11Create XML From Tables What we have in the input file is shown below. After that, we show […] April 7, 2017 in SQL Server tagged xml / csv / out / export / sql / SQL CSV XML Project by Mike
SQL Server csv in xml out Project Part 10Part 10 April 7, 2017 in SQL Server tagged export / sql / xml / csv / out / SQL CSV XML Project by Mike
SQL Server csv in xml out Project Part 9Part 9 April 7, 2017 in SQL Server tagged out / export / sql / xml / csv / SQL CSV XML Project by Mike
SQL Server csv in xml out Project Part 8Part 8 usp_15NoDuplicateOrders April 7, 2017 in SQL Server tagged xml / csv / out / export / sql / SQL CSV XML Project by Mike
SQL Server csv in xml out Project Part 7This is the code for usp_11CheckIfFileExists in our I Love Books project. Before looking at all of the […] April 7, 2017 in SQL Server tagged export / sql / xml / csv / out / SQL CSV XML Project by Mike
SQL Server DatetimeThe topic of date and time in SQL Server requires more attention than any of the other data […] April 6, 2017 in SQL Server tagged date / time / datetime / data / function by Mike
SQL Server csv in xml out Project Part 6In this post we will focus on cleaning the incoming data. In our project, the stored procedure that […] April 4, 2017 in SQL Server tagged validation / out / export / sql / xml / csv / clean / SQL CSV XML Project by Mike
SQL Server csv in xml out Project Part 5In this blog we will be focusing on an easier part of the program. All we need to […] April 2, 2017 in SQL Server tagged export / sql / xml / csv / out / SQL CSV XML Project by Mike