Comments
4 comments
-
Is dbo.t_user_ref a synonym? If so, this is probably because the experimental synonym suggestions feature doesn't yet support providing column suggestions for a table/view referenced via a synonym.
We plan to improve synonym support as we continue to develop the experimental feature, and support for obtaining column information is one of the first improvements on our list.
Mike -
Not a synonym. It's a user table in the database SSMS is set to: USE <dbname>.
<dbname>.dbo.t_user_ref is the fully qualified table name.
I'm fully authorized to the instance as a member of sysadmin.
This happens very frequently.
Synonym suggestion is OFF and has been since 5.3 was installed - it's of little use to me until columns are supported. -
Hi PDinCA,
Thanks for the reply - unfortunately I've not yet been able to reproduce this here.
If it's okay I'd like to ask for a little more information. Does prompting still work at earlier points in the script - or has it stopped completely? Also, does this happen EVERY time you try this, or is it intermittent behaviour?
I've logged it as a bug for now, (SP-4378).
Many thanks for your time helping us track this down, and apologies for any frustration caused!
James -
Hi James,
Prompting above the UDF still worked.
I'll re-open the script and attempt to provoke further suggestions.
Regards,
Stephen
Add comment
Please sign in to leave a comment.
I was going to OUTPUT the userID into the TV, so that's why it's shown in the script.
I am definitely "in" the required database via USE <dbname>.
This appears to be a bug...
Assistance, please.