Viewing 15 posts - 9,991 through 10,005 (of 22,219 total)
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...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
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...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
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
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
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...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
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.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
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...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
February 26, 2013 at 12:16 pm
You should be able to get all the answers to your questions from the Quest web site. It's all there.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
February 25, 2013 at 7:33 am
The blog can show the stuff you're learning too. It doesn't just have to be "look at me, I'm awesome." In fact the posts that say "Hey, I ran into...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
February 25, 2013 at 6:19 am
Jeff Moden (2/22/2013)
I've been up to my eyes with work and they only have SQL Server 2005 so I haven't even broken the surface on Extended Events. That explains...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
February 22, 2013 at 1:54 pm
Instead of running XML queries against the server, a relatively high process event, I'd output the Extended Events to a file, then you can read that file from another server...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
February 22, 2013 at 1:37 pm
You can't detach a database with users actively connected to it. You'll have to kick them off first. No choice there.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
February 15, 2013 at 11:42 am
While those tools do have the VS shell, you'll still have to do a Visual Studio install to get the ASP.NET aspects installed.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
February 15, 2013 at 11:41 am
ScottPletcher (2/15/2013)
I haven't been required to do a point-in-time recovery or tail-log backup for MONTHS. Depending on the environment, that may never be required of your job as DBA.
Certainly...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
February 15, 2013 at 9:03 am
Always, always, always, contact Microsoft directly for licensing questions. It's a constantly shifting target. Plus you can negotiate deals. There's just no way a random stranger, even ones as informed...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
February 14, 2013 at 6:04 am
Also check the ANSI connection settings on the two servers.
Let's see, cost threshold for parallelism, the max degree of parallelism, umm... The stuff already mentioned.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
February 14, 2013 at 6:02 am
Viewing 15 posts - 9,991 through 10,005 (of 22,219 total)