Begin Tran
torsten.strauss
Posts: 271 Silver 3
in SQL Prompt
Hi Redate Team,
I wonder why a BEGIN TRAN is not formatted like a BEGIN statement
Should look like this:
Would be nice to see this implementation in the next release.
Thanks!
Torsten
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
Tagged:
Answers
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
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
Yes it is the same idea and I voted for it a few minutes ago.
Thanks for your support!
Torsten