We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Inspectdb command now supports multiple schemas, use --schema to specify your schema to inpsect.
--schema
python manage.py inspectdb --schema "your_schema"
Remember to add mssql to INSTALLED_APPS
mssql
INSTALLED_APPS
INSTALLED_APPS = ( ... 'mssql', )