May 19, 2017 at 4:32 pm
When writing T-SQL code, our Linked server names and objects aren't resolving (there's a squiggly line beneath them in the SSMS editor). Is that normal, or is there something we can do to make that work properly? When the procedure executes, there are no issues with privileges.
I'm just not sure if there's something I'm missing, that will allow SQL Server to peek into this other instance and confirm an object's existence. We are forcing the Linked Server to use a specific account, when utilized.
This is really nothing huge, but it would be helpful if it worked as I want it to, since it confirms that the appropriate privileges are in place when the target server is accessed.
Thanks,
--=Chuck
May 20, 2017 at 10:00 am
Do you rely on SSMS native Intellisense for coding?
I think this is normal. SSMS makes a separate connection to pull metadata for Intellisense. I don't think it's able to sense you're coding against a LinkedServer and then go probe the remote server for its database info.
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy