深入解析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
19人买过
  •   《深入解析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电子商务开发实战
[罗马尼亚]戴瑞、[美]沃特森 著;徐锋、施游、陈绍继 译
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
Visual Studio技术大全
[美]鲍尔、[美]斯内尔 著;刘彦博 译
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
ASP.NET 3.5 揭秘(卷2)
[美]沃尔瑟 著;谭振林 译
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
微软软件研发的奥秘:MSF精髓
[美]特纳 著;王红亮 译
深入解析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拍案叫绝的圣经级著作
深入浅出全链路压测
吴骏龙
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
深入解析Windows操作系统 (第7版)(卷2)
(美)安德里亚·阿列维(Andrea Allievi)
深入解析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拍案叫绝的圣经级著作
深入理解物联网 吴功宜 吴英
吴功宜 吴英
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
深入学习习近平关于科技创新的重要论述
科学技术部编写组 著
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
深入浅出Spring Boot 3.x
杨开振
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
深入浅出数字经济
郭全中
深入解析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拍案叫绝的圣经级著作
一个画家的旅程(一本讲述被誉为“美国艺术创始人”的传记绘本)
[美]哈德逊·塔尔伯特
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
亚拉山大的读心术(数学大师的逻辑课) 伦理学、逻辑学 [美]雷蒙德·m.斯穆里安(raymondm.smullyan)
[美]雷蒙德·m.斯穆里安(raymondm.smullyan)
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
蒙特卡洛的密码锁(数学大师的逻辑课) 文教科普读物 [美]雷蒙德·m.斯穆里安(raymondm.smullyan)
[美]雷蒙德·m.斯穆里安(raymondm.smullyan)
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
福尔摩斯的棋盘:关于国际象棋的推理题(数学大师的逻辑课)
[美]雷蒙德·m.斯穆里安
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
你好,我是阿斯伯格女孩
[美]露迪·西蒙
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
金钱游戏(划时代增订版):深层透析金融游戏表象之下的规则与黑箱 长达60年盘踞金融畅销榜的现象级作品
[美]亚当·史密斯(Adam Smith) 著;刘寅龙 译
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
波西·杰克逊阿波罗的试炼系列第3册:烈焰迷宫
[美]雷克·莱尔顿 著;火皮豆 译
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
托尔斯泰
[美]莉莎·克纳普(Liza Knapp)
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
爱,浪漫和婚姻的99个重点
[美]江柏 德 著
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
故事思维 商业管理 思维表达职场沟通人际交往
[美]安妮特·西蒙斯 后浪
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
全球通史(全六册)(另一个角度的“全球通史”,不一样的视野与新知。以地理为骨,历史为肉,一部超级丰满的世界通史。)
[美]塞缪尔·古德里奇 译者:冷惠玲、冯佳娜、王小忠、孙丽霞、李江艳
深入解析SQL Server 2008:让Jim Gray和David Campbell拍案叫绝的圣经级著作
《星际争霸》动画影像艺术
[美]罗伯特·布鲁克斯