更改 SSIS 中数据类型的大小默认值
我有一个 SSIS 包,其中包含大约 50 个与 Oracle 数据库交互的数据流。
我们将 Oracle 数据库中大约 55 个表/300 多个列的数据类型从 FLOAT
更改为 NUMBER (30, 15)
我现在正在努力更改 SSIS 中的数据类型包裹。
每次我在 DATA CONVERSION
组件中将列从 FLOAT
更改为 NUMBER
时,它默认为 NUMBER (10, 0)< /代码>。
有没有办法更改此设置,使默认值显示为 NUMBER (30, 15)
?
I have a SSIS package with approximately fifty data flows in it that interacts with an Oracle database.
We changed data types in Oracle database for about 55 tables / 300+ columns from FLOAT
to NUMBER (30, 15)
I am now working on changing the data types in the SSIS package.
Every time I change a column from FLOAT
to NUMBER
in a DATA CONVERSION
component, it defaults to NUMBER (10, 0)
.
Is there a way for me to change this so that the default comes up as NUMBER (30, 15)
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这是不可能的,您可以通过使用像 Breevy 这样的文本扩展器/替换程序来减轻自己的痛苦: http://www.16software.com/breevy/
I don't think that this is possible, you can save yourself a little bit of pain by using text expander / replacer program like Breevy: http://www.16software.com/breevy/