Viewing 15 posts - 1 through 15 (of 72 total)
Sorry guys. I thought included all the information needed in my original post. It has the DDL and poorly performing query included. Let me try to explain...
September 27, 2011 at 7:23 am
Basically the table #tmpDeal represents a cartesian product of IDs. The profit is determined using some formula. What i need to do is identify the ideal combination of...
September 26, 2011 at 10:09 pm
Good point. The issue I'm having is the SQL-DMO.JobID does not match the msdb.jobid. I suspect the msdb.jobid is getting converted to a 32-character string.
January 30, 2009 at 8:12 am
I believe that did the trick. I really appreciate the help.
October 24, 2007 at 9:27 am
It looks like the problem is gone now. I can not reproduce the issue to generate an execution plan. Sorry to have bothered everyone. Next time, I'll be sure to...
May 21, 2007 at 12:29 pm
I apologize for not making the example clearer. Here's the low down on the process.
The purpose of the stored proc is to Process / Aggregate approximately 4 million transaction header records...
May 14, 2007 at 12:57 pm
Thanks for taking a look. I made a mistake in my post when trying to change object names. I corrected the typo. It looks like i can only have 1...
May 14, 2007 at 9:54 am
I guess i should've included the steps we took to identify the issue. I first noticed the problem when the tables became very large, so I assumed SQL Server cached...
May 14, 2007 at 9:34 am
Is integration services installed and running? 2005 maintenance plans require SSIS.
May 11, 2007 at 3:27 pm
I had a similar problem with connecting an SSIS package on a 64 bit server to Pervasive.SQL using 32 bit drivers.
Solution:
1) Build the package in 32 bit mode.
2) Register the pervasive...
May 11, 2007 at 3:25 pm
May 11, 2007 at 3:06 pm
I solved the problem using this query. I'm not sure how it will perform yet, so I'll have to let you all know later.
Select Item, Date, Time, NewCost, OldCost
From #CostHist...
April 20, 2007 at 3:38 am
Jason, thanks for the link. I actually similar discussions about using "Script Components" as a destination source. It actually worked well. I even went as far as creating script component transformations...
April 5, 2007 at 1:59 pm
Believe it or not, i did exactly what you suggested prior to posting here. The problem I'm having is the final step. INSERT/Update pervasive via SSIS. The datareader w/ odbc...
April 2, 2007 at 11:39 am
I appreciate everyone's input. I tried the CTE solution and it worked, but with 1 major flaw... It blew our TEMPDB to 50gb under a normal load (a few million...
March 21, 2007 at 9:08 am
Viewing 15 posts - 1 through 15 (of 72 total)