The SQL Server "linked server" feature makes it possible to execute commands, such as a SELECT statement, on a remote server.
I want to backup/restore my data which is distributed in some linked servers, which are connected or linked in …
sql-server linked-server database-backups database-restoreI have two servers Server1 and Server2 On both servers i have a Database called QAI is there a way …
sql sql-server linked-serverI have a DBF file on a network share that I'm trying to select into a SQL Server table. This …
sql-server foxpro linked-serverAre there any huge performance issues or security concerns? Using SQL Server 2005 and higher
sql-server linked-serverUPDATE : The issue was col1 was hiereachyid type and even a select didnt work for it. Hi all, I am …
sql-server insert linked-serverI'd like to execute a query which uses linked server as a specific user. However, not even a simple example …
sql-server impersonation linked-serverI came across this very odd situation, and i thought i would throw it up to the crowd to find …
sql sql-server linked-server msdtcI'm trying to create a linked server in MS SQL Server 2005, pointing to an Intersystem Cache database via ODBC. Below …
sql linked-server intersystems-cache intersystemsI have a SQLServer with a linked server onto another database somewhere else. I have created a view on that …
sql sql-server sql-server-2005 foreign-keys linked-serverTrying to run a cross-server update: UPDATE ASILIVE.CustomerManagementSystem.dbo.Sessions SET ASILIVE.CustomerManagementSystem.dbo.Sessions.VarianceAmount=Variances.VarianceAmount FROM …
sql-server sql-server-2000 linked-server