OpenRowSet, OpenDataSourceSELECT *
OpenRowSet, OpenDataSource
FROM OPENROWSET(
OpenRowSet, OpenDataSource
'SQLNCLI',
OpenRowSet, OpenDataSource
'xxx';'sa';'xxx'
OpenRowSet, OpenDataSource,
'select * from test.dbo.a'as a
OpenRowSet, OpenDataSource
OpenRowSet, OpenDataSource
SELECT *
OpenRowSet, OpenDataSource
FROM OPENDATASOURCE(
OpenRowSet, OpenDataSource
'SQLOLEDB',
OpenRowSet, OpenDataSource
'DataSorce=xxx; user id=sa; password=xxx'
OpenRowSet, OpenDataSource).test.dbo.a

相关文章:

  • 2021-04-28
  • 2021-07-05
  • 2022-12-23
  • 2022-12-23
  • 2021-09-04
  • 2021-06-15
猜你喜欢
  • 2021-11-09
  • 2022-12-23
  • 2022-01-02
  • 2022-12-23
  • 2021-12-06
  • 2022-01-14
  • 2021-12-08
相关资源
相似解决方案