I need some help in using the data that resides in SQL Server to be accessed from Google Big Query for the analytics.
I have all the transaction data in SQL Server and now we want to run some analytics on top of data using Big Query. But I didn't find a way to connect the data from the SQL Server.
You can pull a CSV using sqlcmd
, and then upload that to BigQuery