Viewing 15 posts - 361 through 375 (of 622 total)
run the SQL script in a Data FlowTask and output the results to a variable of type: Object, coped at package level.
Set up a For Each Task that enumerates the...
March 13, 2014 at 7:55 am
I'm with Lowell on this one. Something has gotten hold of the file you are trying to write to. You could try writing to a unique filename (add...
March 13, 2014 at 7:51 am
And once again Excel and SSIS don't play nicely together - please sort this out Microsoft. After RDBMS, Excel is the most common source of data for most organisations
March 13, 2014 at 7:47 am
It sounds like you need Redgate's SQL Data Generator.
March 13, 2014 at 7:40 am
Another Gotcha with Progress.
If one of the column names is a reserved word then you need to surround it in "Double Quotes" rather than [square brackets] as you would in...
February 21, 2014 at 12:53 pm
Hi Bill,
Further playing around and the SUBSTR() function seems to work for me. Now just to deal with "?" in null date fields. Which eejit decided that nulls...
February 17, 2014 at 3:48 pm
They do, and its OK but like the RedGate packages, its a bit expensive on its own and I have not been able to get buy-in where I am to...
February 12, 2014 at 12:33 pm
+1 for Redgate. They are really helpful and the products are really useful. i especially like the source code control plug in for mgm studio and...
February 11, 2014 at 5:49 am
I'm with Jeff!
If you put everything in one corner, you know where everything is!
January 6, 2014 at 3:45 am
If the new and changed records can be easily identified, I would side on the staging tables having the same structure as the source data. If not, and you...
January 6, 2014 at 3:43 am
you need to use the expressions (left hand pane in the editor window) and create a formula that appends the date before the file extension. I don't have SSIS...
December 14, 2013 at 3:46 pm
Also, Tell your C# developer that the underlying DB is none of his damn business - He should be using sprocs or LINQ to get data in and out of...
December 14, 2013 at 3:29 pm
Writing data into an OLTP and reading data from an OLAP are completely different beasts, especially in high-transaction scenarios. To keep the speed of the inserts up, you need...
December 14, 2013 at 3:26 pm
Not wanting to hijack the thread because we are getting OT now.
By utilising schema separation and controlling access through users rights you can force segregation of data which for some...
December 14, 2013 at 3:11 pm
The only thing worse than data modelling and Agile is data modelling without Agile.
Strangely I have been researching this all of today and I'm going to be a bit Off...
December 12, 2013 at 2:33 pm
Viewing 15 posts - 361 through 375 (of 622 total)