Hi redgate Team,

I though this was fixed already.
In the latest version it pops up again:

[code]

-- Create a table
DROP TABLE IF EXISTS test;
GO

CREATE TABLE test ( col1 int NOT NULL, col2 int NOT NULL );
GO
; -- This semicolon is not needed. Even it is send to a new line. Delete and reformat again ...

-- Insert 1000000 records
WITH cte
AS (  SELECT 1 AS T )
SELECT cte;
GO

[/code]

Thanks for fixing it!

Torsten
torsten.strauss
0

Comments

9 comments

  • RichardL
    Hi @torsten.strauss

    Thanks for this. 

    Could you send us a ticket again for this one please? 

    Best

    Richard Lynch. 
    RichardL
    0
  • torsten.strauss
    Hi Richard!

    Do I really need to send a ticket for this?
    I thought the aim of this forum is to address these issues...

    Torsten
    torsten.strauss
    0
  • torsten.strauss
    Any news here?
    Thanks!
    Torsten
    torsten.strauss
    0
  • RichardL
    Hi @torsten.strauss

    Thanks again for your reply and apologies for any seemingly contradictory information. 

    I suppose the thing is that if you submit a support ticket then issues will get checked out faster than on here generally speaking. It is good though at the same time to post them here so that others with similar issues can see it and help or see what help is being given on here. 

    If you'd like, when you raise these in future I could make a ticket for you as well? 

    Let me know what you think. 

    Kind regards

    Richard Lynch. 
    RichardL
    0
  • torsten.strauss
    Hi Richard!

    I mean if other customers will always create a ticket as well as posting the issues here for sure I will do the same.
    Would be nice if you can give me a hint where I can raise a ticket- thanks!

    Torsten
    torsten.strauss
    0
  • torsten.strauss
    This still an issue.
    Can we expect to see a fix?

    Thanks!

    Torsten
    MVP Data Platform
    torsten.strauss
    0
  • kalo
    Hi Torsten,

    I for one have adopted the strategy of posting question and submitting request if I find what i think is a bug - the question might make other users aware of it and the request should get it looked at quicker.

    I can't always find my support list so rely on the links in the emails that get sent, but when you ask a question it does give an option to send a ticket


    https://productsupport.red-gate.com/hc/en-us



    kalo
    0
  • torsten.strauss
    Why do I have to raise a ticket here?
    I mean what is different to the other requests / posts here.
    Btw the link will give the following ;

    oops

    The page you were looking for doesn't exist

    You may have mistyped the address or the page may have moved

    Take me back to the home page

    torsten.strauss
    0
  • kalo
    apologies, edited the link, i'd missed off the h

    i guess the forum is an opportunity to discuss with other users as well as redgate support, as people might be able to offer workarounds or provide more evidence that the issue exists (persists in other versions).
    whereas in your case, if i understand correctly, you are suggesting a fix has been undone - so that would warrant a service request (if you have a support contract) because it should be prioritised.

    i suppose what might be good - to save us typing the same thing twice - is a convert question to request button.

    regards.
    kalo
    0

Add comment

Please sign in to leave a comment.