How to disable “Completion time:…” in SQL Server Messages windowRecovering from: A transport-level error has occurred when sending the request to the server in SSMSDoes failed task considered to be run to completion in SQL Server maintenance plan terminology?How to detect DBCC ShrinkDatabase completion percentage?Completion of SQL Job triggers start of job on a different SQL ServerHow to disable IO timeoutsSQL Server Management Studio 2016SQL Server - Grid Export, choose delimiterOrder to disable constraint in a SQL Server DatabaseCan SQL Server disable IntelliSense on SSMS?
How long do you think advanced cybernetic implants would plausibly last?
Is it okay to keep opened loose leaf tea packages in the freezer?
How do you harvest carrots in creative mode?
How do I make my image comply with the requirements of this photography competition?
If an earthquake can destroy buildings why it cant kill us according to physics?
Architectural feasibility of a tiered circular stone keep
Lost property on Portuguese trains
How to respectfully refuse to assist co-workers with IT issues?
Is there any way to keep a player from killing an NPC?
Can a Rogue PC teach an NPC to perform Sneak Attack?
If two Lore Bards used cutting words on an ability check or attack, would they stack?
How would a Creature that needs to be seen by Humans evolve?
Duplicate Files
Why is the UK so keen to remove the "backstop" when their leadership seems to think that no border will be needed in Northern Ireland?
How do I, an introvert, communicate to my friend and only colleague, an extrovert, that I want to spend my scheduled breaks without them?
Does Norwegian overbook flights?
Two questions about typesetting a Roman missal
Disambiguation of "nobis vobis" and "nobis nobis"
Are modern clipless shoes and pedals that much better than toe clips and straps?
Are the A380 engines interchangeable (given they are not all equipped with reverse)?
How to gently end involvement with an online community?
Improving Performance of an XY Monte Carlo
What should come first—characters or plot?
Non-visual Computers - thoughts?
How to disable “Completion time:…” in SQL Server Messages window
Recovering from: A transport-level error has occurred when sending the request to the server in SSMSDoes failed task considered to be run to completion in SQL Server maintenance plan terminology?How to detect DBCC ShrinkDatabase completion percentage?Completion of SQL Job triggers start of job on a different SQL ServerHow to disable IO timeoutsSQL Server Management Studio 2016SQL Server - Grid Export, choose delimiterOrder to disable constraint in a SQL Server DatabaseCan SQL Server disable IntelliSense on SSMS?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Every query I run in SSMS append the annoying message: "Completion time:...".
How can I disable that text?
sql-server sql-server-2016 ssms
add a comment |
Every query I run in SSMS append the annoying message: "Completion time:...".
How can I disable that text?
sql-server sql-server-2016 ssms
What application is this in? SSMS?
– SEarle1986
Aug 12 at 15:10
add a comment |
Every query I run in SSMS append the annoying message: "Completion time:...".
How can I disable that text?
sql-server sql-server-2016 ssms
Every query I run in SSMS append the annoying message: "Completion time:...".
How can I disable that text?
sql-server sql-server-2016 ssms
sql-server sql-server-2016 ssms
edited Aug 12 at 16:32
Ivanzinho
asked Aug 12 at 15:05
IvanzinhoIvanzinho
1481 silver badge6 bronze badges
1481 silver badge6 bronze badges
What application is this in? SSMS?
– SEarle1986
Aug 12 at 15:10
add a comment |
What application is this in? SSMS?
– SEarle1986
Aug 12 at 15:10
What application is this in? SSMS?
– SEarle1986
Aug 12 at 15:10
What application is this in? SSMS?
– SEarle1986
Aug 12 at 15:10
add a comment |
1 Answer
1
active
oldest
votes
The completion time message was added in SSMS 18.2
https://cloudblogs.microsoft.com/sqlserver/2019/07/25/sql-server-management-studio-18-2-is-now-generally-available/
I don't believe there is a way to turn it off
This appears to be correct, I couldn't find a relevant setting in Tools > Options. I was annoyed at first, but this feature is growing on me. Only issue I've had with it is scripts that dynamically create SQL code I need to copy and paste out and run; I now have to delete or avoid that last (new) line of output.
– BradC
Aug 12 at 15:56
I too have found it a little annoying for similar reasons, but I think the pro's outweigh the con's - perhaps we will get an option to disable in a future release
– Kirky
Aug 12 at 16:15
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "182"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f245148%2fhow-to-disable-completion-time-in-sql-server-messages-window%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The completion time message was added in SSMS 18.2
https://cloudblogs.microsoft.com/sqlserver/2019/07/25/sql-server-management-studio-18-2-is-now-generally-available/
I don't believe there is a way to turn it off
This appears to be correct, I couldn't find a relevant setting in Tools > Options. I was annoyed at first, but this feature is growing on me. Only issue I've had with it is scripts that dynamically create SQL code I need to copy and paste out and run; I now have to delete or avoid that last (new) line of output.
– BradC
Aug 12 at 15:56
I too have found it a little annoying for similar reasons, but I think the pro's outweigh the con's - perhaps we will get an option to disable in a future release
– Kirky
Aug 12 at 16:15
add a comment |
The completion time message was added in SSMS 18.2
https://cloudblogs.microsoft.com/sqlserver/2019/07/25/sql-server-management-studio-18-2-is-now-generally-available/
I don't believe there is a way to turn it off
This appears to be correct, I couldn't find a relevant setting in Tools > Options. I was annoyed at first, but this feature is growing on me. Only issue I've had with it is scripts that dynamically create SQL code I need to copy and paste out and run; I now have to delete or avoid that last (new) line of output.
– BradC
Aug 12 at 15:56
I too have found it a little annoying for similar reasons, but I think the pro's outweigh the con's - perhaps we will get an option to disable in a future release
– Kirky
Aug 12 at 16:15
add a comment |
The completion time message was added in SSMS 18.2
https://cloudblogs.microsoft.com/sqlserver/2019/07/25/sql-server-management-studio-18-2-is-now-generally-available/
I don't believe there is a way to turn it off
The completion time message was added in SSMS 18.2
https://cloudblogs.microsoft.com/sqlserver/2019/07/25/sql-server-management-studio-18-2-is-now-generally-available/
I don't believe there is a way to turn it off
answered Aug 12 at 15:45
KirkyKirky
1314 bronze badges
1314 bronze badges
This appears to be correct, I couldn't find a relevant setting in Tools > Options. I was annoyed at first, but this feature is growing on me. Only issue I've had with it is scripts that dynamically create SQL code I need to copy and paste out and run; I now have to delete or avoid that last (new) line of output.
– BradC
Aug 12 at 15:56
I too have found it a little annoying for similar reasons, but I think the pro's outweigh the con's - perhaps we will get an option to disable in a future release
– Kirky
Aug 12 at 16:15
add a comment |
This appears to be correct, I couldn't find a relevant setting in Tools > Options. I was annoyed at first, but this feature is growing on me. Only issue I've had with it is scripts that dynamically create SQL code I need to copy and paste out and run; I now have to delete or avoid that last (new) line of output.
– BradC
Aug 12 at 15:56
I too have found it a little annoying for similar reasons, but I think the pro's outweigh the con's - perhaps we will get an option to disable in a future release
– Kirky
Aug 12 at 16:15
This appears to be correct, I couldn't find a relevant setting in Tools > Options. I was annoyed at first, but this feature is growing on me. Only issue I've had with it is scripts that dynamically create SQL code I need to copy and paste out and run; I now have to delete or avoid that last (new) line of output.
– BradC
Aug 12 at 15:56
This appears to be correct, I couldn't find a relevant setting in Tools > Options. I was annoyed at first, but this feature is growing on me. Only issue I've had with it is scripts that dynamically create SQL code I need to copy and paste out and run; I now have to delete or avoid that last (new) line of output.
– BradC
Aug 12 at 15:56
I too have found it a little annoying for similar reasons, but I think the pro's outweigh the con's - perhaps we will get an option to disable in a future release
– Kirky
Aug 12 at 16:15
I too have found it a little annoying for similar reasons, but I think the pro's outweigh the con's - perhaps we will get an option to disable in a future release
– Kirky
Aug 12 at 16:15
add a comment |
Thanks for contributing an answer to Database Administrators Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f245148%2fhow-to-disable-completion-time-in-sql-server-messages-window%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
What application is this in? SSMS?
– SEarle1986
Aug 12 at 15:10