Management Commands

Adding sqlserver_ado.sql_app to your INSTALLED_APPS adds the following custom management commands.

dbgui

This will launch SQL Management Studio, connected to your project’s default database.

python manage.py dbgui

install_regex_clr

This will install the regex_clr assembly, located in the sqlserver_ado folder in to the specified database.

python manage.py install_regex_clr database_name