Equivalent to Oracle external tables in SQL Server

后端 未结 3 1102
伪装坚强ぢ
伪装坚强ぢ 2020-12-11 20:36

Is there an equivalent to Oracle\'s External Table in SQL Server ?

An external table is a table which is mapped to a flat-file in the filesystem.

It is v

3条回答
  •  既然无缘
    2020-12-11 20:44

    You need to create external links. Creating a linked server using the Text IISAM is one. You may also check this link:(http://msdn.microsoft.com/en-us/library/ms709353.aspx)

提交回复
热议问题