I'm testing the API from the Cypress tool. For my requirement I have connected to my SQL Server DB using coffeescript and tedious npm packages with the required settings. With that I'm also able to run the SQL queries like this... cy.sqlServerDB2("SQL Query...")
But now I have got a 200 line SQL Script which have placed in the root directory as "CreatePhysicalData.sql".
Now my requirement is to run the "CreatePhysicalData.sql" script. Can someone help me with it please.
Thanks