Desktop application for management of Microsoft Sql Server Database.
- Log into DB server using connection string
- Creation, deletion and altering of DBs
- Creation, deletion and altering of tables
- Insertion, deletion and updating of rows
- Table sorting
- Column selection
- Table filtering
- Create savepoint
- Rollback to the last savepoint
- Management of indexes
- Primary keys and foreign keys constraints management
- ...
- C#
- Windows Forms
- ADO.NET