Viewing 15 posts - 9,976 through 9,990 (of 22,213 total)
karthik M (3/8/2013)
is this a secret maintened by microsoft ? 🙂
Short answer, yes.
Longer answer, Microsoft publishes some of the internals because it helps people understand how or why things are...
March 8, 2013 at 4:21 am
GilaMonster (3/7/2013)
Unless the data's small enough it can manage entirely within the memory grant. Not much chance of that except with trivial data.
Not arguing, just clarifying, won't it allocate some...
March 7, 2013 at 9:34 am
I sure wouldn't turn on both. In fact, I'd suggest just using 1222, not 1204.
How about taking a look at the system_health extended event session. It automatically captures full deadlock...
March 7, 2013 at 9:11 am
I don't have a document I can share with you. Sorry. Maybe something I need to write up.
The maintenance that is available to you with Azure SQL Databases is limited...
March 7, 2013 at 6:41 am
In general, if I'm going to have to fix it, I want control over it. It's that simple. They're trying to give you the responsibility without giving you the authority....
March 7, 2013 at 6:24 am
That's an extremely open-ended question. The problem is, the daily duties vary from one organization to the next. Further, they vary from one group within the organization to the next....
March 7, 2013 at 6:19 am
I'll be perfectly honest, I don't understand most of what you're trying to describe.
From the description, you've wondered extremely far afield of traditional relational storage. As soon as you...
March 7, 2013 at 6:15 am
The query engine will do what it does. That's in the internals. No way to know without a debugger or insider knowledge. It will use tempdb though.
March 7, 2013 at 5:55 am
And you really can't use those costs to compare one query to another because of what everyone else has said. Within a given query, you have to use the costs...
March 1, 2013 at 6:54 am
Estimated IO cost is only partly based on page count. But, the fact that you're getting discrepancies is the beginning of what might be the issue. Have you looked at...
February 27, 2013 at 12:44 pm
I've got a poster over at AskSSC that is utterly confusing me. He's either very unclear, or I'm very obtuse or some combination of the two. If anyone with an...
February 27, 2013 at 6:29 am
Instead of opening it up within the GUI, just run a query directly against it using sys.fn_xe_file_target_read_file
February 27, 2013 at 4:55 am
The best resources to learn about internals are the Books Online and the book SQL Server Internals by Kalen Delaney, et al. Benjamin Nevarez book is also a pretty good...
February 27, 2013 at 4:43 am
Refer back to the number of pages in the indexes. You can use sys.dm_db_index_physical_stats (I think that's right, typing from memory) to see the size of the index or table.
February 26, 2013 at 8:15 pm
Just remember that simply adding files won't always speed things up. It's adding files with additional disks under them that really makes a major difference. But, then you have to...
February 26, 2013 at 12:16 pm
Viewing 15 posts - 9,976 through 9,990 (of 22,213 total)