Using the ScriptExecuter utility, you can export data from an SQL database complying with relevant criteria to the .csv file. For example, the data by dishes, prices, sales (cash and non-cash payments, returns) over a specified period.
For proper work of the utility, installed MS SQL is needed.
To export the data, download the ScriptExecuter distributive. The distribution package contains:
To configure export, first, create a link to the SQL database (web.udl).
Create a file with the .udl extension for configuring connection with MS SQL
For correct work of ScriptExecuter.exe, create all three files — the parameters file, the request file and the .udl file — in the UTF-16 LE coding. |
Now, create an SQL request (SQLQuery3.sql). Below is an example of a simplest request:
SELECT COUNT(*) FROM [RK169].[dbo].[MENUITEMS] |
Create a list.txt file. In this file, specify the parameters from the readme.txt file that will define the export from the SQL database.
Example:
Below are command variants from the readme.txt file:
Before running the utility, create a ScriptExecuter shortcut and indicate the parameter -list:list.txt in the shortcut properties.
Once the shortcut is run, a folder (in our case this is the 73905 folder) containing the TEST.csv should appear in the root directory. A folder containing logs (Log folder) is also created. Here you can track the operations, their success, and errors.
There is an adjustment allowing to export data from StoreHouse.
The article has an attachment containing two files.
MS SQL must be installed on your computer.
Usage: Run the 105829 script or open it as a text file and copy-paste it to the MS SQL console
Attachments: