The SQL Server "linked server" feature makes it possible to execute commands, such as a SELECT statement, on a remote server.
0
votes
0answers
5 views
inserting mixed data into DB2 using linked server
I'm going nuts. I am trying to put together a stored procedure to insert data into our DB2 order note file. The DB2 database has a bunch of decimal fields defined. When I am trying to put together the ...
0
votes
0answers
14 views
Strange update behaviour
Recently I began upgrading a sql server (2005 32 bit) to 2012 x64. The server has a linked server on it pointing to an IBM ISeries db2 database.
I attempted to recreate the linked server on my 2012 ...
0
votes
0answers
64 views
SQL Server linked server error 7303 to Access database
I've performed multiple searches and read numerous pages and tried loads of different configurations and nothing seems to solve a nuisance problem we have. We have a SQL server (2008 R2 v10.50.4000) ...
0
votes
2answers
34 views
How to get the list of tables that has specific columns from Oracle server.?
I am using SQL Server 2008 R2,
I have access to an Oracle server from linked server with read-only access.
Now I want to get the list of tables from the Oracle server which has specific column.
...
-1
votes
0answers
25 views
Is using a Join the best route for this project in SQL [closed]
I have two databases. I need the data in certain columns in a table from database1 inserted into certain columns in another table in database 2. Both database are on different servers and I also need ...
0
votes
0answers
14 views
SQL Server 2012 linked server to SQL Server 2000 [migrated]
I am trying to select through an linked server from SQL Server 2012 to SQL Server 2000.
The linked server has been setup and I can browser the target database through the linked server which ...
0
votes
1answer
55 views
Best way to make sql server instance available remotely? Linked Servers or replication? Other?
A co-worker and I are working on some Pharmacy software (in C#) which deals with the management of patient profiles, patient drug prescriptions, etc. All of these different sets of data are stored in ...
0
votes
0answers
45 views
ms sql server @optname vs field name
I can create linked server on MS SQL Server (2008, 2012 Express editions both) with SQL query (first):
USE [master]
EXEC master.dbo.sp_addlinkedserver @server=N'<my_server_name>', ...
2
votes
2answers
64 views
Error trying to Select x rows from DB2 (V4R5M0) via sql server linked server using OPENQUERY
I have a Linked Server from SQL Server 2008 R2, to a DB2 Database (V4R5M0) using OLE DB provider "IBMDA400"
Linked Server Detials
EXEC master.dbo.sp_addlinkedserver
@server = N'JTEST', ...
0
votes
0answers
37 views
query templates while Linked Servers handling
In order to make single interface for app getting data from different datasources I created one stored procedure where I try to keep all data access/handling routines.
Current situation:
Sql Server ...
0
votes
0answers
17 views
Sql Sync over internet
What is the best solution to sync tables between Servers over the internet?
Situation is that there is one SQL- Server lets say "Main", and a lot of SQL-Servers "Crowd", which all got the same ...
0
votes
0answers
72 views
SQL Server : Query Multiple Databases within Multiple Linked Servers, Return One result set
I have multiple linked servers, containing many databases. I'm trying to search through all the server/databases for specific information and return back one result set within SQL.
I'm looking for a ...
1
vote
1answer
26 views
Intermittant “Server does not exist or access denied”
Recently had a server die and had to rebuild it from backups. Now I'm getting intermittent failures from several of my Access applications (which work using linked tables and passthrough queries). I ...
0
votes
2answers
33 views
SELECT * FROM Linked MySQL server
I have a SQL Server 2012.(120.120.55.15)
Today I linked MySQL server(120.120.55.30) to my SQLServer and gave it a name "MYSQL".
In Object Explorer everything seems fine. I can see MySQL server's ...
1
vote
1answer
41 views
How can I get the full error message returned from a linked server query?
I've created a procedure on a MySQL server which will always throw an error due to a primary key violation, this would be called from a Microsoft SQL Server over a linked server using this:
EXEC ...
1
vote
1answer
39 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
247 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 ...
0
votes
0answers
19 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
vote
1answer
237 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
79 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
55 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
57 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
110 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
130 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
76 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
80 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
215 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
56 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
102 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
97 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
109 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
75 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
1k 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
1k 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
105 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
489 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
81 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
410 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
345 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
95 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
130 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
553 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
255 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
265 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
791 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
96 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
147 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
133 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
158 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
169 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 ...







