Sign In
MSDN Blogs
Microsoft Blog Images
More ...
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Common Tasks
Email Blog Author
About
RSS for posts
Atom
Archives
Archives
May 2012
(3)
April 2012
(2)
March 2012
(2)
February 2012
(8)
January 2012
(8)
December 2011
(14)
November 2011
(7)
October 2011
(5)
September 2011
(3)
August 2010
(1)
July 2010
(3)
June 2010
(4)
May 2010
(4)
May 2008
(1)
February 2008
(6)
January 2008
(3)
December 2007
(25)
November 2007
(14)
Visitors log
Where you folks come from?
Blog - Title
December, 2011
MSDN Blogs
>
La bodeguita de Nacho
>
December, 2011
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
La bodeguita de Nacho
What’s in Enterprise only? (Online Index Operations)
Posted
5 months ago
by
Nacho Alonso Portillo
0
Comments
Starting with SQL Server 2005 you can create, rebuild, or drop indexes while concurrent users read or modify the underlying table or clustered index data and any associated nonclustered indexes during these index operations. This mode of performing index...
La bodeguita de Nacho
What’s in Enterprise only? (Partitioned Tables and Indexes)
Posted
5 months ago
by
Nacho Alonso Portillo
1
Comments
Starting with version 2005, SQL Server introduces the concept of partitioned tables and indexes. Partitioning can make large tables and indexes more manageable and scalable. By using partitioning, an operation such as loading data from an OLTP to an OLAP...
La bodeguita de Nacho
Why is the column named “Microsoft SQL Server 2005 XML Showplan” despite the version producing it is not 2005?
Posted
5 months ago
by
Nacho Alonso Portillo
0
Comments
This is something many users point out as a defect, but which is not. It is the fact that despite the version of SQL Server you are using, the column produced by SET SHOWPLAN_XML or SET STATISTICS XML containing the query plan, is named “Microsoft...
La bodeguita de Nacho
Under which circumstances would Activity Monitor display duplicate rows in the Processes section?
Posted
5 months ago
by
Nacho Alonso Portillo
0
Comments
There are two reasons why Activity Monitor would show duplicate rows in its Processes area, just like in the following screen capture: The first and most commonly known is if that session is executing a parallel query plan, where one or more...
La bodeguita de Nacho
Clicking on the XML link containing a query plan doesn’t display the graphical plan but opens the XML editor instead
Posted
5 months ago
by
Nacho Alonso Portillo
0
Comments
Recent Note: SQL Server 2008 R2 Service Pack 1 Cumulative Update 4 (10.50.2796.0) is the first build servicing showplanxml.xsd with the updated version. So, install that CU to get rid of this problem. Last week, while working with a customer in the optimization...
La bodeguita de Nacho
What’s in Enterprise only? (Concurrent, Shared, or Merry-go-round Scans)
Posted
5 months ago
by
Nacho Alonso Portillo
0
Comments
When a new scan is started on any given B-Tree, SQL Server checks whether the new scan can consume items in any order (non-deterministic) and whether another scan is already active for the same object. If that’s the case, the scans are linked together...
La bodeguita de Nacho
How can you drop the witness of a mirroring session when the partners have been dismantled?
Posted
5 months ago
by
Nacho Alonso Portillo
0
Comments
A colleague of mine described the following situation: Long time ago they setup a database mirroring environment with 3 servers (2 partners + a witness). Then they changed their mind and decided that clustering fit better their HADR necessities. So...
La bodeguita de Nacho
The Read Ahead that doesn’t count as Read Ahead
Posted
5 months ago
by
Nacho Alonso Portillo
0
Comments
As you may know from having read the documentation, whitepapers, or personal synthetic experiments, SQL Server’s Storage Engine supports a performance optimization mechanism named read-ahead (RA for short). Its aim is anticipating the data and index pages...
La bodeguita de Nacho
What’s in Enterprise only? (Log manager uses locked pages for log cache buffers)
Posted
5 months ago
by
Nacho Alonso Portillo
0
Comments
Beginning with SQL Server 2008 R2, log manager uses locked pages whenever possible for log cache buffers. This improves performance because the kernel of the OS doesn't need to lock these buffers during IO. The improvement effects may vary depending on...
La bodeguita de Nacho
Programmatically enabling/disabling SQL Native Client Protocols
Posted
5 months ago
by
Nacho Alonso Portillo
0
Comments
SQL Server Configuration Manager uses the WMI provider for Configuration Management. More specifically, it uses the SetEnable/SetDisable methods of the ClientNetworkProtocol class. The following PowerShell script will leverage that class to enumerate...
La bodeguita de Nacho
What is the expected behavior from an attempt to enable a trace flag which is not defined in the targeted version of the product?
Posted
5 months ago
by
Nacho Alonso Portillo
2
Comments
Imagine, for example, that you run DBCC TRACEON(1117, -1) to globally enable trace flag 1117 on an instance of SQL Server 2005, where it had no effect because nowhere in the Database Engine’s code honored such flag. We could then say trace flag...
La bodeguita de Nacho
What on Earth is causing this “Incorrect Syntax near ‘)’” error?
Posted
5 months ago
by
Nacho Alonso Portillo
0
Comments
A colleague of mine exposed, a few days ago, a situation where his customer had some scripts they ran successfully against a SQL Server 2008 R2 instance they had in production. No errors there… happy and easy life. One day they decided to run those scripts...
La bodeguita de Nacho
What’s in Enterprise only? (Running DBCC CHECK* in parallel)
Posted
5 months ago
by
Nacho Alonso Portillo
0
Comments
Parallelizing the execution of DBCC CHECK* can give a significant performance boost to its execution and significantly reduce run times (especially if the objects stored in the database are spread across multiple files so the IOs can also be parallelized...
La bodeguita de Nacho
Attempt to grow all files in one filegroup and not just the one next in the autogrowth chain using trace flag 1117
Posted
5 months ago
by
Nacho Alonso Portillo
0
Comments
As you may have noticed, it has been written about Trace Flag 1117 in various blogs, and the general guidance they all provide is to enable it, particularly for SAP and Dynamics . However one might ask itself the question: In which circumstances, if any...
Page 1 of 1 (14 items)