Viewing 15 posts - 6,556 through 6,570 (of 11,678 total)
Is it possible to post the configuration file? (replace sensitive info with dummy values)
August 10, 2012 at 12:13 am
You can use a script task that uses the DirectoryInfo.GetFiles(string) method. You can specify a pattern, such as *.csv. If one or more filenames are returned, the extension is present.
August 10, 2012 at 12:11 am
shamshad.ali (8/9/2012)
I would like to get answers ASAP.
Everybody would like their answers ASAP.
Reporting-wise (SSRS), there hasn't much changed between 2008R2 and 2012. Some output formats got enhanced and SharePoint integration...
August 10, 2012 at 12:06 am
Something like that yes. Not ideal, but the only thing I can think of right now.
August 9, 2012 at 6:35 am
Unfortunately, finding the exact error column is not that straight forward. It's possible though:
SSIS: How to get name of ErrorColumn from Error Output?[/url]
The solution will affect performance negatively.
First of all,...
August 9, 2012 at 1:38 am
shahgols (8/7/2012)
I've been researching the different options that we have in building our data warehouse. I am intrigued by CDC and the new CDC objects in SSIS, but...
August 9, 2012 at 12:38 am
A common scenario is to use a dataflow with the OLE DB Destination with the Fast Load option. Set the batch size smaller than the default, for example 50,000 rows....
August 9, 2012 at 12:30 am
Why 2005? The 2012 version is already out for a few months.
I know a couple of good books, but they are all for 2008.
August 9, 2012 at 12:26 am
Charmer (8/8/2012)
i am doing a project in SSIS 2008, SQL 2008R2...
In the data flow,
my source(OLEDB) has some duplicate records where i am removing the duplicate rows using SORT...
August 9, 2012 at 12:24 am
You can decrypt packages using dtutil, but this is is done when loading the package, so you'll need to copy it to some other place.
August 9, 2012 at 12:14 am
Lokesh Vij (8/8/2012)
Answer choice 1 and 3 are same....whats the difference???? :w00t:
Good question. I took #3 and it was correct. I wonder what happens when you choose #1.
Nice question by...
August 9, 2012 at 12:07 am
Spent 15 minutes looking for the gotcha... (what do you want, after yesterday's question)
😀
August 8, 2012 at 1:28 am
tommyh (8/6/2012)
August 8, 2012 at 1:25 am
Viewing 15 posts - 6,556 through 6,570 (of 11,678 total)