Comments
5 comments
-
Hi SoundOfMind
Are you getting no suggestions at all? -
@ATurner, none! I was hoping that someone would have seen the same thing. I'm using the latest version of SQL Prompt. -
Wow... you guys (Redgate) are impressive. Just installed v10.13.15.3135 of SQL Prompt after reading the Release Notes (SQL Prompt 10.13 release notes - SQL Prompt 10 - Product Documentation (red-gate.com)) and this issue is fixed. That was quick work... thanks! -
Wow... you guys (Redgate) are impressive. Just installed v10.13.15.3135 of SQL Prompt after reading the Release Notes (SQL Prompt 10.13 release notes - SQL Prompt 10 - Product Documentation (red-gate.com)) and this issue is fixed. That was quick work... thanks! -
Hi SoundOfMind
Glad to hear that has all resolved it for you!
Sorry for the delay in replying.
Add comment
Please sign in to leave a comment.
I've tried a simple test: created three Linked Servers to the same remote server using the same login:
- Microsoft OLE DB Driver for SQL Server (MSOLEDBSQL);
- Default settings using the "SQL Server" option in SSMS (I believe this uses the SQLNCLI driver behind the scenes);
- Microsoft OLE DB Provider for SQL Server (SQLOLEDB).
SQL Prompt works with (2) and (3) but not with (1), which is the new driver we should be using. This is awkward. Anyone have any thoughts?Host SQL Server version: 2019 CU22
Remote Server version: 2014 SP3
SQL Prompt version: 10.13.13.2147
SSMS version: 18.12.1
Security Context: specific remote server login mapping
Remote login permissions: VIEW ANY DATABASE, VIEW ANY DEFINITION
Just for completeness, I subsequently granted the remote login sysadmin privileges on the remote server... no change to the above results, so it appears not to be a permissions issue.