T-SQL Parse a StringIn SQL Server, do you have a table with a column that has several values in it that […] November 15, 2021 in SQL Server tagged charindex / substring / csv / string / parse / SQL Server Parsing by Mike
Splitting a Large Text FileSome text files are so large that they become difficult to work with. For example, If you try […] November 14, 2021 in Database tagged csv / git / Bash / split / tsv / large / file / text by Mike
Text to SQL ServerWhile this is part 5 of this series, this will be the most simple example. I will be […] November 8, 2021 in SQL Server tagged csv / insert / bulk / tab / delimited / tsv / import / SQL Server Import 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 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 sql / xml / csv / out / export / 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 export / sql / xml / csv / out / SQL CSV XML Project by Mike
SQL Server csv in xml out Project Part 10Part 10 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 9Part 9 April 7, 2017 in SQL Server tagged sql / xml / csv / out / export / 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 export / sql / xml / csv / out / 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 out / export / sql / xml / csv / SQL CSV XML Project 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 csv / clean / validation / out / export / sql / xml / 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