首页 \ 问答 \ SQL Server 2005上的SSIS 2008?(SSIS 2008 on SQL Server 2005?)

SQL Server 2005上的SSIS 2008?(SSIS 2008 on SQL Server 2005?)

有没有办法在仍然使用SQL Server 2005数据库的同时获得SSIS 2008的好处(包括性能改进)? 它似乎仍然从OLE中提取数据,所以我不知道它会是一个什么问题。 我正在从dtproj文件运行包,而不是加载到服务器上。


Is there any way to get the benefits of SSIS 2008 (including the performance improvements) while still working with a SQL Server 2005 database? It seems like it still pulls the data from OLE, so I don't see how it would be a problem. I'm running the package from the dtproj file, not loaded onto the server.


原文:https://stackoverflow.com/questions/488172
更新时间:2022-05-02 18:05

最满意答案

一些建议:


A couple suggestions:

相关问答

更多
  • 我自己解决了这个问题。 而不是从eclipse安装,你可以从终端安装。 su // typing your root password here yum install eclipse-cdt 这种方法不仅适用于此版本,也适用于所有其他版本。 希望这会有助于其他许多人。 I have solved this problem by myself. Instead install from eclipse, you can install from terminal. su // typing your ro ...
  • 这是因为你在abc包中有一个名为exception的类(带有小写“e”)和一个名为abcexception的包。 它会导致名称冲突,因为如果你有代码abcexception.doSomething(); - 这是否意味着你想调用abcexception类中的静态doSomething()方法? 或者这是否意味着有一个类叫做abcexception.doSomething ,你试图调用构造函数? 坚持使用Java命名约定 - 打包所有小写,以大写字母开头的类和骆驼大小写的类 - 然后您将永远不会看到此问题。 ...
  • Eclipse中的可视化编辑器很慢。 我不知道这是为什么; 其他图形框架可以实时在Java中实现mindboggling效果,所以它们不应该那么慢。 我建议你打开一个针对Eclipse的错误报告。 这样,你可以给他们反馈,看看他们对它的看法,如果他们接受它,你可以跟踪任何进度。 至于提问Eclipse问题, 请转到新闻组 。 也有邮件列表,但这些仅适用于开发Eclipse的开发人员(不是那些使用它的人)。 所以他们只是一个选择,如果你选择在这个bug的工作:) The visual editors in E ...
  • 我在这里找到了答案: http : //wiki.eclipse.org/FAQ_How_do_I_add_Content_Assist_to_my_editor%3F 在Ganymede中,必须覆盖createActions以注册内容辅助: Action action = new ContentAssistAction(resourceBundle,“ContentAssistProposal。”,this); String id = ITextEditorActionDefinitionIds.CONT ...
  • 我现在经常使用它们。 Visual Studio更容易,更友好。 我有问题。 他们强迫你做一些事情,原因是微软而不是你。 它是免费的,所以你不能抱怨那么多。 支持不存在但谷歌寻求帮助。 Eclipse Gallileo做了一些非常困难的事情,但做了一些简单的事情。 比如编译时如果出现错误则没有视觉指示。 您必须打开问题窗口才能看到错误。 DOH! Eclipse几乎与visual studio一样出色,是使用linux时最好的之一。 新版本的调试器也有一些非常好的新功能。 支持很差,不存在,但有谷歌寻求帮助 ...
  • 一些建议: 如果它从未起作用,请尝试使用不同的JDK(例如尝试使用JDK5) 如果它工作: 尝试使用eclipse.exe -clean (请参阅“ 如何在干净模式下运行eclipse?如果我们这样做会发生什么? ”) 尝试单独的全新安装 尝试使用像这样的自定义eclipse.ini。 A couple suggestions: if it never worked, try with a different JDK (try with a JDK5 for instance) if it was work ...
  • 是的,你可以使用JBoss工具: http://www.jboss.org/tools 我在使用Eclipse 3.4在JBoss上进行开发时使用了这个,虽然插件中仍然存在一些错误,但它运行良好。 总的来说虽然它更好。 3.4.2的更新站点是: http://download.jboss.org/jbosstools/updates/stable/ 编辑 :此外,如果你在Redhat上运行,你可以下载JBoss Developer Studio,这是“保证”提供稳定和可部署的开发环境。 我没有使用它,但有兴 ...

相关文章

更多

最新问答

更多
  • 您如何使用git diff文件,并将其应用于同一存储库的副本的本地分支?(How do you take a git diff file, and apply it to a local branch that is a copy of the same repository?)
  • 将长浮点值剪切为2个小数点并复制到字符数组(Cut Long Float Value to 2 decimal points and copy to Character Array)
  • OctoberCMS侧边栏不呈现(OctoberCMS Sidebar not rendering)
  • 页面加载后对象是否有资格进行垃圾回收?(Are objects eligible for garbage collection after the page loads?)
  • codeigniter中的语言不能按预期工作(language in codeigniter doesn' t work as expected)
  • 在计算机拍照在哪里进入
  • 使用cin.get()从c ++中的输入流中丢弃不需要的字符(Using cin.get() to discard unwanted characters from the input stream in c++)
  • No for循环将在for循环中运行。(No for loop will run inside for loop. Testing for primes)
  • 单页应用程序:页面重新加载(Single Page Application: page reload)
  • 在循环中选择具有相似模式的列名称(Selecting Column Name With Similar Pattern in a Loop)
  • System.StackOverflow错误(System.StackOverflow error)
  • KnockoutJS未在嵌套模板上应用beforeRemove和afterAdd(KnockoutJS not applying beforeRemove and afterAdd on nested templates)
  • 散列包括方法和/或嵌套属性(Hash include methods and/or nested attributes)
  • android - 如何避免使用Samsung RFS文件系统延迟/冻结?(android - how to avoid lag/freezes with Samsung RFS filesystem?)
  • TensorFlow:基于索引列表创建新张量(TensorFlow: Create a new tensor based on list of indices)
  • 企业安全培训的各项内容
  • 错误:RPC失败;(error: RPC failed; curl transfer closed with outstanding read data remaining)
  • C#类名中允许哪些字符?(What characters are allowed in C# class name?)
  • NumPy:将int64值存储在np.array中并使用dtype float64并将其转换回整数是否安全?(NumPy: Is it safe to store an int64 value in an np.array with dtype float64 and later convert it back to integer?)
  • 注销后如何隐藏导航portlet?(How to hide navigation portlet after logout?)
  • 将多个行和可变行移动到列(moving multiple and variable rows to columns)
  • 提交表单时忽略基础href,而不使用Javascript(ignore base href when submitting form, without using Javascript)
  • 对setOnInfoWindowClickListener的意图(Intent on setOnInfoWindowClickListener)
  • Angular $资源不会改变方法(Angular $resource doesn't change method)
  • 在Angular 5中不是一个函数(is not a function in Angular 5)
  • 如何配置Composite C1以将.m和桌面作为同一站点提供服务(How to configure Composite C1 to serve .m and desktop as the same site)
  • 不适用:悬停在悬停时:在元素之前[复制](Don't apply :hover when hovering on :before element [duplicate])
  • 常见的python rpc和cli接口(Common python rpc and cli interface)
  • Mysql DB单个字段匹配多个其他字段(Mysql DB single field matching to multiple other fields)
  • 产品页面上的Magento Up出售对齐问题(Magento Up sell alignment issue on the products page)