Activity overview
Latest activity by mp_
Here's what I'm seeing. When selecting the table i get suggestions: [image] Without the schema prefix, no suggestions for column names:
[image]
with the schema prefix i get suggestions for column names:
[image]
/ comments
Here's what I'm seeing. When selecting the table i get suggestions:Without the schema prefix, no suggestions for column names:
with the schema prefix i get suggestions for column names:
I see that as well, but once I select a table auto suggestions stop if no schema specified on the table name. / comments
I see that as well, but once I select a table auto suggestions stop if no schema specified on the table name.
Hi...The database I'm using has the dbo schema plus another schema. When I connect via SSMS without SQL Prompt installed, intellisense works fine. But with SQL Prompt installed I have to preface the table with the schema to get the auto suggestions. I'm not running SQL Monitor...just SQL Prompt, version 9.5.6.10002 / comments
Hi...The database I'm using has the dbo schema plus another schema. When I connect via SSMS without SQL Prompt installed, intellisense works fine. But with SQL Prompt installed I have to preface th...