Viewing 15 posts - 16 through 30 (of 46 total)
That sounds reasonale, however, if you look back to one of my earlier posts I explain how there is an example that clearly displays a group being entered as an...
October 1, 2009 at 4:49 pm
Am I communicating my problem ineffectively or are we all legitimately stumped? Somehow I thought there would be more interest in this topic, since it pertains to enterprise scalability.
October 1, 2009 at 1:39 pm
Thanks for the reply. That would really defeat my purpose though.
I need a group to be able to be the owner of an agent job.
So imagine there are two...
October 1, 2009 at 4:53 am
nobody else has experienced this?
September 30, 2009 at 11:59 am
BufferTempStoragePath is only used when SSIS needs to page out, meaning it is low on memory and needs swap space.
It is true that you may be having a permissions issue...
September 8, 2009 at 8:50 am
indeed...this query may be optimum...thanks
August 25, 2009 at 7:47 am
I've seen the query optimiser make some seriously bad decisions....I don't think this one is soo bad.
...but, the query plan is using a hash-match and needs to be told to...
August 25, 2009 at 7:36 am
cool....thanks for the input.
I am having pretty good overall performance with this, just trying to tighten up anything I can.
Just read that if the source table is a considerable amount...
August 25, 2009 at 7:13 am
I am actually moving a datawarehouse from 2000 into 2008 with tons of modeling changes.
Here is the syntax for how I am batching the popuation of this particular dimension. I...
August 25, 2009 at 6:53 am
good point Gila, I do not know if it is more efficient.
What I was driving at, though, is that the merge syntax doesn't seem to allow index hints on...
August 25, 2009 at 6:49 am
Check out Microsoft SQL Server BI Metadata Samples and Toolkit.
June 25, 2009 at 8:25 am
I guess I wasn't looking for help with performance tuning on the query. I was looking for any advice on a general approach.
Imagine I have a table with only 2...
June 18, 2009 at 10:06 am
for each row in the table
I need to take that 1 row and turn it into 1 row for every month between the effective date and expiration date.
June 18, 2009 at 4:55 am
if the 2 series of columns have the same number of occurerences then that would be perfect for an SSIS unpivot task
June 16, 2009 at 10:53 am
are yu posotive you want to extract and trannsform your data this way??
Any reason you can't bulk insert and run updates via execute sql task?
That should perform faster
June 12, 2009 at 1:37 pm
Viewing 15 posts - 16 through 30 (of 46 total)