Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agoyamo/micosoft-sql-service-handler
This simple program will start the SQL Server Service before opening Management and will stop the service after closing Management
https://github.com/agoyamo/micosoft-sql-service-handler
microsoft microsoft-sql-server service sql sql-server
Last synced: about 1 month ago
JSON representation
This simple program will start the SQL Server Service before opening Management and will stop the service after closing Management
- Host: GitHub
- URL: https://github.com/agoyamo/micosoft-sql-service-handler
- Owner: AgoYaMo
- Created: 2017-02-17T11:55:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-01T13:38:18.000Z (almost 8 years ago)
- Last Synced: 2024-10-13T07:23:15.126Z (2 months ago)
- Topics: microsoft, microsoft-sql-server, service, sql, sql-server
- Language: C#
- Size: 11.7 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Micosoft-SQL-Service-Handler
This simple program will start the SQL Server Service before opening Management and will stop the service after closing ManagementIf you want to start Microsoft SQL Server's service everytime you open Microsoft SQL Server Management and stop the service when you close the application, this little program will help you out.
Simply execute this program instead your shortcut (you need to be admin).
You also can edit (in the code before compiling it) the Path to your SQL Server Management install directory if you changed it.