tooltip meta data for schema_name
dmckinney
Posts: 12
I don't know where sql prompt gets its meta data for the tooltips which are displayed when using functions but curiously....
...it says that schema_name returns an int!
This doesnt really bother me....it's just strange :?
...it says that schema_name returns an int!
This doesnt really bother me....it's just strange :?
David McKinney
Comments
Tooltip highlights the function name and return type along with parameter.
Can you explain the issue with example please?
Product Support
Redgate Software Ltd.
E-mail: support@red-gate.com
The issue is that the schema_name function takes a int - schema_id - as input parameter, and returns - as the name suggests - a string (sysname). it DOES NOT return an int, as the tooltip states.
If you look up schema_name in books online, you can see this, and if you compare with the tooltip text in sql prompt for the same function, you can hopefully understand my question.
Thanks and regards,
David.
We appreciate your feedback and hence logged this as a feature request in our internal tracking system whose tracking id is SP-3790.
It will be reviewed by product manager and than marked for the future release.
I will update you as soon as it is incorporated.
Product Support
Redgate Software Ltd.
E-mail: support@red-gate.com