bezzad / ErrorControlSystem

ErrorControlSystem is a .NET library created to automate handling .NET Windows-Base application exceptions and raise that to a sql server. This exception handler have some features as screen capturing, fetch server date time in exception occurrence time and etc.
http://bezzad.github.io/ErrorControlSystem/
GNU General Public License v3.0
32 stars 14 forks source link

Script to create the Database itself #34

Closed Hamcker closed 9 years ago

Hamcker commented 9 years ago

It's much better to have a little script to create the database itself. I suggest to add this script at the beginning of Table Creator scripts, Thus, We'll be able to reduce user need work. By this, the user would only consider the ServerName. Or It's better to choose DB name by default if it's omitted. for example xxxECS (which xxx is the application name) is much better than names which developers will choose.

bezzad commented 9 years ago

Hi, This proposal already solved. but the default name of database if it's omitted was good idea. Thanks for commit, i will try to add that feature as soon.