Viewing 15 posts - 136 through 150 (of 497 total)
Brandie Tarvin (4/30/2010)
Then again, I don't have a logshipped...
May 2, 2010 at 4:41 pm
Grant Fritchey (4/19/2010)
It's going to vary from situation to situation, but the potential for it to have very large impact and take tempdb offline for a considerable length of time...
April 19, 2010 at 9:17 pm
Ok, I know that this query is bad and needs to be redesigned. I also know that the tempdb will not release the space back to the OS, which...
April 19, 2010 at 5:43 pm
Ok, will try to resurrect the topic again. It looks like the below query no longer works in SQL 2005. Is there a reason why? It looks...
April 7, 2010 at 12:07 am
bigM (3/31/2010)
I could uninstall the Integration Services without changing the data value from 0 to 1.I'm still confused.
In my case I had a problem uninstalling IS or upgrading it to...
April 6, 2010 at 11:45 pm
Ok, the problem got solved by setting the following registry keys (for Service Pack 2 and the hotfix):
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\<Product Code>\Patches\<Patch Code>
MSI3 1
Patch Type 0
State 2
Uninstallable 1
March 30, 2010 at 10:02 pm
lmu92 (3/21/2010)
Roust_m (3/21/2010)
CirquedeSQLeil (3/19/2010)
You say the execution plans are the same. Is that the estimated or the actual exec plans?How many rows difference is there between the environments?
Both estimated...
March 21, 2010 at 11:48 pm
Paul White NZ (3/19/2010)
Roust_m (3/18/2010)
How do you show that the poor performance is related to the cache bloat?
Not easy. One way is to show that the procedure cache is...
March 21, 2010 at 4:39 pm
CirquedeSQLeil (3/19/2010)
You say the execution plans are the same. Is that the estimated or the actual exec plans?How many rows difference is there between the environments?
Both estimated and actual,...
March 21, 2010 at 4:13 pm
Paul White NZ (3/19/2010)
Roust_m (3/15/2010)
SET STATISTICS TIME ON
SET...
March 21, 2010 at 4:12 pm
Paul White NZ (3/18/2010)
Unless you can show that procedure...
March 18, 2010 at 11:24 pm
I've tried to get the actual plan for this query:
SELECT * FROM [MyDB].[MySchema].[GetHashTable] (
'SomeValue'
,1)
Which calculates hash values for 11k records from a table, but did not get the "memory_grant" line...
March 15, 2010 at 10:57 pm
The total memory grant for the whole query is also reported by the left-most node in the graphical execution plan from a real execution.
It looks like the plan only...
March 15, 2010 at 10:33 pm
Viewing 15 posts - 136 through 150 (of 497 total)