Hi Redgate Team,

SQL Prompt adds a few additional spaces (or tabs) between variable name and data type sometimes.
I have no clue where why this is the case for a few of the variables and for others not ...

DECLARE @DEPENDS_ON_TYPE_UID___uniqueidentifier;
DECLARE @HOSTED_ON_TYPE_UID_uniqueidentifier; -- Space no tab!
DECLARE @SUPPLIER_TYPE_UID___uniqueidentifier;
DECLARE @FACILITY_TYPE_UID____uniqueidentifier;
DECLARE @ENVIRONMET_TYPE_UID___uniqueidentifier;
DECLARE @RESOURCE_TYPE_UID_uniqueidentifier;
DECLARE @BUSINESS_TYPE_UID___uniqueidentifier;

Thanks for looking into this!

Torsten
torsten.strauss
0

Comments

1 comment

  • Michael Clark
    Hi @torsten.strauss,

    Thanks for reporting!

    Would it be possible to paste your actual/expected output in a code block? Are you expecting no spaces there or should they be aligned?

    Thanks,
    Michael
    Michael Clark
    0

Add comment

Please sign in to leave a comment.