Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there away to removed dbo. at the start of each table as this is causing an error within the insert.sql script #377

Open
solmazeradat opened this issue May 10, 2023 · 0 comments
Labels

Comments

@solmazeradat
Copy link

Hi,

When scanning source tables from an Azure MS SQL Database, each table name starts with dbo.[table name] as shown in the screenshot below:

image

The tabs for the whiteRabbit scan report also contain the leading dbo. When loaded into RabbitInAHat and generating a TestFramework (see below) the tables names still contain the leading dbo.

image

When setting up the unit testing and generating the insert.sql file the generated script is resulting in a error due to the leading dbo. before the table name

image

Is there anyway to stop the schema. name from being added to the table names in an Azure MS SQL Database as it seems to be resulting in an error in the unit testing stage?

Thanks,
Solmaz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant