SQL Server一个实例中调用另外一个实例中的存储过程

调用格式为:

 

EXEC OPENDATASOURCE (
     'SQLOLEDB',
     'Data Source=10.161.34.xx;User ID=sa;Password=aaa'
     ).dbname.dbo.spname

 

需要注意的是,SQL Server 2005中调用另外实例中的存储过程时需要到

'Configuration Tools' >>

'SQL Server Surface Area Configuration' >>

'Surface Area Configuration for Features' >>

选择'Enable OPENROWSET and OPENDATASOURCE support'

 

posted on 2009-07-07 09:14  honker  阅读(425)  评论(0编辑  收藏  举报