Viewing 15 posts - 256 through 270 (of 758 total)
foxxo (3/5/2013)
Open SQL Configuration Manager and check it there.
What's...
March 5, 2013 at 3:31 am
dwain.c (3/4/2013)
create table #table1
(name nvarchar(50), purchase_date...
March 4, 2013 at 1:31 am
opc.three (3/1/2013)
Does this yield multiple rows?
SELECT [type],
[name],
...
March 2, 2013 at 2:07 pm
opc.three (3/1/2013)
March 1, 2013 at 7:19 am
opc.three (2/28/2013)
The 'SQL Plans' cache includes plans for both 'Ad Hoc' and 'Prepared' queries.
Thanks
Taking into account the fact that SQL plans consists of Adhoc and Prepared queries - The total...
March 1, 2013 at 6:35 am
Thanks Guys - This clears up a lot
Perry, would you say that it's safe to not cluster DTC when you have a single node cluster?
Thanks
February 28, 2013 at 6:11 am
opc.three (2/26/2013)
February 26, 2013 at 11:14 pm
GilaMonster (2/13/2013)
Memory grants for sorts are, oddly enough, memory. If the process can't get enough memory, then the sort...
February 14, 2013 at 12:17 am
GilaMonster (2/13/2013)
Why would you see a tempDB allocation when something's not spilling to TempDB?
From Grant:
All temporary tables (hash/work tables, temp tables, table variables) are written to disk as well as...
February 13, 2013 at 11:28 pm
What I'm struggling to see is the tempdb allocation when spill doesn't happen.
Thanks
February 13, 2013 at 11:26 am
Hi Grant
I know this post is getting old, I thought I'd just fill you in on my findings
I watched a video (from SQL.Bits) called "Advanced SQL Server 2008 troubleshooting by...
February 13, 2013 at 8:01 am
anthony.green (2/13/2013)
Yes I would aggree as the clustered index IS your table.
Great Stuff - Thanks for your input
February 13, 2013 at 2:42 am
anthony.green (2/13/2013)
It needs somewhere to store the B-Tree so you would expect it to be slighltly larger after changing from a heap to a clustered index.
Thanks Anthony
Would you agree that...
February 13, 2013 at 2:37 am
Viewing 15 posts - 256 through 270 (of 758 total)