Giter VIP home page Giter VIP logo

databasetools's Introduction

Database Tools

Database Tools is a WinForm application written in C# for managing Microsoft SQL Server databases. It makes common tasks like backup and restore simple, without needing to know the elaborate commands or technical details to perform those operations. Each operation is referred to as a job, and you can queue up several jobs and run them synchronously. You can also save jobs to a file to run them later. The program will save the job data in XML format.

Features:

  • When logging into the SQL server at startup, you can select SQL or Windows authentication. Using Windows authentication assumes the current account has rights to access the server.
  • Includes four basic job types: backup, restore, shrink, and copy. You can add, edit, or delete jobs as desired, and cancel job execution at any point.
  • Each type of job supports different kinds of tasks, such as backing up all user databases, or restoring all backups within a given directory.
  • Keeps track of most recently used job files.
  • Maintains a system log for any errors generated during job execution.
  • Includes a wizard for creating a SQL script for backing up selected databases.
  • Can be run silently from the command line, useful for running jobs within a scheduled task.

Sample command: dbtools.exe /jobfile:"c:\Some job file.xml" /server:myserver /auth:SQL /user:MyUserId /password:MyPassword

If /auth:Windows is used, the account associated with the calling process is assumed to have rights to access the server.

It uses the following open source libraries:

databasetools's People

Contributors

thisiscmt avatar

Stargazers

Ashiq Ifthikharul Islam avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.