Viewing 15 posts - 1 through 15 (of 48 total)
November 29, 2017 at 9:54 am
Thanks Sean,
To be honest, Im not happy about this bridging approach at all, but Im not sure what else to do. The foreign key linked tables have relationships that are...
October 14, 2011 at 12:51 pm
Sorry Derrick,
I had a mistake in my example (Late night).
The schema is customers, not orders, I have no periods in the table name
So, tablename is auditdb.customers.ordersaudit (where customers is the...
October 6, 2010 at 2:17 am
You can use Enterprise Library for your data access layer that will separate your application from the database layer. It also makes your data access simple.
Use enterprise library where?...
September 6, 2010 at 3:08 pm
Thanks Gift,
So you would recommend only using the presentation layer (report manager and WS) and the DB layer. Problem is the infrastructure folks are unhappy about direct connections between the...
September 6, 2010 at 1:51 am
I posted on msdn and got this solution
http://social.msdn.microsoft.com/Forums/en/sqlxml/thread/38016fd9-4a7d-48d5-850b-dc01e370f3af
February 16, 2010 at 12:17 pm
Thanks for this solution. This works fine against tables. How would I go about this if each set of elements were created from a SQL statement involving joins?
February 16, 2010 at 3:44 am
Apologies. As my question follows the context of this existing thread, I assumed that appending to the thread would be preferable to proliferating similar threads.
Thanks for the XML tag tip.
Can...
February 15, 2010 at 9:52 am
Folks, I want to generate XML for a basic structure where there is several differing element types listed within the root with no relationships.
Say I have products, customers and...
February 15, 2010 at 8:00 am
Thanks Steve,
My solution was to use stored procedures to pull each xml section and return a table variable with the required data and format.
February 8, 2010 at 4:19 am
Running into the problem you mentioned with varchar(max)fields/blobs
[XML Destination [1112]] Error: System.InvalidCastException: Xml type 'List of xdt:untypedAtomic' does not support a conversion from Clr type 'BlobColumn' to Clr type 'String'.
I...
February 5, 2010 at 3:11 am
Steve,
Thanks for providing the example. You inspired me to try this on another machine and it worked. Must have had a "ghost" version of the control in the toolbox.
Thank...
February 4, 2010 at 4:41 am
Thanks Steve,
Any chance you send me a screenshot of the dataflow?
Just so I know Im not going mad, will you try using two oledb sources to do the same?
Cheers
Mick
February 3, 2010 at 8:34 am
Folks,
The SSIS XML destination control proclaims that it can
Support multiple inputs on a single component
I have not been able to get this to work. If I add more than...
February 3, 2010 at 6:31 am
Steve mate, Im intrigued, can you elaborate a bit? Not that versed in SSIS.
Were you able to implement the relationships within the XML structures when you merged it together?
Cheers
Mick
February 1, 2010 at 12:06 pm
Viewing 15 posts - 1 through 15 (of 48 total)