Viewing 15 posts - 16 through 30 (of 57 total)
That's what I thought. Thanks for the reference and tip. Much appreciated.
February 17, 2009 at 1:39 pm
Thanks for the information. The system is a data warehouse, not OLTP. We are looking to improve query performance overall, reducing CXPACKET waits came up as one possibility....
January 5, 2009 at 12:47 pm
Thanks,
I have raised similar arguments related to storing production data on QA. The information I am receiving is beneficial. There are sound reasons (as you noted) why...
November 11, 2008 at 8:50 am
Thanks. Difficult is an understatement.
My next question would be what is reasonable? Are other shops keeping QA and production in sync? If so, what procedures/tools...
November 11, 2008 at 8:10 am
Thanks again for all the help and insight. We are going to rewrite the process to eliminate the functions.
Much appreciated!
September 15, 2008 at 11:55 am
Thanks again for all the help.
Yes, we rebooted the server, rebuilt all of the indexes, and resampled the statistics. When we compared the execution plans between systems, they were...
September 12, 2008 at 7:45 am
Thanks for all the replies. They are very much appreciated!
What continues to be a mystery is why a procedure that has been running since 2005 for 20 minutes...
September 12, 2008 at 7:15 am
Sorry, can't post the code but I will try to explain further using an example.
Select ...
column1,
column2,
column3,
dbo.fnFunction (a.Cost1, b.COST2, b.COST3, b.XDate,@CurrentDt) as Cost4,
column5
.
.
.
into #temp from tblsource1 a (3 million...
September 11, 2008 at 11:16 am
They are simple calculations, nothing complex. For example, we pass a couple of parms like cost, qty, and unit of measure then return the extended cost as money. ...
September 11, 2008 at 9:13 am
Thanks for the reply,
The source table has 3 million rows. We perform a select into a temporary table and calculate various cost columns using functions. Functions are...
September 11, 2008 at 8:47 am
Not yet. This is a QA system in a chain of systems (development and production) all SP3a. We are planning to upgrade to SP4, but are not there...
August 26, 2008 at 9:38 am
Have you been able to resolve the problem? We are seeing the same issue on a QA server running SQL2000 Std. SP3a and Win2000 Std Sp4. The icon...
August 22, 2008 at 2:54 pm
Thanks for the info. We're backing it down to 28GB. Does this require a restart of the services?
August 19, 2008 at 9:08 am
We have tried all of the above with no luck. I agree there is an underlying process that has moved or is being locked. One change that I...
January 29, 2008 at 9:38 am
This is a critical problem for us. Any help at all would be greatly appreciated. We are not sure if this is a windows problem or SQL problem....
January 24, 2008 at 7:25 am
Viewing 15 posts - 16 through 30 (of 57 total)