when i write a commenter in sql server view
/* comments */
SELECT ...
this comments disapears after reopening
when i write a commenter in sql server view
/* comments */
SELECT ...
this comments disapears after reopening
If you have saved the view, then Toad can display the view definition (including any comments) in the Viewer doc tab.
You can bring up the Viewer Doc tab for your object/view by right-clicking an object in the Object Explorer and choosing View Details, per snap below.
So, more details needed when describing your use case please.
Hope this helps.