Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/sql-server/21.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/postgresql/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sql server 从postgres调用SQL Server存储过程_Sql Server_Postgresql_Linked Server - Fatal编程技术网

Sql server 从postgres调用SQL Server存储过程

Sql server 从postgres调用SQL Server存储过程,sql-server,postgresql,linked-server,Sql Server,Postgresql,Linked Server,有没有办法从postgres调用SQL Server上的远程存储过程 我需要调用一个接收3个参数的存储过程并在远程SQL Server数据库上进行插入,如果可能的话,我如何知道查询是正常的还是在插入过程中出错,因为数据库上的两个表需要具有相同的信息。Dblink仅连接到其他postgres数据库。另一方面,Dbi链接可能会起作用。

有没有办法从postgres调用SQL Server上的远程存储过程


我需要调用一个接收3个参数的存储过程并在远程SQL Server数据库上进行插入,如果可能的话,我如何知道查询是正常的还是在插入过程中出错,因为数据库上的两个表需要具有相同的信息。

Dblink仅连接到其他postgres数据库。另一方面,Dbi链接可能会起作用。