The SQL Server "linked server" feature makes it possible to execute commands, such as a SELECT statement, on a remote server.

learn more… | top users | synonyms

1
vote
1answer
23 views

INSERT INTO Linked SQL Server

I have a need to bulk insert circa 1m rows from one SQL Server (A) to another (B) on a daily basis. Server A hosts the records, and has access to Server B as a linked server. Both are SQL Server ...
15
votes
5answers
207 views

Sharing data between SQL databases

I'm trying to solve a problem, that for once, I didn't create. I work in an environment with many web apps backed by different databases on different servers. Each database is rather unique in its ...
-1
votes
0answers
81 views

is it possible to use the keyword USE [closed]

I have a linked server. I would like to do: USE MylinkedServer.AdventureWorks2012; GO I'm getting this response: Msg 911, Level 16, State 1, Line 1 Database 'MylinkedServer' does not exist. ...
0
votes
0answers
14 views

How I get linked server data?

I'm trying to create a distributed database and I got a problem: after created a database , when I tried to create a view appears a error on the linked server table declaration tell me that can't ...
-1
votes
0answers
46 views

Simplest way to create a linked server in SQL Server 2008 R2 [closed]

I need to test the linked server feature. I tried with several Excel tutorials but all brought me to some error. Is there a simple way to do a linked server that uses a local file (csv?) without ...
1
vote
1answer
72 views

Linked server was unable to begin a distributed transaction when query is inside a TransactionScope

I have a query that involves a Linked server. The query runs fine in SSMS and when wrapped around in C# using Dapper var conn = GetOpenConnection(connInitializer); return query(conn); produces ...
0
votes
1answer
56 views

Joinning SQL Server table with *.mdb file

I'm trying to joinning SQLServer 2008 R2 tables with msaccess table (*.mdb). I already tried "OPENDATASOURCE" and "Linked Server", but no one of them is work correctly. in example, I've got the ...
0
votes
1answer
37 views

Does MSSQL always copy tables when using Linked Server

After googling and looking into the MS documenation (http://msdn.microsoft.com/en-us/library/ms188279.aspx) on linked servers I still couldn't get a clear answer to the following question. I'm ...
0
votes
0answers
44 views

OpenRowset with Visual Studio 2012 not working when client PC is involved

I am considering this a programming question rather than a DBA question inasmuch as it involves Visual Studio and connecting to the database server from within the app-dev environment. There are many ...
1
vote
2answers
64 views

If connection fails between linked servers on SQL Server 2008

I have 2 databases on 2 different SQL Server instances which are not in the same local network area. What I need is when I have changes on table A in database A, I want to update table B in database ...
0
votes
0answers
75 views

SQL Server 2008 R2 JOB Step Linked Server Login Failed

I need to transfer a table daily. Table name is changing every day, so i should use script to get the tableName. There is a job step which transfers data from sourceTable to destinationTable created ...
1
vote
1answer
51 views

How to create a table on a linked server with a variable server name?

I've seen some solutions on how to create tables on linked servers using EXEC('some sql') AT [LINKED_SERVER_NAME] and they work manually. I can use DML queries such as EXEC ( 'select * from [' + ...
0
votes
0answers
53 views

Stored procedure with referenced linkedserver

I am fighting with stored procedure with referenced linkedserver. Linked server is accesible over internet via port forwarding - so no VPN, LAN. Servers are on both sides MS SQL SERVER 2008 EE v. ...
1
vote
1answer
149 views

Getting error when trying to use OPENQUERY Msg 7321, Level 16, State 2, Line 1

when i run this query SELECT * FROM OPENQUERY([XXX], 'SELECT * FROM Database.Table WHERE (MBCONO=650) AND MBCUNO LIKE a%' ) Get the Error : OLE DB provider "DB2OLEDB" for linked server ...
1
vote
0answers
46 views

Azure Linked Server:

I understand that there are a few threads existing on this area, around a local server using Azure MSSQL as a linked DB. My specific issue is the linked server appears, connects and I can view the ...
1
vote
0answers
58 views

SQL Server 2008 R2 Linked Server to another SQL Server 200r R2 select query error Invalid data for type “Numeric”

we are having the following error message on a SQL Server 2008 R2 with SP1 linked server to another SQL Server 2008 R2 with SP2. The error message is: Invalid data for type "numeric" and is happening ...
0
votes
0answers
66 views

Cannot Setup RDS SQL Server As Linked Server

I have an instance of SQL Server 2008 on Amazon's RDS service. It's setup properly; I can log in via SSMS. But, I'm trying to setup a linked server on a local, full SQL Server 2008 R2 server. When I ...
0
votes
0answers
79 views

Test connection to linked server failed

I had a problem setting up linked server to SSAS. Basically, Database Engine and Analysis Services are on the same box. Cannot initialize the data source object of OLE DB provider "MSOLAP" for ...
0
votes
1answer
53 views

Table locking behaviour of SQL Server 2005 while extracting data from Oracle

I am trying to understand a SQL Server behaviour in below case. I am fetching around half million rows from Oracle into a SQL Server 2005 database using linked server created in SQL Server. I am ...
1
vote
1answer
977 views

Cannot initialize the data source object of OLE DB provider “Microsoft.ACE.OLEDB.12.0” for linked server

I'm trying to establish a linked server from SQL Server 2008 R2 to an Access database. The Access database is not password protected. As I have seen in other posts (specifically this one), this is ...
1
vote
1answer
457 views

how to find out which ole provider available for SQL Server 2008?

I try to access a excel file in MSMS. with the search over internet for the solution. I can get it working. Here is what I have done: My environment: Windows 7(64bit) SP 1, Microsoft SQL Server ...
0
votes
1answer
77 views

SQL Server - Oracle Linked Server with join

Hare is the scenario: Main DB Server: SQL Server 2008 R2 with a Linked Server to Oracle 11g. I have a Stored Procedure that make a query like: Select t1.a, t1.b, t2.c, t3.d From LocalTable a inner ...
0
votes
0answers
386 views

Creating a linked server from SQL Server X64 to text and Excel using the Access driver

We are now in progress of moving all our production databases from a SQL Server 2005 32 bit instance to a brand new SQL Server 2012 64 bit instance. one of the main hardships that our developers ...
0
votes
1answer
57 views

DB Alias on Sql Server 2008

I need to run a migration from my server1 to server2, in both servers have the same DB schema Server1: DB1.dbo... All tables DB2.dbo... All tables Server2: DB1.dbo... All tables DB2.dbo... ...
1
vote
0answers
317 views

Performance effect of Synonyms over a linked server in SQL Server

On localserver (a SQL Server 2008 R2), I have a synonym called syn_view1 pointing to the linked server remoteserver.remotedb.dbo.view1 This SLOW query takes 20 seconds to run. select e.column1, ...
0
votes
0answers
298 views

Sql Server error The current transaction cannot be committed and cannot support operations that write to the log file

This question may be similar to: SQL Transaction Error: The current transaction cannot be committed and cannot support operations that write to the log file but I haven't been able to extract an ...
0
votes
1answer
72 views

Sql Server 2008 - Having trouble catching execution error thrown by a stored proc running on a linked server

To give some background detail, let's say there's a 'Person' table and a stored proc 'PersonPerformance' that returns the performance of a Person given a PersonId. Both of these objects reside on a ...
0
votes
1answer
109 views

Linked Server from x64 sql server to x64 Oracle

I am having a sql server 2005 x64 SP2 server (9.00.5069.00 (X64)) on Windows 2003 server (Service Pack 2) I would like to create a linked server from this server to an Oracle server which is running ...
3
votes
2answers
352 views

Can I join data from 2 different DB2 databases? (Like SQL Server linked databases)

I'm enhancing an existing java application. There is data in 2 different DB2 databases. The app already gets data from 2 different databases, but it always does a lookup from one and then the other. ...
0
votes
1answer
229 views

SQL Server 2005 DB2 Linked Server Error When Inserting Result Set into a Temp Table

We have a linked Server against DB2 on SQL Server 2005. When we tried putting a simple query result set from the linked sever into a temp table return this error. OLE DB provider "MSDASQL" for linked ...
0
votes
0answers
232 views

Try to read foxpro dbf and getting error:Cannot initialize the data source object of OLE DB provider “MSDASQL” for linked server “(null)”

I try to read Foxpro DBF files with Microsoft SQL Server 2008 R2. I write this query: SELECT * FROM OPENROWSET('MSDASQL', 'Driver=Microsoft Visual FoxPro Driver; SourceDB=D:\DB\; SourceType=DBF', ...
1
vote
0answers
507 views

Creating a linked server from SQL Server 2008r2 to Access 2003

I've written a web app in ASP.NET that stores all of it's data in SQL Server 2008r2 and runs everything via stored procedures. The app is collecting data for a department who wants 2-3 pieces of that ...
0
votes
0answers
76 views

ACE based SharePoint list Linked Server not showing a table to query

I can create the Linked Server using the technique specified here: http://www.linkedin.com/answers/technology/enterprise-software/TCH_ENT/1074511-49770547 The only change was I removed the view ...
3
votes
1answer
127 views

How to link from Postgresql to SQL Server via ODBC?

I need to be able to query a SQL Server database from within Postgresql. The Postgres instance is running locally and the SQL server set up as an ODBC data source. How do I add this as a linked ...
0
votes
0answers
96 views

how to fix “Multiple-step OLE DB operation generated errors.” resulted from exec [LINKSVR]…sp_executesql 'truncate table TABLE';

i'm creating a script that syncs data between 2 tables on 2 different serves so as to save up on memory by only doing data processing locally on the server and using the Linked Server to push data ...
0
votes
1answer
109 views

Failed scheduling a task involving linked servers with SQL Server Agent

How can I make a scheduled task work? I want to schedule a task that runs a query nightly. The query parses correctly and essentially grabs data from the SQL Server 2005 database on server2 and ...
0
votes
1answer
148 views

SQL Server Linked Server with Oracle - Issue: Select * x Select Columns

I have a performance problem with the OPENQUERY on SQL SERVER 2008 R2: When I run: select * from openquery([LINKEDSERVER],' SELECT COLUMN1,COLUMN2,COLUMN3...(45 columns at ...
0
votes
3answers
155 views

Create linked server with instance name that contains special characters using c#

I have a stored procedure that creates a new linked server. The problem is that my InstanceName is "my-pc" (contains "-"), and therefore the LinkedServer is not generated correctly. My guess is that ...
2
votes
3answers
163 views

How to query against multiple linked servers?

After linking some SQL Server 2008 Servers / instances, I would like to do a more generic query against these servers. I know that I must specify the destiny of the query like that: select * from ...
0
votes
0answers
106 views

How to allow VB2012 to access database from SQL Server Linked Server?

I have a table in MySQL called ES_SMS containing columns: IndexID StdNo MobileNo For some reason, I have to link it with SQL Server, so I used ODBC Driver for MySqlServer (I made the connection ...
2
votes
2answers
105 views

column names with periods on a 2008 linked server

I'm using SQL Server 2005 and trying to select columns from a SQL Server 2008 linked server that have periods in them. I've checked this post: Selecting a column with period in the column name SQL ...
0
votes
2answers
151 views

Permissions for Linked Server Remote Login

I am trying to connect 2 databases (not on same server or domain) using Linked Servers. Below is the query I am running to connect the 2. My problem is that if I specify @rmtuser = 'sa', I am able ...
0
votes
0answers
147 views

Linked Server Querying Remote Oracle View [closed]

We have a linked server setup from SQL Server 2008 R2 to an Oracle Database using the OraOLEDB Provider. The Linked server has "Collation Compatibility" set to true. We cannot use constructed ...
0
votes
1answer
495 views

Insert data from linked server stored procedure into table

We have a setup with a SQL Server 2008 "server1" linked to another SQL server "server2". On "server2", there is a stored procedure that I can query just fine from "server1": EXEC ...
0
votes
1answer
107 views

How do I truncate a table via linked server using a synonym for the table name?

I know I can do the following: EXEC Server_Name.DBName.sys.sp_executesql N'TRUNCATE TABLE dbo.table_name' But what if I want to use a synonym for the table? I'm on SERVER1 and I want to truncate a ...
5
votes
3answers
677 views

catastrophic failure trying to select from linked server

I have created a linked oledb/odbc connection to Pervasive SQL from SQL SERVER 2012: USE [master] GO /****** Object: LinkedServer [KSLAP208] Script Date: 2/8/2013 10:38:55 AM ******/ EXEC ...
0
votes
0answers
178 views

able to connect to linked server but i cannot select from any table

I have a linked server to a pervasive sql 11 database from my sql server 2012 64bit using ODBC I am able to see the databases on this server, but when I select * from any table I am getting this ...
0
votes
0answers
196 views

“Data source name not found” when adding linked server

I am trying to add a linked server to a sql server 2012 database using ssms 2012. the linked server is pervasive sql. here's how i am trying to do it: EXEC sp_addlinkedserver @server = ...
0
votes
1answer
131 views

Trigger between linked servers

I have two SQL Server 2008 machines, SQLSERVER1 and SQLSERVER2 (soo original) In SQLSERVER2, I do: [SQLSERVER1].[DATABASE].[DBO].StoreProcedure1 All works well. But if I put into a trigger, I ...
0
votes
0answers
139 views

PostgreSQL to Sql Server: Linked server connection failed

I want to be able to read data from a table in postgreSQL database in my SQL Server 2008(32 bit). I did follow the steps listed in this link On testing the linked server connection, I get this error ...

1 2 3 4 5 9