Viewing 15 posts - 391 through 405 (of 758 total)
GilaMonster (9/26/2012)
Unless you have buffer pool > total size of all DBs in use, you can't assume that there will...
September 26, 2012 at 5:20 am
GilaMonster (9/26/2012)
SQLSACT (9/25/2012)
September 26, 2012 at 3:04 am
Perry Whittle (9/25/2012)
to TempDB
Thanks
So if a query is submitted to SQL and the pages need to be brought into memory from disk and there is not enough memory to accomodate...
September 25, 2012 at 11:47 pm
Perry Whittle (9/25/2012)
laurie-789651 (9/25/2012)
Perry Whittle (9/25/2012)
SQLSACT (9/25/2012)
I have a quick question regarding pages moving from disk into memory
If I select * from a table, are all pages that make...
September 25, 2012 at 10:21 am
Grant Fritchey (9/25/2012)
SQLSACT (9/25/2012)
Grant Fritchey (9/25/2012)
Yep. By design. Here's some description of it. Yet another reason to avoid auto_close.
Ok, so I'm definately going to change the option to false.
Question is,...
September 25, 2012 at 6:47 am
Grant Fritchey (9/25/2012)
Yep. By design. Here's some description of it. Yet another reason to avoid auto_close.
Ok, so I'm definately going to change the option to false.
Question is, if I make...
September 25, 2012 at 6:41 am
Nils Gustav Stråbø (9/23/2012)
The best way to find out how it calculates it is by starting a Profiler trace with a filter on your login.
Will give it a shot
Thanks
September 23, 2012 at 2:38 pm
Nils Gustav Stråbø (9/22/2012)
All indexes will have a root page, but only if there are more than one data page. If there is only one data page,...
September 22, 2012 at 4:02 pm
L' Eomot Inversé (9/22/2012)
Your structure (with both the data and the index) is a tree of pages. The data pages are just the leaf pages...
September 22, 2012 at 12:55 pm
GilaMonster (9/20/2012)
Of course.
Cool, thanks
September 20, 2012 at 8:53 am
Grant Fritchey (9/20/2012)
SQLSACT (9/20/2012)
Grant Fritchey (9/20/2012)
SQLSACT (9/20/2012)
Grant Fritchey (9/20/2012)
SQLSACT (9/20/2012)
Grant Fritchey (9/20/2012)
September 20, 2012 at 7:00 am
Grant Fritchey (9/20/2012)
SQLSACT (9/20/2012)
Grant Fritchey (9/20/2012)
SQLSACT (9/20/2012)
Grant Fritchey (9/20/2012)
September 20, 2012 at 6:49 am
Grant Fritchey (9/20/2012)
SQLSACT (9/20/2012)
Grant Fritchey (9/20/2012)
September 20, 2012 at 6:42 am
GilaMonster (9/20/2012)
Pretty much. The new page does not have to be page 11, can be any page anywhere in the filegroup.
Am I right in that the non-leaf pages in the...
September 20, 2012 at 6:40 am
Grant Fritchey (9/20/2012)
September 20, 2012 at 4:03 am
Viewing 15 posts - 391 through 405 (of 758 total)