Is there a way of printing the results of a batch file to a SQL Server database? I have managed to print the results to a txt file but I would like to print the results to a database instead.
I need to print each line of the result as it happens otherwise I would just insert the contents of the txt file into the database at the end.
Anyone got any ideas?