real time code file change tracking & pack building for .NET projects
This is a small handy tool that tracks the code files that are being changed by the programmer in a project. At the end of the changes the programmer can build the change pack with one click that they can then submit for code reviews, code merges etc. to other team members. All the programmer needs to do is set the project path that should be monitored by this app for changes, set the destination path where all the changed files should be put to and click "Start Monitoring". The monitoring...
Export each line in a text file as a row in a table in MS SQL Server
Uses the Microsoft DTS (Data Transformation Services) Engine to export each line a text file (or a set of text files) as a row in a table in a Microsoft SQL Server (2000/2005) database.
Can filter for a folder, list of folders, exclusion list for files, selected file extensions.
Configuration kept in an XML file.