I am trying to insert json file data into my local sql database tables which resides on my machine using git hub action pipelines.

Mangesh Pawar 1 Reputation point
2021-09-16T10:01:49.17+00:00

Hi,

I am trying to insert json file data into my local sql database tables which resides on my machine using git hub action pipelines.how we implement into github actions and Need to Know how we write insert scripts of sql in yaml file. Any Reference links will be appreciated.

Thanks in advance.

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,361 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Olaf Helper 43,246 Reputation points
    2021-09-16T12:51:30.847+00:00

    You already ask this https://learn.microsoft.com/en-us/answers/questions/554540/how-to-insert-json-file-data-into-local-sql-databa.html

    Better post to a GitHub forum, because that's nothing on SQL Server side.

    0 comments No comments