我必须把文件储存在Sever数据库中。 这些文本文件每个月都上载到网络夹中,这本夹是密码保护的(需要用户名称和pwd)。 我如何利用SSIS的统一档案链接管理员从这一受保护的密码调阅文件。 我在什么地方给用户名和密码? 我找不到适当的答案来查找这个净额。
Please quide me
预 收
注
我必须把文件储存在Sever数据库中。 这些文本文件每个月都上载到网络夹中,这本夹是密码保护的(需要用户名称和pwd)。 我如何利用SSIS的统一档案链接管理员从这一受保护的密码调阅文件。 我在什么地方给用户名和密码? 我找不到适当的答案来查找这个净额。
Please quide me
预 收
注
一些备选办法:
If I can do the required ETL requirements using stored procedures, any advantages of using SSIS packages instead? My ETL stuff is nothing major. I feel like using an old technology. I like SQL. Old ...
I am using SSIS and I need to transform a date. How can I transform a date in String format (e.g. 14/09/1980) to the same but in date format in VB.NET? I would like the datetime format to insert it ...
I have written a SSIS 2005 script task that connects to Active Directory and reads user accountnames to store in database. I was able to successfully test this on my local system by executing dtexec....
I want to know how to import .mdb (MS Office 07) file into Sql server 2008 by SSIS. I need to run this ETL packet in such a way that it checks for duplicates, and if any doesnt re-insert them, but ...
I need to execute 29 ssis packages. So planning to create one master package which will execute all these packages. I don t know how to implement this. Can you please explain in brief. Thanks in ...
I have a server that has a SQL Agent job setup to run a two part datawarehouse build and Analysis Services cube build. The job ran successfully until there was a problem with Management Studio and ....
In SSIS 2008, the ability to reference other class libraries has been added. Is there anyway to resolve the references to a non-GAC location when deployed to a non-developer environment? For instance, ...
I am looking for any tips or resources on importing from excel into a SQL database, but specifically when the information is NOT in column and row format. I am currently doing some pre-development ...