Result Tab is disappeared from My SSMS

Nabaraj Ghimire 1 Reputation point
2022-09-29T10:33:43.237+00:00

245970-msdn-pic.png

Result tab is disappeared for this particular Query. However the query executed sucessfully .

Developer technologies | Transact-SQL
{count} votes

2 answers

Sort by: Most helpful
  1. Tom Phillips 17,771 Reputation points
    2022-09-29T14:25:24.547+00:00

    The results tab shows the results of a SELECT statement. Your code does not have any SELECT statements.

    0 comments No comments

  2. NikoXu-msft 1,916 Reputation points
    2022-09-30T01:34:07.053+00:00

    Hi @Nabaraj Ghimire ,

    You just successfully executed a piece of script, and if you want to output specific content, you need to use the select statement so that the content will be output in your console.

    Best regards
    Niko

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.