I have two servers - one Windows server with SQL Server Express and one Linux server.
On the Linux server I have a shell service which is waiting for a new folder. After something is added it checks if it's OK and after that it should create a new record, for example in table customer
it should create a new customer.
I already have the first part but I don´t know how to get the data from the shell script to the SQL Server.