Question: describe how you would go about this scenario using Python/SQL server Scenario: Data Ingestion A request was sent into Data Operations to load FY22 budget
Scenario: Data Ingestion A request was sent into Data Operations to load FY22 budget numbers. A csv file has been provided. The file name is FY22Budget.csv. The data needs to be loaded into a Microsoft SQL Server database. The database name is EDWStage. The table name is FYBudget. The file contains the following fields: Fiscal Year, Cost Center, Budget Amount What Microsoft tools would be best to ingest the file into the database? What steps could be used to check and make sure the data from the file matches the data within the EDWStage database
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
