Viewing 5 posts - 1 through 5 (of 5 total)
You can use the SQL Server view sys.dm_io_virtual_file_stats to see IO Stall Time. Around 7 ms is average, anything above 20 ms is considered poor, and above 50 ms is...
July 24, 2015 at 1:46 pm
If this is an OLAP environment CXPACKET is a good thing, and you would want it to be > 10%. If this is an OLTP environment CXPACKET > 5%...
November 1, 2013 at 8:00 am
Object IDs are described here:
http://en.wikipedia.org/wiki/Object_identifier
This is how they get encoded into a compact form:
http://msdn.microsoft.com/en-us/library/windows/desktop/bb540809(v=vs.85).aspx
C# code is here:
October 17, 2011 at 3:18 pm
Here are some additional sections (revised):
-Upgrade (to latest release)
-Data Access Layer (LINQ, ADO.NET, ODBC, JDBC, RBAR marshalling)
-Conversion (to/from non-Microsoft SQL Server DBMS)
-Schema Design (logical & physical)
-SQL questions & solutions
-XML storage...
January 5, 2009 at 1:53 pm
Here are some additional sections:
-Upgrade (to latest release)
-Data Access Layer (LINQ, ADO.NET, ODBC, JDBC, marshalling)
-Conversion (to/from non-SQL Server DBMS)
-Schema Design
Performance Tuning can be broken down into:
-System & Network Configuration &...
January 2, 2009 at 8:00 am
Viewing 5 posts - 1 through 5 (of 5 total)