Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 560 Bytes

File metadata and controls

16 lines (11 loc) · 560 Bytes

BulkToSQL (C# WinForms)

A tool to bulk insert Excel data into SQL Server in under 1 second, replacing an existing manual SSMS workflow.

Key Impact

  • Reduced data import time from ~50 mins to <1 sec using SqlBulkCopy.
  • Enabled scalable ingestion of banking machine log data across multiple branches.
  • Replaced existing manual process.

Visual Summary

Optimization Flow

Form Logic (extra)

Form Logic Diagram]

Real-world project built to solve a scaling data ops problem.