针对类似文本文件的链接服务器
我有一个针对 6 个文本文件的链接服务器。我有一个描述文本文件的ini。
例如我有
- 20101231 - 01.txt
- 20101231 - 02.txt
- 20101231 - 03.txt
- 20101231 - 04.txt
- 20101231 - 05.txt
- 20101231 - 06.txt
然后我有 20110101... 20110102... 等等
使用记事本++ ,为了编辑ini,我将所有20101231更改为20110101...0102...等等。这不是一个繁琐的过程,但每次我需要这样做时确实需要时间。
我对链接服务器还比较陌生......有没有一种方法可以“动态”描述文件以涵盖这样的情况?这样我就可以描述以“- 01.txt”结尾的文件?我一直在寻找,但没有看到任何答案说这是可能/不可能的。
I have a Link Server that goes against 6 text files. I have an ini that describes the text files.
So for example I have
- 20101231 - 01.txt
- 20101231 - 02.txt
- 20101231 - 03.txt
- 20101231 - 04.txt
- 20101231 - 05.txt
- 20101231 - 06.txt
Then I have 20110101... 20110102... etc.
Using notepad++, to edit the ini, I change all 20101231 to 20110101... 0102... etc. This isn't a tedious process, but it does take time each time I need to do this.
I'm still relatively new to Linked Servers... is there a way to describe files "dynamically" to cover situations like this? So that I can describe files that end with "- 01.txt"? I've been looking and just don't see an answer either way saying this is possible/impossible.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅此链接用于别名链接服务器。这些说明是针对链接的 SQL 服务器编写的,但您的情况应该类似。
See this link for aliasing Linked Servers. The directions are written for a linked SQL server, however your situation should be similar.