Service.Model calls within SSIS Script Task: "no endpoint element matching...
Techies-- I am using mssql2008 r2;bids vs2008 in an attempt to access a vendor's wcf service through a script task. Before moving to SSIS, I tested the methods I planned to use with a simple C#...
View Articledownload folder and all contents from FTP
Hopefully this is simple and I was missing something in the posts I found, but here is the scenario I have an FTP site that has folder and within the folders are the files. However, each folder has the...
View ArticleSSIS: XML not being inserted into table
In SSIS I have a generated XML file based on a webservice. I need to read the file to generate a dataset. The problem that I have is that the "XML Source" is not reading the file correctly. I'm not...
View ArticleError using dtutil to copy ssis packages from one server to another
Hi all, Trying to simply copy SSIS packages and folders from one sql 2008 server to another sql 2008. Executing this: EXEC [master].[sys].[xp_cmdshell] 'dtutil /SourceServer SERVER_A/SQL;"\ROOT...
View ArticleMSMQ Task to Receive Multiple Messages
I would like to pull multiple string messages (each with a similar format) from from MSMQ using the MSMQ Task. Is it possible to use a For Each Container to do this? Any other suggestions? I do have a...
View ArticleHow to start a SQL process with my smart phone?
Hi All, Question: How can I use a smart phone to fire off any sort of SQL Server process? Situation: Our SQL Agent Jobs for ETL sometimes fail. Sometimes the ETL Jobs succeed but the cube processing...
View ArticleSQL server table migration/copy from one server to another
Hi, I have just started using SQL server 2008 and needed help with transfer of table(including data) from one databse to another residing in different unconnected sql server. I have to migrate data...
View ArticleReading 1.999999 from excel when the value is 2
Hi Gurus, I have observed a weird thing with excel source in SSIS. I was reading few file yesterday and I observed that it is reading as 1.99999 for 2 value like for other values too. I thought...
View ArticleVariable problem, Error: The type of the value being assigned to variable
Error: The type of the value being assigned to variable "User::rsNumOfPages" differs from the current variable type. Variables may not change type during execution. Variable types are strict, except...
View ArticleUploading File automatically using SFTP SSIS Task
I wanna upload file automatically to my client server on daily basis through SFTP SSIS task ...In past i have downloaded the files using WinScp but i dont know how to push(upload) file daily using SFTP...
View ArticleUnable to import from Excel on 64-bit Win 7 workstation to a 32-bit Windows...
Hi, I recently moved from Windows XP to Windows 7 on my primary workstation, and since then I'm unable to import from Excel to SQL from any of my SSIS scripts when I run them Locally. The one instance...
View ArticleSSIS Export from SQL to MsAccess ACCDB is ridiculously slow
I created a SSIS package that exports some data from SQL database (using native OLE DB connection) to an Access (accdb) table using ACE.12 driver. The performance is very poor. It takes about 20...
View Articlehow to pass variable from one package to another
hello everone, i am creating package name "package 1" where i am using Execute SQL task Component and in this package i am defining variable name result its data type is object and in it i am...
View ArticleForEach Loop File Enumerator SSIS
Hello Guys, Need help with a strange situation. I have a SSIS package that executes Sql Scripts store in a folder ( 132 scripts in all). I use a for each loop and a Execute Sql task with File...
View ArticleImport multiple flat files into Sql server 2012 database
Hi, I have around 480 flat files which need to be imported to SQL server 2012 database. All flat files are separated with "^" and have double quotes for all columns. All files donot have same number of...
View ArticleConditional split for 3 millions of records
Hi, we are having 3 miliions of records and we have to SSIS to insert these records into the destination system. Is there any way to split these 3 million records to insert parallelly with out using...
View ArticleProblem with exporting an Access database into a SQL Server (be it 2005, 2008...
Hi, Having done this for a while... thought, we have essentially two options, a) using Access's Upsizing Wizard b) using MS SQL Server's built-in DTS capability or its equivalent Background info:...
View Articlevisibility of variable in Retainsameconnection property
Hi, I have created 2 execute sql task,both are having same connection.I have set the connection property 'retainsameconnection' true. In this case, i am able to access the temp table, which i...
View ArticleNeed Clarity on /arguments and directory
Hi , I have a an Issue i am trying to Zip files using Execute Process task where i am trying to call 7-zip.exe thru Execute Process task. Following are my Expressions and arguments for Execute Process...
View ArticleError trying to save copy of package(Login failed for user 'sa'.) occurred...
Created the package in bids now trying to save a copy to sqlserver and get this error msg when I click on elipsis next to package path???? TITLE: Save Copy of Package ------------------------------ An...
View Article