Deleting files from different folders (multiple locations) which are older...
Hi,I am very new to MSBI and learning it. I have been trying to create a SSIS package which helps me to delete the text files which are older than 30 days from different folders. For this initially, I...
View Articlemove file with date and time
hi,i m usinf file system task to move file , using following expression,@[User::ArchivePath] + SUBSTRING( @[User::myfilevalue] , 1 , FINDSTRING( @[User::myfilevalue],".",1) - 1 ) + "-" + (DT_STR, 2,...
View ArticleXML package Configuration
Hi,I have packages that use XML config file as package configurations. Currently, the test packages are on test server share and their XML config files are also on the share. The packages are scheduled...
View ArticleSSIS appears to have lost my control flow items....
I had a bunch of task that I had been working on for weeks. THere were a group that I wanted to test so I put all the ones that I didn't want to test into a sequence container and disabled them all....
View Article.xlsx file
Hi, I'd like to export my SQL 2012 results to a .xlsx file. I've already tried the SQL Import and Export Wizard - it doesn't give me any Excel options. I have Excel 2010 on my computer.Can someone...
View Articlehow to capture the string(trailoer record) in flat file using SSIS?
Hello everyone, i have a question on how to capture the trailor record in flat file? file looks like thi below; report format looks ike belowi have to capture the mem records input in to my table...
View ArticleDTS migration wizard, where does it put migrated version?
From SQL Server Management Studio I right click on Management/Legacy/DTS and select Migration Wizard and enter a SQL Server Source and Destination. A list of DTS packages from the source server is...
View Article.DTSX Job Failing in SQL Server
Hello Community,I am trying to run a .dtsx file from SQL Server. When I run the job it returns an error "Execution of job 'Fact Table Monitoring' failed. See the history log for details.()I am not...
View ArticleCSV file source from Vendor with commas in data
We are getting a flat file from one of our vendors for reporting purposes. It is a csv file. The issue is they have an extra comma in the date field but no text qualifier so the source editor in SSIS...
View ArticleADO Net Source
I'm using the ADO Net Source with a SQL Command for the Data Access Mode. I need to use one parameter. I can use the expression editor to set up the sql query with the parameter, but then what would I...
View ArticleMultiple Selects results to single flat file via SSIS
SQL Server 2008 R2 - Windows 2008 R2.I am trying to get a single output file from about 20 different select statements with no luck. Here is what happened. The developers have ran a query with about 20...
View ArticleA very small question on excel
Hi,I am trying to dump data from sql server to excel.My question: Every time i run it is appending the data to the excel. I wanted it to create a new excel every time it runs.I know its a very...
View ArticleExecute Stored Procedure in ADO.NET Source
I am wondering if there is a way to execute a stored procedure in ADO.NET and return a result set to a different database. I would prefer not to use a script task if possible. I have been trying to do...
View ArticleExcel Refresh fails under SQLAGENT account.
Hi ,As I posted before in below thread,http://social.msdn.microsoft.com/Forums/en-US/sqlintegrationservices/thread/c7f52891-7920-480c-999e-183d8f1b6387I have a SSIS package which uses a Script task to...
View ArticlePackageformat field in sysssispackages table
Hi All,I have created an SSIS package using BIDS 2008 and deployed it on SSIS 2008 server. When querying the sysssispackages table in msdb database I am getting value for column"packageformat" as 0 for...
View ArticlePivot transformation
Hi all,below is my original sourcewhen i am pivoting this in sql server am getting correct output,see below screen shotcustBEERMILKSODAVEG FRED24 3NULL NULL KATE12 165but when am trying same thing in...
View ArticleMerge Join Problem
Hi, I've a problem with multiple packages with a merge join (full outer join) with a conditional split resulting in new, update and delete paths.I've a merge join which combines data from a staging...
View ArticleNAme to divide in firstname lastname
Hi I have one column in Source table called as NAMELet say Ashley James LeeI need its output in destination column First name Lastname..Ashley James LeeKindly help How can i do this uisng...
View ArticleSSIS Master Package taking long duration / gap between two sub package...
Hi All, I have a master package which runs other sub packages and its schedule to run in back end, in master package each Execute package task transfers control to other on "Success", we have used...
View Article