Find string from main string
Hi allI have one location E:\Testing\Test.xlxsnow I need only file name from this path.what expression should I write to get this filename.I needTest only.Kindly help Thanks
View ArticleSSIS -Move multiple dynamic file
Hi Experts,I am working on SSIS 2008I have a requirement where I need to move file from One folder to Other i.e. from File_source folder to File_Destination folderI have Table in SQL Database , Table...
View ArticleMapping Parameter for openrowset Query connection string getting error
Hi allI Have one openrowset Query SELECT * into Temp FROM OPENROWSET('Microsoft.ACE.OLEDB.12.0', 'Excel 12.0;Database=?', 'SELECT * FROM [sheet$]')and I have...
View ArticleSSIS DataFlow with variables in email message
I use a SSIS DataFlow task to copy data from a table of one database server to another, and after that run a Notify Operator task to inform me about the result.The task itselfs works great, but I would...
View ArticleRead Write variable from For Loop
Hello folks,I have a small question...I have a script task in which i have a read/write variable. I have a for loop around this script task.. When i execute the container the for loop will run the...
View ArticleSSIS 2014 Custom Component: "The component metadata could not be upgraded to...
I recently upgraded my set of custom data flow components to use the SQL 2014 SDK as we are upgrading to SQL Server 2014 RTM. The only change I made to my custom components was to change the...
View Articlecopying table stg to datamart
below is the code and preview of the stg to datamart.It is returning nme null values in destinayion.What do you think is wrong.Thanks.SELECT [BATCH_AGENCY] ,[BATCH_DATE] ,[BATCH_TYPE] ,[BATCH_NO]...
View ArticleHow do i retrieve active directory information from remote sql servers within...
i'm converting an old dts package that used ADO objects to gather active directory information from sql servers on our network (distinguishedname, name, member, etc...) and inserts the results into an...
View Articleset fmtonly off
Hi,In one of my data source, I have set fmtonly off defined inside "OLE DB Source Editor" of SSIS package.This is making my package too slow to validate while its trying to run. It takes almost 20 mins...
View ArticleCustomized Execute SQL Task in SSIS
Hi,I,m using Execute SQL Task in SSIS Package with these configuration ..But, If SQL Statement doesn't report any record mean Query is not returning any data then this Task will be failed.How can I...
View ArticleException from HRESULT: 0xC0048021 at CManagedComponentWrapper...
I am using the code from http://www.sqlis.com/post/Creating-packages-in-code-OLE-DB-Source-to-Flat-File-File-Destination.aspx to create a simple package to move data between two SQL Servers. I changed...
View ArticleHelp in SSIS to Kill MDX Query Session
Hi ,I build one SSIS Package to kill MDX Query session Id, running above 20 minutes .1) First I make Execute SQL Task & configure this as Below ..2) Then also make Analysis Services Execute DDL...
View ArticleI have a delimited flat file that contains 4 coma separated columns ,Suppose...
Hi Frnz,I have a text delimited flat file that contains 4 coma separated columns ,Suppose i have added one more coma separted column in that text file? My question is below i read that coma separated...
View ArticleLoop Through Excel Files and Load into SQL Server Table
I'm following the example here.https://www.youtube.com/watch?v=_B83CPqX-N4I'm pretty sure I did all the steps, but for some reason my project is not running. I'm thinking there is a 32-bit or 64-bit...
View ArticleNeed help on TRacking Jobs history of an ETL package
Hello there, Kindly Elaborate me the way to track Job history of my ETL package. For Sample I am running that package on my local Server. i need a SQL Server tAble, Which Gives me following information...
View ArticleSSIS 2012 Custom Component not working
Hi,I had a SSIS package that was working in SSIS 2008.Now we have upgrade to SQL Server 2012 So we need to upgrade our SSIS task.My SSIS package has two Custom Components that are creating package at...
View ArticleSCD wizard with changing data source
Hello,I am using the SCD wizard for type 1 and type 2 changes. The data table source for these change (addition of one or two columns) twice a year. Will that break the SCD? I remember that when I...
View ArticleHow do I watch an object variable please?
Hi,How do I watch an object variable please.So when I place a watch on an object type variable it shows System.__ComObject as the value. What I need to see is the actual value of the variable.So it...
View ArticleSSIS Export with Filestream
Can the Import and Export transformations be used with Filestream images?
View Article