If you have a named instance of SQL Server and you need to create a Linked Server to it, using the SQL Native Client will result in a Linked Server like SQLDEMO\SQLEXPRESS. This isn't ideal for coding against. One thing that you can do is
Read More...