Viewing 15 posts - 1,351 through 1,365 (of 6,486 total)
It kind of sounds that way. You may actually have a loop within a loop.
I would recommend getting comfortable with one loop for now (make sure you know how...
May 18, 2010 at 12:06 pm
In order to "prime" a forEach task in SSIS:
- Create an Execute SQL Task and drag its output to point to the forEach object. Put whatever connection info...
May 18, 2010 at 11:21 am
This is a basic pivot operation. Unless you get "fancy", you would need to know how many issues you would need to pivot out, and you'd need a consistent...
May 16, 2010 at 4:48 pm
The UPDATE() can be confusing. It's detecting whether a column was included in an update, not necessarily whether the value of a column for a specific row was ACTUALLY...
May 16, 2010 at 2:47 pm
Yes - for XML PATH is very nice, especially with complex formats. With EXPLICIT set up as a UNION (and every node and level needing to be defined), PATH...
May 16, 2010 at 9:26 am
By the way - you didn't mention the version of SQL Server you're using (it makes a difference).
For example - if you are using SQL 2005 or higher, you...
May 15, 2010 at 9:11 pm
Michael Meierruth (5/10/2010)
JacekO (5/10/2010)
Software is like a Cathedral. You build it… you build it… you build it…And then you pray…
The cathedral in Milan took forever to build.
And now its bowels...
May 10, 2010 at 11:13 am
So that becomes what -
- MCSHT (Microsoft Certified System Humor Technologist)
May 10, 2010 at 10:55 am
Assuming you have a solid ordering method in mind - I'd recommend using your running total concept. Jeff Moden has a VERY high speed way to do this in...
May 8, 2010 at 1:00 pm
We've had a few colorful names for some processes:
- "mentat architecture": the results of guessing what the requirement will end up being AFTER we're done developing the project...
May 8, 2010 at 12:42 pm
Good to hear. I was wondering why it would be at different levels (not terribly uncommon in XML, but SSIS tends to not much care for that from what...
May 7, 2010 at 6:17 pm
Let's try this a different way. Do you have specific XML files you'd expect these to work against?
May 6, 2010 at 6:35 pm
Are you expecting them to work interchangeably? Because one is 5 levels down, and the other is 7, so I don't think they could operate on the same files,...
May 6, 2010 at 3:13 pm
Have you taken a look at the dependencies? There's a system view called sys.sysdepends which should have a LOt of that data.
May 3, 2010 at 10:21 am
Viewing 15 posts - 1,351 through 1,365 (of 6,486 total)