https://github.com/jacob0421/sqlreader
Mini project learning how to use C# to read from XML config and call a Stored proc from a local instance of Microsoft SQL Server to write out to a CSV
https://github.com/jacob0421/sqlreader
csharp microsoft-sql-server sql xml
Last synced: 4 months ago
JSON representation
Mini project learning how to use C# to read from XML config and call a Stored proc from a local instance of Microsoft SQL Server to write out to a CSV
- Host: GitHub
- URL: https://github.com/jacob0421/sqlreader
- Owner: Jacob0421
- Created: 2023-11-29T19:28:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-07T11:35:29.000Z (over 2 years ago)
- Last Synced: 2025-01-18T13:57:14.126Z (over 1 year ago)
- Topics: csharp, microsoft-sql-server, sql, xml
- Language: C#
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQLReader
Mini project learning how to use C# to read from XML config and call a Stored proc from a local instance of Microsoft SQL Server to write out to a CSV
Project is meant to learn how to take config inputs and create a connection to SQL DB Instance (local), then run a StoredProc on the `Dev.dbo.Customers` table to form an 'extract' and output this data to a .csv file (See ~\TestOutputPath\SQLReaderOutput.csv)
Project currently references a project app config named ~\bin\Debug\net7.0\SQLReader.dll.config which has a reference back to the original SQLReaderConfig.xml.
**NOTE: All data referenced in the system was automatically generated through Mockaroo.com**