linked-server
SQL Server Error: maximum number of prefixes. The maximum is 3. with join syntax
Trying to run a cross-server update: UPDATE ASILIVE.CustomerManagementSystem.dbo.Sessions SET ASILIVE.CustomerManagementSystem.dbo.Sessions.VarianceAmount=Variances.VarianceAmount[详细]
2023-03-29 17:27 分类:问答Stored Procedure and populating a Temp table from a linked Stored Procedure with parameters
I have a Stored Procedure (SP) in which I pass in one value. In this SP, I am trying to create/populate a Temp Table from the result of another SP that is on a Linked/remote server. That is I am tryin[详细]
2023-03-29 03:22 分类:问答Update on linked server with nested subquery
I want to update on a linked server the result of a query as well from a linked server. The first sql开发者_如何学Go snippet gives me the value to be updated:[详细]
2023-03-26 09:59 分类:问答Inserting Results Of Stored Procedure From Linked Server
Is it possible to insert the results of a remote stored procedure into a temp table? For example CREATE TABLE #test(id INT)[详细]
2023-03-24 07:49 分类:问答Executing remote stored procedure within sp_executesql
I\'m trying to get IDENT_CURRENT value on the l开发者_运维技巧inked server.I\'ve created a stored procedure sp_current_identity on the remote server that has output parameter.[详细]
2023-03-24 04:36 分类:问答How do I use 'select into' statement between two instances of SQL Server?
Is there a way to do SELECT A, B INTO [SERVER\\INSTANCE_B].DATABASE.DBO.TABLE FROM [SERVER\\INSTANCE_A].DATABASE.D开发者_JS百科BO.TABLE[详细]
2023-03-23 22:39 分类:问答Access to the remote server is denied because the current security context is not trusted
I ha开发者_运维问答ve a service broker which calls a stores procedure sp_dequeue queue --> ACTIVATION[详细]
2023-03-23 02:56 分类:问答How to access multiple servers in the same SQL Server query?
One database is SQL Server 2005 and other one is 2008. I have to write a query which should pull data from both servers (I have to write a query in my local SQL box开发者_如何学C).[详细]
2023-03-19 11:16 分类:问答Update remote tables using linked server
I wanna update remote table with following code but I encounter this error: `Msg 208, Level 16, State 1, Line 12[详细]
2023-03-19 05:31 分类:问答Duplicate column name... but only if database is case insensitive
I\'m trying to query a view on a database that has case sensitive collation from a linked server connection. Something else to note is the view I\'m trying to query is basically a wrapper to three ind[详细]
2023-03-16 07:02 分类:问答