深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作

深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
分享
扫描下方二维码分享到微信
打开微信,点击右上角”+“,
使用”扫一扫“即可将网页分享到朋友圈。
作者: [美]
2009-09
版次: 1
ISBN: 9787115211439
定价: 99.00
装帧: 平装
开本: 16开
纸张: 胶版纸
页数: 754页
字数: 931千字
正文语种: 英语
原版书名: Microsoft SQL Server 2008 Internals
18人买过
  •   《深入解析SQLServer2008(英文版)》是讲述SQLServer关系数据库引擎内部机理和架构的权威指南。书中详细阐述了SQLServer处理查询、管理数据的相关内容,包括SQLServer架构和配置、跟踪/扩展事件、日志和恢复、索引、表格、查询优化、事务/并发以及DBCC。
      《深入解析SQLServer2008(英文版)》适合中高级数据库开发人员阅读。   KalenDelanay世界知名的SQLServer专家。微软SQLSewerMVP。从1987年供职Sybase时与微软合作开发最早的SQLServer版本算起。她的SQLSewer研发经验已达20多年。她本人以对SQLServer底层技术的精湛造诣享誉业内。所著InsideMicrosoftSQLServer系列(本书前身)长期以来被奉为圣经级著作。
      PaulS.Randal和KJmberlyL.Tripp夫妇世界知名的SQLServer专家。微软SQLSewerMVP。他们都曾长期效力于微软SQLSewer开发团队。Randal更是在SQLSewer多个版本中负责存储引擎的开发。
      ConorCunningham目前担任SQLSewerver引擎主架构师。负责下一代引擎的设计和开发。AdamMachanic世界知名的SQLServer专家。微软SQLServerMVP。著名社区SQLblog.com创始人。名著《SQLSewer2005编程艺术》的作者。
      BenNevarez资深D8A。有多年SQLSewer管理经验。 1 SQLServer2008ArchitectureandConfiguration 
    SQLServerEditions
    SQLServerMetadata 
    CompatibilityViews 
    CatalogViews 
    OtherMetadata 
    ComponentsoftheSQLServerEngine
    ObservingEngineBehavior
    Protocols 
    TheRelationalEngine 
    TheStorageEngine 
    TheSQLOS
    NUMAArchitecture
    TheScheduler 
    SQLServerWorkers
    BindingSchedulerstoCPUs 
    TheDedicatedAdministratorConnection(DAC) 
    Memory 
    TheBufferPoolandtheDataCache 
    AccesstoIn-MemoryDataPages 
    ManagingPagesintheDataCache 
    TheFreeBufferListandtheLazywriter 
    Checkpoints 
    ManagingMemoryinOtherCaches 
    SizingMemory 
    SizingtheBufferPool 
    SQLServerResourceGovernor 
    ResourceGovernorOverview 
    ResourceGovernorControls 
    ResourceGovernorMetadata 
    SQLServer2008Configuration 
    UsingSQLServerConfigurationManager 
    ConfiguringNetworkProtocols 
    DefaultNetworkConfiguration 
    ManagingServices 
    SQLServerSystemConfiguration 
    OperatingSystemConfiguration 
    TraceFlags 
    SQLServerConfigurationSettings 
    TheDefaultTrace 
    FinalWords 
    2 ChangeTracking,Tracing,andExtendedEvents 
    TheBasics:TriggersandEventNotifications 
    Run-TimeTriggerBehavior 
    ChangeTracking 
    ChangeTrackingConfiguration 
    ChangeTrackingRun-TimeBehavior
    TracingandProfiling
    SQLTraceArchitectureandTerminology
    SecurityandPermissions
    GettingStarted:Profiler
    Server-SideTracingandCollection
    ExtendedEvents 
    ComponentsoftheXEInfrastructure 
    EventSessions 
    ExtendedEventsDDLandQuerying 
    Summary 
    3 DatabasesandDatabaseFiles 
    SystemDatabases 
    master 
    model 
    tempdb 
    TheResourceDatabase 
    msdb 
    SampleDatabases 
    AdventureWorks 
    pubs 
    Northwind 
    DatabaseFiles 
    CreatingaDatabase 
    ACREATEDATABASEExample 
    ExpandingorShrinkingaDatabase 
    AutomaticFileExpansion 
    ManualFileExpansion 
    FastFileInitialization 
    AutomaticShrinkage 
    ManualShrinkage 
    UsingDatabaseFilegroups 
    TheDefaultFilegroup 
    AFILEGROUPCREATIONExample 
    FilestreamFilegroups 
    AlteringaDatabase 
    ALTERDATABASEExamples 
    DatabasesUndertheHood 
    SpaceAllocation 
    SettingDatabaseOptions 
    StateOptions 
    CursorOptions 
    AutoOptions 
    SQLOptions 
    DatabaseRecoveryOptions 
    OtherDatabaseOptions 
    DatabaseSnapshots 
    CreatingaDatabaseSnapshot 
    SpaceUsedbyDatabaseSnapshots 
    ManagingYourSnapshots 
    ThetempdbDatabase 
    Objectsintempdb 
    Optimizationsintempdb 
    BestPractices 
    tempdbSpaceMonitoring 
    DatabaseSecurity 
    DatabaseAccess 
    ManagingDatabaseSecurity 
    Databasesvs.Schemas 
    PrincipalsandSchemas 
    DefaultSchemas 
    MovingorCopyingaDatabase 
    DetachingandReattachingaDatabase 
    BackingUpandRestoringaDatabase 
    MovingSystemDatabases 
    MovingthemasterDatabase 
    CompatibilityLevels 
    Summary
    4 LoggingandRecovery
    TransactionLogBasics
    PhasesofRecovery
    ReadingtheLog
    ChangesinLogSize
    VirtualLogFiles
    ObservingVirtualLogFiles
    AutomaticTruncationofVirtualLogFiles
    MaintainingaRecoverableLog
    AutomaticShrinkingoftheLog
    LogFileSize
    BackingUpandRestoringaDatabase
    TypesofBackups
    RecoveryModels
    ChoosingaBackupType 
    RestoringaDatabase 
    Summary 
    5 Tables 
    CreatingTables 
    NamingTablesandColumns 
    ReservedKeywords 
    DelimitedIdentifiers 
    NamingConventions 
    DataTypes 
    MuchAdoAboutNULL 
    User-DefinedDataTypes 
    IDENTITYProperty 
    InternalStorage 
    Thesys.indexesCatalogView 
    DataStorageMetadata 
    DataPages 
    ExaminingDataPages 
    TheStructureofDataRows 
    FindingaPhysicalPage 
    StorageofFixed-LengthRows 
    StorageofVariable-LengthRows 
    StorageofDateandTimeData 
    Storageofsql_variantData 
    Constraints 
    ConstraintNamesandCatalogViewInformation 
    ConstraintFailuresinTransactionsandMultiple-RowDataModifications 
    AlteringaTable 
    ChangingaDataType 
    AddingaNewColumn 
    Adding,Dropping,Disabling,orEnablingaConstraint 
    DroppingaColumn 
    EnablingorDisablingaTrigger 
    InternalsofAlteringTables 
    HeapModificationInternals 
    AllocationStructures 
    InsertingRows 
    DeletingRows 
    UpdatingRows 
    Summary 
    6 Indexes:InternalsandManagement 
    Overview 
    SQLServerIndexB-trees 
    ToolsforAnalyzingIndexes 
    Usingthedm_db_index_physical_statsDMV 
    UsingDBCCIND 
    UnderstandingIndexStructures 
    TheDependencyontheClusteringKey 
    NonclusteredIndexes 
    ConstraintsandIndexes 
    IndexCreationOptions 
    IGNORE_DUP_KEY 
    STATISTICS_NORECOMPUTE 
    MAXDOP 
    IndexPlacement 
    ConstraintsandIndexes 
    PhysicalIndexStructures 
    IndexRowFormats 
    ClusteredIndexStructures 
    TheNon-LeafLevel(s)ofaClusteredIndex 
    AnalyzingaClusteredIndexStructure 
    NonclusteredIndexStructures 
    SpecialIndexStructures 
    IndexesonComputedColumnsandIndexedViews 
    Full-TextIndexes 
    SpatialIndexes 
    XMLIndexes 
    DataModificationInternals 
    InsertingRows 
    SplittingPages 
    DeletingRows 
    UpdatingRows 
    Table-Levelvs Index-LevelDataModification 
    Logging 
    Locking 
    Fragmentation 
    ManagingIndexStructures 
    DroppingIndexes 
    ALTERINDEX 
    DetectingFragmentation 
    RemovingFragmentation 
    RebuildinganIndex 
    Summary 
    7 SpecialStorage 
    LargeObjectStorage 
    Restricted-LengthLargeObjectData(Row-OverflowData) 
    Unrestricted-LengthLargeObjectData 
    StorageofMAX-LengthData 
    FilestreamData 
    EnablingFilestreamDataforSQLServer 
    CreatingaFilestream-EnabledDatabase 
    CreatingaTabletoHoldFilestreamData 
    ManipulatingFilestreamData 
    MetadataforFilestreamData 
    PerformanceConsiderationsforFilestreamData 
    SparseColumns 
    ManagementofSparseColumns 
    ColumnSetsandSparseColumnManipulation 
    PhysicalStorage 
    Metadata 
    StorageSavingswithSparseColumns 
    DataCompression 
    Vardecimal 
    RowCompression 
    PageCompression 
    TableandIndexPartitioning 
    PartitionFunctionsandPartitionSchemes 
    MetadataforPartitioning 
    TheSlidingWindowBenefitsofPartitioning 
    Summary 
    8 TheQueryOptimizer 
    Overview 
    TreeFormat 
    WhatIsOptimization? 
    HowtheQueryOptimizerExploresQueryPlans 
    Rules 
    Properties 
    StorageofAlternatives—The“Memo” 
    Operators 
    OptimizerArchitecture 
    BeforeOptimization 
    Simplification 
    TrivialPlan/Auto-Parameterization 
    Limitations 
    TheMemo—ExploringMultiplePlansEfficiently 
    Statistics,CardinalityEstimation,andCosting 
    StatisticsDesign 
    Density/FrequencyInformation 
    FilteredStatistics 
    StringStatistics 
    CardinalityEstimationDetails 
    Limitations 
    Costing 
    IndexSelection 
    FilteredIndexes 
    IndexedViews 
    PartitionedTables 
    Partition-AlignedIndexViews 
    DataWarehousing 
    Updates 
    HalloweenProtection 
    Split/Sort/Collapse 
    Merge 
    WideUpdatePlans 
    SparseColumnUpdates 
    PartitionedUpdates 
    Locking 
    DistributedQuery 
    ExtendedIndexes 
    Full-TextIndexes 
    XMLIndexes 
    SpatialIndexes 
    PlanHinting 
    DebuggingPlanIssues 
    {HASH|ORDER}GROUP 
    {MERGE|HASH|CONCAT}UNION 
    FORCEORDER,{LOOP|MERGE|HASH}JOIN 
    INDEX=indexname|indexid 
    FORCESEEK 
    FASTnumber_rows 
    MAXDOPN 
    OPTIMIZEFOR 
    PARAMETERIZATION{SIMPLE|FORCED} 
    NOEXPAND 
    USEPLAN 
    Summary 
    9 PlanCachingandRecompilation 
    ThePlanCache 
    PlanCacheMetadata 
    ClearingPlanCache 
    CachingMechanisms 
    AdhocQueryCaching 
    OptimizingforAdhocWorkloads 
    SimpleParameterization 
    PreparedQueries 
    CompiledObjects 
    CausesofRecompilation 
    PlanCacheInternals 
    CacheStores 
    CompiledPlans 
    ExecutionContexts 
    PlanCacheMetadata 
    Handles 
    sys.dm_exec_sql_text 
    sys.dm_exec_query_plan 
    sys.dm_exec_text_query_plan 
    sys.dm_exec_cached_plans 
    sys.dm_exec_cached_plan_dependent_objects 
    sys.dm_exec_requests 
    sys.dm_exec_query_stats 
    CacheSizeManagement 
    CostingofCacheEntries 
    ObjectsinPlanCache:TheBigPicture 
    MultiplePlansinCache 
    WhentoUseStoredProceduresandOtherCachingMechanisms 
    TroubleshootingPlanCacheIssues 
    WaitStatisticsIndicatingPlanCacheProblems 
    OtherCachingIssues 
    HandlingProblemswithCompilationandRecompilation 
    PlanGuidesandOptimizationHints 
    Summary 
    10 TransactionsandConcurrency 
    ConcurrencyModels 
    PessimisticConcurrency 
    OptimisticConcurrency 
    TransactionProcessing 
    ACIDProperties 
    TransactionDependencies 
    IsolationLevels 
    Locking 
    LockingBasics 
    Spinlocks 
    LockTypesforUserData 
    LockModes 
    LockGranularity 
    LockDuration 
    LockOwnership 
    ViewingLocks 
    LockingExamples 
    LockCompatibility 
    InternalLockingArchitecture 
    LockPartitioning 
    LockBlocks 
    LockOwnerBlocks 
    syslockinfoTable 
    Row-LevelLockingvs Page-LevelLocking 
    LockEscalation 
    Deadlocks 
    RowVersioning 
    OverviewofRowVersioning 
    RowVersioningDetails 
    Snapshot-BasedIsolationLevels 
    ChoosingaConcurrencyModel 
    ControllingLocking 
    LockHints 
    Summary 
    11 DBCCInternals 
    GettingaConsistentViewoftheDatabase 
    ObtainingaConsistentView 
    ProcessingtheDatabaseEfficiently 
    FactGeneration 
    UsingtheQueryProcessor 
    Batches 
    ReadingthePagestoProcess 
    Parallelism 
    PrimitiveSystemCatalogConsistencyChecks 
    AllocationConsistencyChecks 
    CollectingAllocationFacts 
    CheckingAllocationFacts 
    Per-TableLogicalConsistencyChecks 
    MetadataConsistencyChecks 
    PageAudit 
    DataandIndexPageProcessing 
    ColumnProcessing 
    TextPageProcessing 
    Cross-PageConsistencyChecks 
    Cross-TableConsistencyChecks 
    ServiceBrokerConsistencyChecks 
    Cross-CatalogConsistencyChecks 
    Indexed-ViewConsistencyChecks 
    XML-IndexConsistencyChecks 
    Spatial-IndexConsistencyChecks 
    DBCCCHECKDBOutput 
    RegularOutput 
    SQLServerErrorLogOutput 
    ApplicationEventLogOutput 
    ProgressReportingOutput 
    DBCCCHECKDBOptions 
    NOINDEX 
    RepairOptions 
    ALL_ERRORMSGS 
    EXTENDED_LOGICAL_CHECKS 
    NO_INFOMSGS 
    TABLOCK 
    ESTIMATEONLY 
    PHYSICAL_ONLY 
    DATA_PURITY 
    DatabaseRepairs 
    RepairMechanisms 
    EmergencyModeRepair 
    WhatDataWasDeletedbyRepair? 
    Consistency-CheckingCommandsOtherThanDBCCCHECKDB 
    DBCCCHECKALLOC 
    DBCCCHECKTABLE 
    DBCCCHECKFILEGROUP 
    DBCCCHECKCATALOG 
    DBCCCHECKIDENT 
    DBCCCHECKCONSTRAINTS 
    Summary 
    Index
  • 内容简介:
      《深入解析SQLServer2008(英文版)》是讲述SQLServer关系数据库引擎内部机理和架构的权威指南。书中详细阐述了SQLServer处理查询、管理数据的相关内容,包括SQLServer架构和配置、跟踪/扩展事件、日志和恢复、索引、表格、查询优化、事务/并发以及DBCC。
      《深入解析SQLServer2008(英文版)》适合中高级数据库开发人员阅读。
  • 作者简介:
      KalenDelanay世界知名的SQLServer专家。微软SQLSewerMVP。从1987年供职Sybase时与微软合作开发最早的SQLServer版本算起。她的SQLSewer研发经验已达20多年。她本人以对SQLServer底层技术的精湛造诣享誉业内。所著InsideMicrosoftSQLServer系列(本书前身)长期以来被奉为圣经级著作。
      PaulS.Randal和KJmberlyL.Tripp夫妇世界知名的SQLServer专家。微软SQLSewerMVP。他们都曾长期效力于微软SQLSewer开发团队。Randal更是在SQLSewer多个版本中负责存储引擎的开发。
      ConorCunningham目前担任SQLSewerver引擎主架构师。负责下一代引擎的设计和开发。AdamMachanic世界知名的SQLServer专家。微软SQLServerMVP。著名社区SQLblog.com创始人。名著《SQLSewer2005编程艺术》的作者。
      BenNevarez资深D8A。有多年SQLSewer管理经验。
  • 目录:
    1 SQLServer2008ArchitectureandConfiguration 
    SQLServerEditions
    SQLServerMetadata 
    CompatibilityViews 
    CatalogViews 
    OtherMetadata 
    ComponentsoftheSQLServerEngine
    ObservingEngineBehavior
    Protocols 
    TheRelationalEngine 
    TheStorageEngine 
    TheSQLOS
    NUMAArchitecture
    TheScheduler 
    SQLServerWorkers
    BindingSchedulerstoCPUs 
    TheDedicatedAdministratorConnection(DAC) 
    Memory 
    TheBufferPoolandtheDataCache 
    AccesstoIn-MemoryDataPages 
    ManagingPagesintheDataCache 
    TheFreeBufferListandtheLazywriter 
    Checkpoints 
    ManagingMemoryinOtherCaches 
    SizingMemory 
    SizingtheBufferPool 
    SQLServerResourceGovernor 
    ResourceGovernorOverview 
    ResourceGovernorControls 
    ResourceGovernorMetadata 
    SQLServer2008Configuration 
    UsingSQLServerConfigurationManager 
    ConfiguringNetworkProtocols 
    DefaultNetworkConfiguration 
    ManagingServices 
    SQLServerSystemConfiguration 
    OperatingSystemConfiguration 
    TraceFlags 
    SQLServerConfigurationSettings 
    TheDefaultTrace 
    FinalWords 
    2 ChangeTracking,Tracing,andExtendedEvents 
    TheBasics:TriggersandEventNotifications 
    Run-TimeTriggerBehavior 
    ChangeTracking 
    ChangeTrackingConfiguration 
    ChangeTrackingRun-TimeBehavior
    TracingandProfiling
    SQLTraceArchitectureandTerminology
    SecurityandPermissions
    GettingStarted:Profiler
    Server-SideTracingandCollection
    ExtendedEvents 
    ComponentsoftheXEInfrastructure 
    EventSessions 
    ExtendedEventsDDLandQuerying 
    Summary 
    3 DatabasesandDatabaseFiles 
    SystemDatabases 
    master 
    model 
    tempdb 
    TheResourceDatabase 
    msdb 
    SampleDatabases 
    AdventureWorks 
    pubs 
    Northwind 
    DatabaseFiles 
    CreatingaDatabase 
    ACREATEDATABASEExample 
    ExpandingorShrinkingaDatabase 
    AutomaticFileExpansion 
    ManualFileExpansion 
    FastFileInitialization 
    AutomaticShrinkage 
    ManualShrinkage 
    UsingDatabaseFilegroups 
    TheDefaultFilegroup 
    AFILEGROUPCREATIONExample 
    FilestreamFilegroups 
    AlteringaDatabase 
    ALTERDATABASEExamples 
    DatabasesUndertheHood 
    SpaceAllocation 
    SettingDatabaseOptions 
    StateOptions 
    CursorOptions 
    AutoOptions 
    SQLOptions 
    DatabaseRecoveryOptions 
    OtherDatabaseOptions 
    DatabaseSnapshots 
    CreatingaDatabaseSnapshot 
    SpaceUsedbyDatabaseSnapshots 
    ManagingYourSnapshots 
    ThetempdbDatabase 
    Objectsintempdb 
    Optimizationsintempdb 
    BestPractices 
    tempdbSpaceMonitoring 
    DatabaseSecurity 
    DatabaseAccess 
    ManagingDatabaseSecurity 
    Databasesvs.Schemas 
    PrincipalsandSchemas 
    DefaultSchemas 
    MovingorCopyingaDatabase 
    DetachingandReattachingaDatabase 
    BackingUpandRestoringaDatabase 
    MovingSystemDatabases 
    MovingthemasterDatabase 
    CompatibilityLevels 
    Summary
    4 LoggingandRecovery
    TransactionLogBasics
    PhasesofRecovery
    ReadingtheLog
    ChangesinLogSize
    VirtualLogFiles
    ObservingVirtualLogFiles
    AutomaticTruncationofVirtualLogFiles
    MaintainingaRecoverableLog
    AutomaticShrinkingoftheLog
    LogFileSize
    BackingUpandRestoringaDatabase
    TypesofBackups
    RecoveryModels
    ChoosingaBackupType 
    RestoringaDatabase 
    Summary 
    5 Tables 
    CreatingTables 
    NamingTablesandColumns 
    ReservedKeywords 
    DelimitedIdentifiers 
    NamingConventions 
    DataTypes 
    MuchAdoAboutNULL 
    User-DefinedDataTypes 
    IDENTITYProperty 
    InternalStorage 
    Thesys.indexesCatalogView 
    DataStorageMetadata 
    DataPages 
    ExaminingDataPages 
    TheStructureofDataRows 
    FindingaPhysicalPage 
    StorageofFixed-LengthRows 
    StorageofVariable-LengthRows 
    StorageofDateandTimeData 
    Storageofsql_variantData 
    Constraints 
    ConstraintNamesandCatalogViewInformation 
    ConstraintFailuresinTransactionsandMultiple-RowDataModifications 
    AlteringaTable 
    ChangingaDataType 
    AddingaNewColumn 
    Adding,Dropping,Disabling,orEnablingaConstraint 
    DroppingaColumn 
    EnablingorDisablingaTrigger 
    InternalsofAlteringTables 
    HeapModificationInternals 
    AllocationStructures 
    InsertingRows 
    DeletingRows 
    UpdatingRows 
    Summary 
    6 Indexes:InternalsandManagement 
    Overview 
    SQLServerIndexB-trees 
    ToolsforAnalyzingIndexes 
    Usingthedm_db_index_physical_statsDMV 
    UsingDBCCIND 
    UnderstandingIndexStructures 
    TheDependencyontheClusteringKey 
    NonclusteredIndexes 
    ConstraintsandIndexes 
    IndexCreationOptions 
    IGNORE_DUP_KEY 
    STATISTICS_NORECOMPUTE 
    MAXDOP 
    IndexPlacement 
    ConstraintsandIndexes 
    PhysicalIndexStructures 
    IndexRowFormats 
    ClusteredIndexStructures 
    TheNon-LeafLevel(s)ofaClusteredIndex 
    AnalyzingaClusteredIndexStructure 
    NonclusteredIndexStructures 
    SpecialIndexStructures 
    IndexesonComputedColumnsandIndexedViews 
    Full-TextIndexes 
    SpatialIndexes 
    XMLIndexes 
    DataModificationInternals 
    InsertingRows 
    SplittingPages 
    DeletingRows 
    UpdatingRows 
    Table-Levelvs Index-LevelDataModification 
    Logging 
    Locking 
    Fragmentation 
    ManagingIndexStructures 
    DroppingIndexes 
    ALTERINDEX 
    DetectingFragmentation 
    RemovingFragmentation 
    RebuildinganIndex 
    Summary 
    7 SpecialStorage 
    LargeObjectStorage 
    Restricted-LengthLargeObjectData(Row-OverflowData) 
    Unrestricted-LengthLargeObjectData 
    StorageofMAX-LengthData 
    FilestreamData 
    EnablingFilestreamDataforSQLServer 
    CreatingaFilestream-EnabledDatabase 
    CreatingaTabletoHoldFilestreamData 
    ManipulatingFilestreamData 
    MetadataforFilestreamData 
    PerformanceConsiderationsforFilestreamData 
    SparseColumns 
    ManagementofSparseColumns 
    ColumnSetsandSparseColumnManipulation 
    PhysicalStorage 
    Metadata 
    StorageSavingswithSparseColumns 
    DataCompression 
    Vardecimal 
    RowCompression 
    PageCompression 
    TableandIndexPartitioning 
    PartitionFunctionsandPartitionSchemes 
    MetadataforPartitioning 
    TheSlidingWindowBenefitsofPartitioning 
    Summary 
    8 TheQueryOptimizer 
    Overview 
    TreeFormat 
    WhatIsOptimization? 
    HowtheQueryOptimizerExploresQueryPlans 
    Rules 
    Properties 
    StorageofAlternatives—The“Memo” 
    Operators 
    OptimizerArchitecture 
    BeforeOptimization 
    Simplification 
    TrivialPlan/Auto-Parameterization 
    Limitations 
    TheMemo—ExploringMultiplePlansEfficiently 
    Statistics,CardinalityEstimation,andCosting 
    StatisticsDesign 
    Density/FrequencyInformation 
    FilteredStatistics 
    StringStatistics 
    CardinalityEstimationDetails 
    Limitations 
    Costing 
    IndexSelection 
    FilteredIndexes 
    IndexedViews 
    PartitionedTables 
    Partition-AlignedIndexViews 
    DataWarehousing 
    Updates 
    HalloweenProtection 
    Split/Sort/Collapse 
    Merge 
    WideUpdatePlans 
    SparseColumnUpdates 
    PartitionedUpdates 
    Locking 
    DistributedQuery 
    ExtendedIndexes 
    Full-TextIndexes 
    XMLIndexes 
    SpatialIndexes 
    PlanHinting 
    DebuggingPlanIssues 
    {HASH|ORDER}GROUP 
    {MERGE|HASH|CONCAT}UNION 
    FORCEORDER,{LOOP|MERGE|HASH}JOIN 
    INDEX=indexname|indexid 
    FORCESEEK 
    FASTnumber_rows 
    MAXDOPN 
    OPTIMIZEFOR 
    PARAMETERIZATION{SIMPLE|FORCED} 
    NOEXPAND 
    USEPLAN 
    Summary 
    9 PlanCachingandRecompilation 
    ThePlanCache 
    PlanCacheMetadata 
    ClearingPlanCache 
    CachingMechanisms 
    AdhocQueryCaching 
    OptimizingforAdhocWorkloads 
    SimpleParameterization 
    PreparedQueries 
    CompiledObjects 
    CausesofRecompilation 
    PlanCacheInternals 
    CacheStores 
    CompiledPlans 
    ExecutionContexts 
    PlanCacheMetadata 
    Handles 
    sys.dm_exec_sql_text 
    sys.dm_exec_query_plan 
    sys.dm_exec_text_query_plan 
    sys.dm_exec_cached_plans 
    sys.dm_exec_cached_plan_dependent_objects 
    sys.dm_exec_requests 
    sys.dm_exec_query_stats 
    CacheSizeManagement 
    CostingofCacheEntries 
    ObjectsinPlanCache:TheBigPicture 
    MultiplePlansinCache 
    WhentoUseStoredProceduresandOtherCachingMechanisms 
    TroubleshootingPlanCacheIssues 
    WaitStatisticsIndicatingPlanCacheProblems 
    OtherCachingIssues 
    HandlingProblemswithCompilationandRecompilation 
    PlanGuidesandOptimizationHints 
    Summary 
    10 TransactionsandConcurrency 
    ConcurrencyModels 
    PessimisticConcurrency 
    OptimisticConcurrency 
    TransactionProcessing 
    ACIDProperties 
    TransactionDependencies 
    IsolationLevels 
    Locking 
    LockingBasics 
    Spinlocks 
    LockTypesforUserData 
    LockModes 
    LockGranularity 
    LockDuration 
    LockOwnership 
    ViewingLocks 
    LockingExamples 
    LockCompatibility 
    InternalLockingArchitecture 
    LockPartitioning 
    LockBlocks 
    LockOwnerBlocks 
    syslockinfoTable 
    Row-LevelLockingvs Page-LevelLocking 
    LockEscalation 
    Deadlocks 
    RowVersioning 
    OverviewofRowVersioning 
    RowVersioningDetails 
    Snapshot-BasedIsolationLevels 
    ChoosingaConcurrencyModel 
    ControllingLocking 
    LockHints 
    Summary 
    11 DBCCInternals 
    GettingaConsistentViewoftheDatabase 
    ObtainingaConsistentView 
    ProcessingtheDatabaseEfficiently 
    FactGeneration 
    UsingtheQueryProcessor 
    Batches 
    ReadingthePagestoProcess 
    Parallelism 
    PrimitiveSystemCatalogConsistencyChecks 
    AllocationConsistencyChecks 
    CollectingAllocationFacts 
    CheckingAllocationFacts 
    Per-TableLogicalConsistencyChecks 
    MetadataConsistencyChecks 
    PageAudit 
    DataandIndexPageProcessing 
    ColumnProcessing 
    TextPageProcessing 
    Cross-PageConsistencyChecks 
    Cross-TableConsistencyChecks 
    ServiceBrokerConsistencyChecks 
    Cross-CatalogConsistencyChecks 
    Indexed-ViewConsistencyChecks 
    XML-IndexConsistencyChecks 
    Spatial-IndexConsistencyChecks 
    DBCCCHECKDBOutput 
    RegularOutput 
    SQLServerErrorLogOutput 
    ApplicationEventLogOutput 
    ProgressReportingOutput 
    DBCCCHECKDBOptions 
    NOINDEX 
    RepairOptions 
    ALL_ERRORMSGS 
    EXTENDED_LOGICAL_CHECKS 
    NO_INFOMSGS 
    TABLOCK 
    ESTIMATEONLY 
    PHYSICAL_ONLY 
    DATA_PURITY 
    DatabaseRepairs 
    RepairMechanisms 
    EmergencyModeRepair 
    WhatDataWasDeletedbyRepair? 
    Consistency-CheckingCommandsOtherThanDBCCCHECKDB 
    DBCCCHECKALLOC 
    DBCCCHECKTABLE 
    DBCCCHECKFILEGROUP 
    DBCCCHECKCATALOG 
    DBCCCHECKIDENT 
    DBCCCHECKCONSTRAINTS 
    Summary 
    Index
查看详情
其他版本 / 全部 (1)
系列丛书 / 更多
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
C#与.NET 3.5高级程序设计:第4版
特罗尔森(Andrew troelsen)、朱晔、肖逵、张大磊 著
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
深入解析Windows操作系统:微软官方Windows权威著作最新版
[美]拉西诺维奇 著
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
.NET设计规范:约定、惯用法与模式
[美]克瓦林纳、[美]艾布拉姆斯 著
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
WCF揭秘
[美]麦克默蒂 著;赵科平 译
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
构建高性能可扩展ASP.NET网站
[美]Richard Kiessig 著;余昭辉 译
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
ASP.NET 3.5 揭秘(卷2)
[美]沃尔瑟 著;谭振林 译
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
Visual Studio技术大全
[美]鲍尔、[美]斯内尔 著;刘彦博 译
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
ASP.NET电子商务开发实战
[罗马尼亚]戴瑞、[美]沃特森 著;徐锋、施游、陈绍继 译
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
深入理解.NET:(第2版.英文影印版)
[美]里克特(Richter J.) 著
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
.NET软件架构之美(英文版)
埃斯波西托(Dino Esposito)、索尔塔雷罗(Andrea Saltarello) 著
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
C#企业应用开发艺术:CSLA.NET 框架开发实战
[美]霍特卡 著;侯伯薇 译
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
微软软件研发的奥秘:MSF精髓
[美]特纳 著;王红亮 译
相关图书 / 更多
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
深入理解移动互联网
吴功宜 吴英 编著
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
深入实施“四个育人”,彰显本科人才培养特色——云南大学本科教育改革与创新优秀论文集
主编唐旭光
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
深入浅出C语言程序设计(第3版·微课版)
李俊·c;强振平;荣剑;张晴晖;赵毅力;钟丽辉
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
深入浅出C#(视频教学版)
赵云
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
深入实践Kotlin元编程
霍丙乾 著
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
深入北方的小路(布克奖震撼杰作。人生在世,行走于地狱屋顶,凝望花朵。余华力荐“了不起的小说”!)
[澳]理查德·弗兰纳根 著;新经典 出品
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
深入学习习近平关于科技创新的重要论述
科学技术部编写组 著
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
深入浅出IoT:完整项目通关实战
[英]吉姆·贝内特(Jim Bennett) 著;柴火创客空间 译;[美]珍·福克斯(Jen Fox);[美]珍·卢珀(Jen Looper)
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
深入浅出SSD:固态存储核心技术、原理与实战 第2版
SSDFans 胡波 石亮 岑彪
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
深入地心 少儿科普 新华正版
英国尤斯伯恩出版公司
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
深入理解FFmpeg
刘歧 赵军 杜金房 赵文杰 宋韶颍
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
深入人心:数字产品设计的底层逻辑
林婕
您可能感兴趣 / 更多
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
无辜者的谎言(相信我!看到结局你一定会头皮发麻;全美读者推荐的悬疑神作,GOODREADS高分作品)
[美]A.R.托雷 著;梁颂宇 译;星文文化 出品
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
孩子,把你的手给我1:怎么说孩子才爱听,怎么教孩子才肯学?帮助每一位3-12岁孩子的父母结束与孩子的所有冲突!
[美]海姆·G.吉诺特
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
哲学、历史与僭政——重审施特劳斯与科耶夫之争
[美]弗罗斯特(Bryan-Paul Frost) 编;[美]伯恩斯(Timothy W. Burns)
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
怎样做成大事
[美]丹·加德纳(Dan Gardner) 著;贾拥民 译;湛庐文化 出品;[丹麦]傅以斌(Bent Flyvbjerg)
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
力量训练的科学基础与实践应用(第三版)
[美]弗拉基米尔· M.扎齐奥尔斯基;[美]威廉·J.克雷默;[美]安德鲁· C.弗赖伊
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
1200年希腊罗马神话
[美]伊迪丝·汉密尔顿
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
爱情心理学(新编本)
[美]罗伯特·J. 斯腾伯格 (美)凯琳·斯腾伯格 倪爱萍 译
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
黄金圈法则
[美]西蒙·斯涅克 著;磨铁文化 出品
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
最后一章
[美]厄尼·派尔
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
汤姆·索亚历险记 彩图注音版 一二三四年级5-6-7-8-9岁小学生课外阅读经典 儿童文学无障碍有声伴读世界名著童话故事
[美]马克 吐温
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
富兰克林自传 名家全译本 改变无数人命运的励志传奇 埃隆马斯克反复推荐 赠富兰克林签名照及精美插图
[美]本杰明·富兰克林 著;李自修 译
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
国际大奖图画书系列 共11册(小老鼠的恐惧的大书,大灰狼,红豆与菲比,别烦我,下雪了 ,穿靴子的猫 ,先有蛋,绿 ,特别快递,如果你想看鲸鱼 ,一个部落的孩子 ) 麦克米伦世纪
[美]莱恩·史密斯 (英)埃米莉·格雷维特 (美)劳拉·瓦卡罗·等/文 (英)埃米莉·格雷维特 等/图 彭懿 杨玲玲 阿甲 孙慧阳 白薇 译