I needed to bulk import a text file to a table but I couldn’t use BULK INSERT as the text file was only for a few columns that were present in the destination table. Rather than bulk insert to a new temporary table and insert the data from here, I Continue Reading