Hi, I'm liking HeidiSQL, but can't find an equivalent to the messages pane in SSMS. I see the results tabs.
Is there something equivalent to this in the product?
Hi, I'm liking HeidiSQL, but can't find an equivalent to the messages pane in SSMS. I see the results tabs.
Is there something equivalent to this in the product?
Yes the messages are sent to the client, but they are presented separate from the query results.
For instance if I use the T-SQL print statement in my script it will return to the SSMS messages tab shown above.
example script:
print 'Static text.'
print 'Your name is ' + @devname + '.'
Would return this to Messages:
Static text.
Your name is ansgar.
Hope that helps you understand what I'm after..
Please login to leave a reply, or register at first.