Skip to content

Bug: MSSQL Export contains typo in header #1153

Description

@chrischain

Describe the bug

Describe the bug
When using the MSSQL export function, the application adds a header that contains a typo in it:

`
-- Database export via SQLPro (https://www.sqlprostudio.com/)

-- Exported by username at 31-07-2026 10:01.

-- WARNING: This file may contain descructive statements such as DROPs.

-- Please ensure that you are running the script at the proper location.
`

The word "destructive" is misspelled as "descructive".

To Reproduce
Steps to reproduce the behavior:

  1. Go to MSSQL database name.
  2. Right-click on database name and choose Export > MSSQL.
  3. In the dialog, select "Include drop table statements" and at least one item to export. Select Export to: Open in new tab.
  4. The typo should be contained in the header of the document that is created by SQLPro Studio.

Expected behavior
Header should not contain typos.

Screenshot

Image

Additional details
It would be nice to be able to configure this header that is automatically added to any MSSQL exports.

Product

SQLPro Studio

App version

2026.175 (Build 111262.5)

Platform

macOS

Installation source

App Store

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions