Viewing 15 posts - 6,031 through 6,045 (of 11,678 total)
With the pivot you make your two records into one single record, which you can feed into an update statement.
December 21, 2012 at 2:19 am
Why didn't you start your own thread instead of hijacking an existing one with different requirements?
Check out the pivot transformation, it suits your requirement nicely.
December 21, 2012 at 1:00 am
I'm afraid such data is not available. As you found out yourself already, only the creation datetime is stored.
You could add your own logging columns using defaults and triggers, but...
December 21, 2012 at 12:09 am
If 2005:
Use a dataflow with an OLE DB source to read the data. Use a lookup on the destination table to retrieve the business key and the primary key. Do...
December 21, 2012 at 12:03 am
Easy question. I didn't even had to check to 3rd query, because the second one gave (NULL,0) and there was only one answer in the list with that option 🙂
The...
December 20, 2012 at 11:58 pm
Phil Parkin (12/20/2012)
Koen Verbeeck (12/20/2012)
you could use the Export column to export each location to a seperate flat file (you'd need to combine all the data columns...
December 20, 2012 at 11:11 pm
My guess is MSDTC isn't running.
You can always try with the Execute SQL Tasks as I mentioned earlier.
December 20, 2012 at 11:07 pm
Check out the various solutions in this blogpost:
SSIS error “Failed to retrieve data for this request”: reasons and resolutions
December 20, 2012 at 11:06 pm
What's the error?
December 20, 2012 at 5:43 am
Enable transactions in your SSIS package. You can either use the built-in transaction mechanism which uses MSDTC, or you can create your own transaction by putting a SQL Task with...
December 20, 2012 at 5:13 am
What is the error user 2 gets?
My guess is DCOM permissions aren't set up correctly.
December 20, 2012 at 5:07 am
I personally wouldn't use event handlers, but use precedence constraints.
I'd put all the tasks in one sequence container. After the sequence container, I would put two Execute SQL Tasks: one...
December 20, 2012 at 5:05 am
A very elaborate workaround:
you could use the Export column to export each location to a seperate flat file (you'd need to combine all the data columns you need and then...
December 20, 2012 at 4:49 am
In the For Each Loop, there's a checkbox "Traverse subfolders" (if the For Each File enumerator is selected). Is it checked?
December 20, 2012 at 3:47 am
Gopi S (12/20/2012)
So far Jason is following me 😛
Yes, by saying your explanation is insufficient...
edit: I forgot to mention: thanks for the effort to create and submit a question. Hopefully...
December 20, 2012 at 12:51 am
Viewing 15 posts - 6,031 through 6,045 (of 11,678 total)