Hi Redate Team,

I wonder why a BEGIN TRAN is not formatted like a BEGIN statement
BEGIN TRAN T1
INSERT dbo.test ( col2 ) VALUES ( DEFAULT )
SELECT database_transaction_log_bytes_used
FROM sys.dm_tran_database_transactions
WHERE database_id = DB_ID()
COMMIT TRAN T1

Should look like this:
BEGIN TRAN T1
	INSERT dbo.test ( col2 ) VALUES ( DEFAULT )
	SELECT database_transaction_log_bytes_used
	FROM sys.dm_tran_database_transactions
	WHERE database_id = DB_ID()
COMMIT TRAN T1

Would be nice to see this implementation in the next release.

Thanks!

Torsten
torsten.strauss
0

Comments

5 comments

  • way0utwest
    That should be an option. I'm not sure I've indented transactions like that, but it would be nice to choose if I'd like to.
    way0utwest
    0
  • way0utwest
    Sorry, did you post this on UserVoice?
    way0utwest
    0
  • torsten.strauss
    Hi!

    If you filter the threads in UserVoice by "under review" for example, you will see that most of the suggestions are in that state since 10 months...
    "Planned" up to 3 years ago...

    So I wonder if it makes sense to post suggestion in the UserVoice forum.

    Torsten
    torsten.strauss
    0
  • krzysztofkroczak
    Hi @torsten.strauss

    There's already described that idea on UserVoice:. Would it be possible to vote on that?

    Unfortunately, we should admit that the process of reviewing UserVoice was outside the main flow of development. We thought about it and we plan to have special meetings in 2018 to take UserVoice into our consideration.

    Best regards,
    Krzysztof Kroczak
    krzysztofkroczak
    0
  • torsten.strauss
    Hi Krzysztof,

    Yes it is the same idea and I voted for it a few minutes ago.

    Thanks for your support!

    Torsten
    torsten.strauss
    0

Add comment

Please sign in to leave a comment.