Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个用于将数据提取到 SQL Server DB 的 excel 文件。在 Excel Source,我想像在 T-SQL 中一样创建 ROW_NUMBER() 作为附加列。EXcel Source 查询中可以吗?如何 ?
您可以使用脚本组件来做到这一点:生成代理键
或者您可以下载为您执行此操作的自定义组件。有几个,但这个选项的缩小是你必须处理这个组件的部署(很简单,只需复制dll,但要担心的事情多了)