Comments
3 comments
-
Many thanks for your post.
Tooltip highlights the function name and return type along with parameter.
Can you explain the issue with example please? -
Anu,
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. -
I understand the problem now thanks for explaining it 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.
Add comment
Please sign in to leave a comment.
...it says that schema_name returns an int!
This doesnt really bother me....it's just strange :?