SQL - Connect to Linked Server with Named Instance -


How do I join a named example of a linked SQL Server?

If this is not a link, I will do the following:

  serverName.DatabaseName.dbo.TableName  

if this is a link , Then I will consider the following:

  server name \ instanceName.DatabaseName.dbo.TableName  

but do not like SQL "<"

< P> Check the correct syntax

check

You surround the server name with brackets Side circle


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -