Is it possible to read in a txt file using sqlcmd, to avoid needing to type every cell by hand?
I've been given a txt file with every table row on one line, and every column seperated by a comma. (a .cvs file)
I've been trying to look up some commands but ... no luck!
Any and all help would be greatly appreciated!