Tag: Batch
All the articles with the tag "Batch".
-
Adding SQL Script Filenames to Batch Script Output CSV
When working with batch scripts to execute multiple SQL scripts, it's often helpful to log not only the results but also the filenames of the executed scripts. This can make it easier to track which
-
Automating SQL Script Execution and Logging with Batch Scripts
Introduction Automating database tasks can significantly enhance productivity, especially when dealing with multiple SQL scripts. In this tutorial, we will create a batch script to execute SQL scripts