简体   繁体   English

SQL Server 2014评估副本是否提供SSIS

[英]Does SQL Server 2014 evaluation copy provide SSIS

I installed SQL Server 2014 Express. 我安装了SQL Server 2014 Express。 It doesn't have SSIS, so I installed SQL Server 2014 evaluation. 它没有SSIS,因此我安装了SQL Server 2014评估版。 I still don't see SSIS. 我仍然看不到SSIS。 Am I installing it in a wrong way or does SSIS come only with purchased SQL Server 2014 Standard edition and above. 我是以错误的方式安装它还是SSIS仅随购买的SQL Server 2014 Standard Edition或更高版本一起提供。

I need to load multiple flat files into a database so I can work on them together. 我需要将多个平面文件加载到数据库中,以便可以一起使用它们。

Express version comes without SSIS. Express版本不包含SSIS。 Actually there is not free version of SSIS. 实际上,没有免费的SSIS版本。 You need either SQL Server Standard, Developer, or Enterprise edition to get access to BIDS. 您需要SQL Server Standard,Developer或Enterprise版本才能访问BIDS。 If you have Visual Studio then you can download SQL Server Data Tools and you will be able to create SSIS projects 如果您拥有Visual Studio,则可以下载SQL Server数据工具,然后就可以创建SSIS项目

if you have Visual Studio 2013, then download and install this: http://www.microsoft.com/en-us/download/details.aspx?id=42313 如果您拥有Visual Studio 2013,请下载并安装此程序: http : //www.microsoft.com/zh-cn/download/details.aspx?id=42313

SSIS is only available in the Enterprise, Business Intelligence and Standard editions. SSIS仅在企业版,商业智能版和标准版中可用。 It should be available in the evaluation though as the evaluation is based on the Enterprise version (with a 180-day trial time). 尽管该评估基于企业版(试用期为180天),但它应在评估中可用。

It might be that you have to explicitly select to install the component (I haven't used the trial version in many years and honestly don't remember). 可能是您必须明确选择安装该组件(我已经多年没有使用试用版了,老实说不记得了)。

See this for more information: Features Supported by the Editions of SQL Server 2014 请参阅此以获取更多信息: SQL Server 2014版本支持的功能

SSIS comes with SQL Server Developer edition which is inexpensive. SSIS附带了廉价的SQL Server Developer版本。 Developer comes with all the features of Enterprise I believe. 我相信开发人员具有企业版的所有功能。

SSIS IS NOT FREE !! SSIS不是免费的! We have to buy atleast the standard edition of Sql Server which is too costly if you are working for a small company. 我们必须至少购买标准版本的Sql Server,如果您在一家小型公司工作,则价格太高。 Best way to load multiple files into a database without SSIS is to merge all files with same columns together in excel Merging files and then load that big file into the database using Sql Server Import & Export. 在不使用SSIS的情况下将多个文件加载到数据库中的最佳方法是在excel 合并文件中将所有具有相同列的文件合并在一起,然后使用Sql Server导入和导出将该大文件加载到数据库中。 Formatting columns may be tricky. 格式化列可能很棘手。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM