The results tab shows the results of a SELECT statement. Your code does not have any SELECT statements.
Result Tab is disappeared from My SSMS
Nabaraj Ghimire
1
Reputation point
Result tab is disappeared for this particular Query. However the query executed sucessfully .
Developer technologies | Transact-SQL
4,707 questions
2 answers
Sort by: Most helpful
-
-
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
NikoIf the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".