top

  Info

  • Utilizzare la checkbox di selezione a fianco di ciascun documento per attivare le funzionalità di stampa, invio email, download nei formati disponibili del (i) record.

  Info

  • Utilizzare questo link per rimuovere la selezione effettuata.
Professional SQL server 2005 : performance tuning / / Steven Wort ... [et al.]
Professional SQL server 2005 : performance tuning / / Steven Wort ... [et al.]
Edizione [1st edition]
Pubbl/distr/stampa Indianapolis, IN, : Wiley Pub., 2008
Descrizione fisica 1 online resource (580 p.)
Disciplina 005.75
005.75/85
005.7585
Altri autori (Persone) WortSteven
Collana Wrox professional guides Professional SQL Server 2005 performance tuning
Soggetto topico Client/server computing
ISBN 1-282-13681-X
9786612136818
0-470-28502-8
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Professional SQL Server® 2005 Performance Tuning; About the Authors; Acknowledgments; Contents; Introduction; Who This Book Is For; What This Book Covers; How This Book Is Structured; What You Need to Use This Book; Convention; Source Code; Errata; Part I: Finding Bottlenecks when Something's Wrong; Chapter 1: Performance Tuning; Art or Science?; The Science of Performance Tuning; Performance Tuning Applied; Summary; Chapter 2: Monitoring Server Resources with System Monitor; Why Might I Need System Monitor?; When Should I Use System Monitor?; Performance Monitor Overview
Getting Started with System MonitorWhat's the Impact of Running System Monitor?; How Much Data Will System Monitor Generate?; Resource Utilization; Identifying Bottlenecks; Using System Monitor Proactively; Running System Monitor on 64-bit Systems; Combining System Monitor Logs and SQL Profiler Traces; Monitoring Remote Servers; Best Practices for System Monitor; My System Monitor Counters Are Missing-What Should I Do?; Built-in Log Management Tools; Analyzing Log Data; Summary; Chapter 3: Monitoring SQL Server Resources with System Monitor; The Beginning; Types of Performance Problems
Types of BottlenecksMemory Bottlenecks; CPU Bottlenecks; Disk Bottlenecks; Monitoring Database Mirroring Performance; Monitoring Wait Statistics; Typical Performance Problems; Using SQL Server to Analyze Performance Logs; Combining Performance Monitor Logs and SQL Profiler Trace; Summary; Chapter 4: SQL Server Wait Types; SQL Server Waits; Architecture; Common or Noteworthy Resource Wait Types; How to Track Waits; Locking and Blocking; Summary; Chapter 5: Finding Problem Queries with SQL Profiler; Preparations for Setting Up a Trace; Capturing Blocking Events; Capturing Showplan XML Data
Capturing Deadlock GraphsIdentifying Long-Running Queries Using SQL Profiler; Tracing Costly Queries by Using Profiler to Generate Server-Side Trace Code; Correlating a Profiler Trace with System Monitor Performance Counter Data; Summary; Part II: Removing Bottlenecks with Tuning; Chapter 6: Choosing and Configuring Hardware; Server Bottlenecks; Configuring the Server; Summary; Chapter 7: Tuning SQL Server Configuration; Considerations before Adjusting Server Level Settings; Inspecting Current SQL Server Settings; Important Server Settings: CPU, Memory, and I/O; Summary
Chapter 8: Tuning the SchemaData Quality; Data Performance; Summary; Chapter 9: Tuning T-SQL; Opening Move: The Optimizer's Gameplan; Middle Game: Gathering the Facts; End Game: Performance Tuning T-SQL; Tuning T-SQL with a New Approach; Tuning the T-SQL Predicate; Tuning T-SQL to Use Indexes; Tuning T-SQL Common Patterns or Idioms; Tuning the T-SQL Statement with Hints; Tuning for Deadlocking and Blocking; Simulated Stress Testing for Query Plans; Summary; Part III: Preventative Measures and Baselining Performance with Tools
Chapter 10: Capturing, Measuring, and Replaying a Workload Using SQL Profiler
Record Nr. UNINA-9910822430503321
Indianapolis, IN, : Wiley Pub., 2008
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Professional SQL Server 2008 integration services [[electronic resource] /] / Brian Knight ... [et al.]
Professional SQL Server 2008 integration services [[electronic resource] /] / Brian Knight ... [et al.]
Edizione [1st edition]
Pubbl/distr/stampa Indianapolis, IN, : Wiley Pub., c2008
Descrizione fisica 1 online resource (1010 p.)
Disciplina 005.75/85
005.7585
Altri autori (Persone) KnightBrian <1976->
Collana Wrox professional guides
Soggetto topico Database management
Soggetto genere / forma Electronic books.
ISBN 1-118-05956-5
1-281-83701-6
9786611837013
0-470-41768-4
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Professional SQL Server 2008 Integration Services; About the Authors; Credits; Acknowledgments; Contents; Introduction; Who This Book Is For; What This Book Covers; How This Book Is Structured; What You Need to Use This Book; Conventions; Source Code; Errata; p2p.wrox.com; Chapter 1: Welcome to SQL Server Integration Services; SQL Server SSIS Historical Overview; What's New in SSIS; Getting Started; Architecture; Precedence Constraints; Containers; Variables; Data Flow Elements; Error Handling and Logging; Editions of SQL Server; Summary; Chapter 2: The SSIS Tools; Import and Export Wizard
Business Intelligence Development StudioCreating Your First Package; The Solution Explorer Window; The SSIS Package Designer; Package Installation Wizard; Management Studio; Summary; Chapter 3: SSIS Tasks; SSIS Task Objects; Looping and Sequence Tasks; Scripting Tasks; Analysis Services Tasks; Data Flow Task; Data Preparation Tasks; RDBMS Server Tasks; Workflow Tasks; SMO Administration Tasks; Summary; Chapter 4: Containers; Task Host Containers; Sequence Containers; Groups; For Loop Container; Foreach Loop Container; Summary; Chapter 5: The Data Flow; The Data Flow; Data Viewers; Sources
DestinationsTransformations; Data Flow Example; Summary; Chapter 6: Using Expressions and Variables; The Paradigm; Understanding Data Types; Using Variables; Working with Expressions; Summary; Chapter 7: Joining Data; The Lookup Component; The Merge Join Component; Contrasting to the Relational Join; New Lookup Features; Building the Basic Package; Using the Lookup Component; Cache Connection Manager and Transform; Summary; Chapter 8: Creating an End-to-End Package; Basic Transformation Tutorial; Typical Mainframe ETL with Data Scrubbing; Looping and the Dynamic Task; Summary
Chapter 9: Scripting in SSISScripting?; Getting Started in SSIS Scripting; Using the Script Task; Using the Script Component; Essential Coding, Debugging, and Troubleshooting Techniques; Summary; Chapter 10: Loading a Data Warehouse; Data Profiling; Data Extraction; Dimension Table Loading; Fact Table Loading; SSAS Processing; Master ETL Package; Summary; Chapter 11: Using the Relational Engine; Data Extraction; SQL Server 2008 Change Data Capture; Data Loading; Summary; Chapter 12: Accessing Heterogeneous Data; Excel and Access; Oracle; XML and Web Services; Flat Files; ODBC
Other Heterogeneous SourcesSummary; Chapter 13: Reliability and Scalability; Restarting Packages; Package Transactions; Error Outputs; Scaling Out; Summary; Chapter 14: Understanding and Tuning the Data Flow Engine; The SSIS Engine; SSIS Data Flow Design and Tuning; Pipeline Performance Monitoring; Summary; Chapter 15: Source Control and Software Development Life Cycle; Introduction to Software Development Life Cycles; Versioning and Source Code Control; Code Deployment and Promotion from Development to Test to Production; Summary; Chapter 16: DTS 2000 Migration
Managing DTS 2000 Packages within SQL Server Management Studio
Record Nr. UNINA-9910453198903321
Indianapolis, IN, : Wiley Pub., c2008
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Professional SQL Server 2008 integration services [[electronic resource] /] / Brian Knight ... [et al.]
Professional SQL Server 2008 integration services [[electronic resource] /] / Brian Knight ... [et al.]
Edizione [1st edition]
Pubbl/distr/stampa Indianapolis, IN, : Wiley Pub., c2008
Descrizione fisica 1 online resource (1010 p.)
Disciplina 005.75/85
005.7585
Altri autori (Persone) KnightBrian <1976->
Collana Wrox professional guides
Soggetto topico Database management
ISBN 1-118-05956-5
1-281-83701-6
9786611837013
0-470-41768-4
Classificazione 54.53
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Professional SQL Server 2008 Integration Services; About the Authors; Credits; Acknowledgments; Contents; Introduction; Who This Book Is For; What This Book Covers; How This Book Is Structured; What You Need to Use This Book; Conventions; Source Code; Errata; p2p.wrox.com; Chapter 1: Welcome to SQL Server Integration Services; SQL Server SSIS Historical Overview; What's New in SSIS; Getting Started; Architecture; Precedence Constraints; Containers; Variables; Data Flow Elements; Error Handling and Logging; Editions of SQL Server; Summary; Chapter 2: The SSIS Tools; Import and Export Wizard
Business Intelligence Development StudioCreating Your First Package; The Solution Explorer Window; The SSIS Package Designer; Package Installation Wizard; Management Studio; Summary; Chapter 3: SSIS Tasks; SSIS Task Objects; Looping and Sequence Tasks; Scripting Tasks; Analysis Services Tasks; Data Flow Task; Data Preparation Tasks; RDBMS Server Tasks; Workflow Tasks; SMO Administration Tasks; Summary; Chapter 4: Containers; Task Host Containers; Sequence Containers; Groups; For Loop Container; Foreach Loop Container; Summary; Chapter 5: The Data Flow; The Data Flow; Data Viewers; Sources
DestinationsTransformations; Data Flow Example; Summary; Chapter 6: Using Expressions and Variables; The Paradigm; Understanding Data Types; Using Variables; Working with Expressions; Summary; Chapter 7: Joining Data; The Lookup Component; The Merge Join Component; Contrasting to the Relational Join; New Lookup Features; Building the Basic Package; Using the Lookup Component; Cache Connection Manager and Transform; Summary; Chapter 8: Creating an End-to-End Package; Basic Transformation Tutorial; Typical Mainframe ETL with Data Scrubbing; Looping and the Dynamic Task; Summary
Chapter 9: Scripting in SSISScripting?; Getting Started in SSIS Scripting; Using the Script Task; Using the Script Component; Essential Coding, Debugging, and Troubleshooting Techniques; Summary; Chapter 10: Loading a Data Warehouse; Data Profiling; Data Extraction; Dimension Table Loading; Fact Table Loading; SSAS Processing; Master ETL Package; Summary; Chapter 11: Using the Relational Engine; Data Extraction; SQL Server 2008 Change Data Capture; Data Loading; Summary; Chapter 12: Accessing Heterogeneous Data; Excel and Access; Oracle; XML and Web Services; Flat Files; ODBC
Other Heterogeneous SourcesSummary; Chapter 13: Reliability and Scalability; Restarting Packages; Package Transactions; Error Outputs; Scaling Out; Summary; Chapter 14: Understanding and Tuning the Data Flow Engine; The SSIS Engine; SSIS Data Flow Design and Tuning; Pipeline Performance Monitoring; Summary; Chapter 15: Source Control and Software Development Life Cycle; Introduction to Software Development Life Cycles; Versioning and Source Code Control; Code Deployment and Promotion from Development to Test to Production; Summary; Chapter 16: DTS 2000 Migration
Managing DTS 2000 Packages within SQL Server Management Studio
Record Nr. UNINA-9910782341503321
Indianapolis, IN, : Wiley Pub., c2008
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Professional SQL Server 2008 integration services / / Brian Knight ... [et al.]
Professional SQL Server 2008 integration services / / Brian Knight ... [et al.]
Edizione [1st edition]
Pubbl/distr/stampa Indianapolis, IN, : Wiley Pub., c2008
Descrizione fisica 1 online resource (1010 p.)
Disciplina 005.75/85
005.7585
Altri autori (Persone) KnightBrian <1976->
Collana Wrox professional guides
Soggetto topico Database management
ISBN 1-118-05956-5
1-281-83701-6
9786611837013
0-470-41768-4
Classificazione 54.53
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Professional SQL Server 2008 Integration Services; About the Authors; Credits; Acknowledgments; Contents; Introduction; Who This Book Is For; What This Book Covers; How This Book Is Structured; What You Need to Use This Book; Conventions; Source Code; Errata; p2p.wrox.com; Chapter 1: Welcome to SQL Server Integration Services; SQL Server SSIS Historical Overview; What's New in SSIS; Getting Started; Architecture; Precedence Constraints; Containers; Variables; Data Flow Elements; Error Handling and Logging; Editions of SQL Server; Summary; Chapter 2: The SSIS Tools; Import and Export Wizard
Business Intelligence Development StudioCreating Your First Package; The Solution Explorer Window; The SSIS Package Designer; Package Installation Wizard; Management Studio; Summary; Chapter 3: SSIS Tasks; SSIS Task Objects; Looping and Sequence Tasks; Scripting Tasks; Analysis Services Tasks; Data Flow Task; Data Preparation Tasks; RDBMS Server Tasks; Workflow Tasks; SMO Administration Tasks; Summary; Chapter 4: Containers; Task Host Containers; Sequence Containers; Groups; For Loop Container; Foreach Loop Container; Summary; Chapter 5: The Data Flow; The Data Flow; Data Viewers; Sources
DestinationsTransformations; Data Flow Example; Summary; Chapter 6: Using Expressions and Variables; The Paradigm; Understanding Data Types; Using Variables; Working with Expressions; Summary; Chapter 7: Joining Data; The Lookup Component; The Merge Join Component; Contrasting to the Relational Join; New Lookup Features; Building the Basic Package; Using the Lookup Component; Cache Connection Manager and Transform; Summary; Chapter 8: Creating an End-to-End Package; Basic Transformation Tutorial; Typical Mainframe ETL with Data Scrubbing; Looping and the Dynamic Task; Summary
Chapter 9: Scripting in SSISScripting?; Getting Started in SSIS Scripting; Using the Script Task; Using the Script Component; Essential Coding, Debugging, and Troubleshooting Techniques; Summary; Chapter 10: Loading a Data Warehouse; Data Profiling; Data Extraction; Dimension Table Loading; Fact Table Loading; SSAS Processing; Master ETL Package; Summary; Chapter 11: Using the Relational Engine; Data Extraction; SQL Server 2008 Change Data Capture; Data Loading; Summary; Chapter 12: Accessing Heterogeneous Data; Excel and Access; Oracle; XML and Web Services; Flat Files; ODBC
Other Heterogeneous SourcesSummary; Chapter 13: Reliability and Scalability; Restarting Packages; Package Transactions; Error Outputs; Scaling Out; Summary; Chapter 14: Understanding and Tuning the Data Flow Engine; The SSIS Engine; SSIS Data Flow Design and Tuning; Pipeline Performance Monitoring; Summary; Chapter 15: Source Control and Software Development Life Cycle; Introduction to Software Development Life Cycles; Versioning and Source Code Control; Code Deployment and Promotion from Development to Test to Production; Summary; Chapter 16: DTS 2000 Migration
Managing DTS 2000 Packages within SQL Server Management Studio
Altri titoli varianti Professional Microsoft SQL Server 2008 integration services
Record Nr. UNINA-9910819114203321
Indianapolis, IN, : Wiley Pub., c2008
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
SQL server 2000 black book [[electronic resource] /] / Patrick Dalton, Paul Whitehead
SQL server 2000 black book [[electronic resource] /] / Patrick Dalton, Paul Whitehead
Autore Dalton Patrick
Pubbl/distr/stampa Scottsdale, Ariz., : Coriolis Group Books
Disciplina 005.75/85
Collana Black book series
Soggetto topico Client/server computing
Relational databases
Soggetto genere / forma Electronic books.
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-9910455712703321
Dalton Patrick  
Scottsdale, Ariz., : Coriolis Group Books
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
SQL server 2000 black book [[electronic resource] /] / Patrick Dalton, Paul Whitehead
SQL server 2000 black book [[electronic resource] /] / Patrick Dalton, Paul Whitehead
Autore Dalton Patrick
Pubbl/distr/stampa Scottsdale, Ariz., : Coriolis Group Books
Disciplina 005.75/85
Collana Black book series
Soggetto topico Client/server computing
Relational databases
Soggetto genere / forma Electronic books.
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-9910780119903321
Dalton Patrick  
Scottsdale, Ariz., : Coriolis Group Books
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
SQL server 2000 black book [[electronic resource] /] / Patrick Dalton, Paul Whitehead
SQL server 2000 black book [[electronic resource] /] / Patrick Dalton, Paul Whitehead
Autore Dalton Patrick
Pubbl/distr/stampa Scottsdale, Ariz., : Coriolis Group Books
Descrizione fisica 1 online resource (986 pages)
Disciplina 005.75/85
Collana Black book series
Soggetto topico Client/server computing
Relational databases
Soggetto genere / forma Electronic books.
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Intro -- About the Authors -- Acknowledgments -- Contents at a Glance -- Table of Contents -- Introduction -- Server Hardware -- Windows Tuning -- Clustering and Multi-Instances -- Installing and Upgrading to Microsoft SQL Server 2000 -- Microsoft SQL Server Tools -- Server Maintenance -- Data Transformation Services (DTS) -- Black Book Databases -- Structured Query Language (SQL) -- New Features -- Performance, Tuning, and Optimization -- Error Handling -- Cursors -- Stored Procedures and External Stored Procedures -- BCP -- Database Design -- Triggers -- Meta Data -- Advanced Techniques -- XML -- English Query -- Book Database Schema -- Newsgroups and the Internet.
Record Nr. UNINA-9910823339703321
Dalton Patrick  
Scottsdale, Ariz., : Coriolis Group Books
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
SQL server database programming with Visual Basic.NET : concepts, designs and implementations / / Ying Bai
SQL server database programming with Visual Basic.NET : concepts, designs and implementations / / Ying Bai
Autore Ying Bai <1956->
Edizione [First edition.]
Pubbl/distr/stampa Hoboken, N.J., : Wiley, c2020
Descrizione fisica 1 online resource
Disciplina 005.75/85
Collana Wiley IEEE
Soggetto topico Client/server computing
Database management
Visual Basic (Computer program language)
ISBN 1-119-60860-0
1-119-60851-1
Classificazione 007.609
005.75/85
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione und
Nota di contenuto Preface xi Acknowledgements xv Chapter 1 History 1 Introduction 1 Scientific Context 4 Early Studies (First Half of the Nineteenth Century) 8 C.G. Ehrenberg and J. Müller 8 Second Half of the Nineteenth Century to ca. 1920 13 E. Haeckel and his Disciples 13 Legacy of Early Studies 16 Early Twentieth Century (ca. 1920-1940) 17 The Early New Period (ca. 1940-1970) 20 The Origins of Radiolarian Biostratigraphy: 1940s to 1950s 20 Deep-Sea Drilling 21 Taxonomy 25 Biology 27 Mid New Period (1970-2000) 28 Current Period (2000-Present) 37 Chapter 2 Biology 41 General Characteristics of Planktonic Protist Biology 41 Physical Characteristics of the Pelagic Ocean 42 Plankton Taxa 46 Ecologic and Behavioral Constraints due to Small Body Size 46 Basic Radiolarian Cellular Structure 48 Skeleton 53 Skeleton Formation and Growth 55 Size 59 Colonial Forms 59 Life Cycle 60 Longevity 62 Motility 63 Feeding 63 Predators 65 Abundance and Role in Carbon Cycle 66 Symbiosis 67 Bioluminescence 68 Summary 69 Chapter 3 Ecology 71 Introduction 71 Biogeography 75 Vertical Distribution 83 Tropical Submergence 86 Longitudinal Gradients and Upwelling Assemblages 89 Latitudinal Gradients 90 Coastal Gradients 90 Seasonal Variability 91 Interannual Variability 93 Chapter 4 Genetics 95 Introduction 95 Molecular Phylogenetic Position of "Radiolarians" within Eukaryotes 96 Molecular Studies of Radiolarian's Position within Eukaryotes 97 Relationships of Radiolarian Clades 98 Origination Times of Radiolarian Clades 102 Family-Level Phylogeny 102 Spumellaria (Shell-Bearing Radiolarians) 105 Collodaria (Colonial or Naked Radiolarians) 105 Nassellaria 106 Acantharia 107 Microevolution of Radiolaria 107 Diversity of Pico-Radiolarian Material 111 Transcriptomics of Radiolaria 112 Methodology 113 DNA Extraction 114 Reproductive Cell Method 114 Dissecting Cell Method 114 PCR 114 Summary 114 Chapter 5 Taxonomy and Fossil Record 117 Introduction 117 PART 1 - Radiolarian Taxonomy 118 Principles of Species-Level Taxonomy 118 Rules for Describing and Naming Species 121 Current Status of Descriptive Radiolarian Taxonomy 124 Principles of Higher-Level Taxonomy 129 Haeckel and the Beginnings of Higher-Level Radiolarian Taxonomy 129 Biologic Systematics 132 Higher-Level Taxonomy in Radiolaria 134 The Observational Basis of Taxonomy: Structures of the Radiolarian Shell 136 Higher-Level Taxonomy in this Book 139 Formal Classification of Polycystina 143 Cenozoic Taxa 143 Order Spumellaria Ehrenberg 1876 143 Family Actinommidae Haeckel 1862 145 Family Heliodiscidae Haeckel 1881 149 Family Coccodiscidae Haeckel 1862, emend. Sanfilippo and Riedel 1980 151 Family Pyloniidae Haeckel 1881 153 Family Lithelidae Haeckel 1862 155 Family Tholonidae Haeckel 1887 156 Family Spongodiscidae Haeckel 1862 156 Order Nassellaria Ehrenberg 1876 160 Family Plagiacanthidae Hertwig 1879 162 Family Trissocyclidae (Haeckel) Goll 1968 [superfamily Acanthodesmiacea] 163 Family Theoperidae Haeckel 1881 163 Family Artostrobiidae Riedel 1967 167 Family Pterocoryithidae (Haeckel) Moore 1972 167 Family Carpocaniidae (Haeckel) Riedel, 1967 [Carpocaniinae] 171 Family Cannobotryidae Haeckel, 1881 173 Superfamily Collodaria 173 Family Collosphaeridae Müller, 1858 175 Family Sphaerozoidae Haeckel, 1862 175 Family Collophidiidae Biard and Suzuki, in Biard et al., 2015 177 Order Entactinaria 183 Family Orosphaeridae Haeckel, 1887 183 Family Saturnalidae Deflandre 1953 184 Mesozoic and Paleozoic Taxa 185 Species-Level Variation in Radiolaria 185 PART 2 - Summary of the Radiolarian Fossil Record 193 Cambrian and Ordovician 194 Silurian to the Lower Carboniferous 195 Late Paleozoic to Late Mesozoic Siliceous Sedimentation 196 Mass Extinctions at the End of the Paleozoic Era 197 Basal Mesozoic Scarcity of Radiolarian Fossils and Faunal Turnover (Early Triassic) 200 Triassic 201 Triassic-Jurassic Boundary Mass Extinction 204 Jurassic 205 Early and Middle Jurassic Radiolaria 205 Late Jurassic-Early Cretaceous 208 Cretaceous 208 The K/T Extinction Event and Early Paleocene 212 Cenozoic 214 Chapter 6 Preservation and Methods 217 Introduction 217 Preservation 218 Geographic Variation in Preservation 222 Diagenesis 222 Loss of Rock Record 224 Differences between Modern and Ancient Oceans 224 Quality of Radiolarian Fossil Record 225 Methods 227 Collecting Material from the Water Column 228 Collecting Sediments 231 Collecting Lithified Material from Sections on Land 236 Recovering Radiolarians from Samples 238 Extracting Radiolarians with Intact Protoplasm 238 Extracting Radiolarian Skeletons 238 Separation of Radiolarians from other Chemically Resistant Similar-Sized Components of Residue 242 Mounting Radiolarians 243 Live Preparations 245 Dissection and Serial Sectioning 246 Imaging Radiolarians 247 Visualization (enhanced imagery) 248 Morphometrics 249 Automatic Identification 249 Chapter 7 Paleoceanography 253 Introduction 253 Radiolarians as Tracers of Water Masses 259 Assemblage-Based Methods of Paleoceanographic Analysis 259 Non-temperature Uses of Assemblage Analyses 268 Radiolarians in Bulk: Summary Indices and Non-Taxonomic Uses of Radiolarians in Paleoceanography 273 Chapter 8 Radiolarian Biostratigraphy 281 Introduction 281 Biostratigraphy in Shallow Marine Rocks: General Aspects 283 Biostratigraphy in Deep-Sea Sediment Sections 285 Other Types of Geochronologic Information 287 Radiometric Dating and Absolute Age 287 Paleomagnetic Stratigraphy 288 Stable Isotope Stratigraphy 290 Cyclostratigraphy 291 Quantitative Biostratigraphy 292 Cenozoic Radiolarian Stratigraphy 295 History of Development 296 Tropical Cenozoic Radiolarian Stratigraphy 297 Subtropical North Atlantic to Arctic 299 North Pacific 302 Southern Ocean 305 History 305 Characteristics 307 Important Sections 307 Important Species 307 Mesozoic Radiolarian Stratigraphy 308 Cretaceous 308 Europe and Southwest North America 311 Low-Latitude Western part of Mesotethys 311 Mid-Ltitude Northern Part of Mesotethys 311 Russian Epicontinental Seas 312 East Margin of the Mid-Latitude Pacific 312 Northwest Pacific 312 Other Regions 313 The Jurassic-Cretaceous Boundary (Tithonian-Berriasian Boundary) 313 Jurassic 314 Middle and Late Jurassic 314 Lower Jurassic 316 Triassic-Jurassic Boundary 316 Triassic 316 Latest Triassic (Rhaetian) 317 Carnian and Norian 318 Late Olenekian to Ladinian 318 Basal Triassic (Induan) and Permian-Triassic (P-T) boundary 318 Paleozoic Radiolarian Stratigraphy 319 Permian 319 Carboniferous 321 Devonian and Silurian 321 Ordovician and Cambrian 325 Chapter 9 Evolution 327 Introduction and General Principles 327 Features of the Deep-Sea Microfossil Record Relevant to the Study of Evolution 330 Microevolution 331 Pattern and Processes 332 Examples of Microevolution 333 Cladogenesis 333 Anagenesis 339 Extinction 344 Hybridization 344 Macroevolution 346 Definitions and Theory 346 Theories of Diversity and Evolution 348 Macroevolutionary Patterns in Radiolaria 349 Origin of Radiolarians 349 Origin of Collodaria and Colonial Radiolaria 352 Origin of Higher Taxa within Radiolaria - General Comments 354 Diversity History of Radiolarians 354 Methods of Diversity Reconstruction 354 Other Problems of Diversity Reconstruction 358 Data for Diversity Reconstruction 358 Global Phanerozoic Diversity 358 Paleozoic 363 Mesozoic 364 Cretaceous-Tertiary Boundary 368 Cenozoic 372 Other Aspects of Cenozoic Radiolarian Macroevolutionary Change 382 Phanerozoic Diversity - A More Modest View 386 Summary Discussion 388 References 393 Index.
Record Nr. UNINA-9910829979503321
Ying Bai <1956->  
Hoboken, N.J., : Wiley, c2020
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
SQL server database programming with Visual Basic.NET : concepts, designs and implementations / / Ying Bai
SQL server database programming with Visual Basic.NET : concepts, designs and implementations / / Ying Bai
Autore Ying Bai <1956->
Edizione [First edition.]
Pubbl/distr/stampa Hoboken, N.J., : Wiley, c2020
Descrizione fisica 1 online resource
Disciplina 005.75/85
Collana Wiley IEEE
Soggetto topico Client/server computing
Database management
Visual Basic (Computer program language)
ISBN 1-119-60860-0
1-119-60851-1
Classificazione 007.609
005.75/85
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione und
Nota di contenuto Preface xi Acknowledgements xv Chapter 1 History 1 Introduction 1 Scientific Context 4 Early Studies (First Half of the Nineteenth Century) 8 C.G. Ehrenberg and J. Müller 8 Second Half of the Nineteenth Century to ca. 1920 13 E. Haeckel and his Disciples 13 Legacy of Early Studies 16 Early Twentieth Century (ca. 1920-1940) 17 The Early New Period (ca. 1940-1970) 20 The Origins of Radiolarian Biostratigraphy: 1940s to 1950s 20 Deep-Sea Drilling 21 Taxonomy 25 Biology 27 Mid New Period (1970-2000) 28 Current Period (2000-Present) 37 Chapter 2 Biology 41 General Characteristics of Planktonic Protist Biology 41 Physical Characteristics of the Pelagic Ocean 42 Plankton Taxa 46 Ecologic and Behavioral Constraints due to Small Body Size 46 Basic Radiolarian Cellular Structure 48 Skeleton 53 Skeleton Formation and Growth 55 Size 59 Colonial Forms 59 Life Cycle 60 Longevity 62 Motility 63 Feeding 63 Predators 65 Abundance and Role in Carbon Cycle 66 Symbiosis 67 Bioluminescence 68 Summary 69 Chapter 3 Ecology 71 Introduction 71 Biogeography 75 Vertical Distribution 83 Tropical Submergence 86 Longitudinal Gradients and Upwelling Assemblages 89 Latitudinal Gradients 90 Coastal Gradients 90 Seasonal Variability 91 Interannual Variability 93 Chapter 4 Genetics 95 Introduction 95 Molecular Phylogenetic Position of "Radiolarians" within Eukaryotes 96 Molecular Studies of Radiolarian's Position within Eukaryotes 97 Relationships of Radiolarian Clades 98 Origination Times of Radiolarian Clades 102 Family-Level Phylogeny 102 Spumellaria (Shell-Bearing Radiolarians) 105 Collodaria (Colonial or Naked Radiolarians) 105 Nassellaria 106 Acantharia 107 Microevolution of Radiolaria 107 Diversity of Pico-Radiolarian Material 111 Transcriptomics of Radiolaria 112 Methodology 113 DNA Extraction 114 Reproductive Cell Method 114 Dissecting Cell Method 114 PCR 114 Summary 114 Chapter 5 Taxonomy and Fossil Record 117 Introduction 117 PART 1 - Radiolarian Taxonomy 118 Principles of Species-Level Taxonomy 118 Rules for Describing and Naming Species 121 Current Status of Descriptive Radiolarian Taxonomy 124 Principles of Higher-Level Taxonomy 129 Haeckel and the Beginnings of Higher-Level Radiolarian Taxonomy 129 Biologic Systematics 132 Higher-Level Taxonomy in Radiolaria 134 The Observational Basis of Taxonomy: Structures of the Radiolarian Shell 136 Higher-Level Taxonomy in this Book 139 Formal Classification of Polycystina 143 Cenozoic Taxa 143 Order Spumellaria Ehrenberg 1876 143 Family Actinommidae Haeckel 1862 145 Family Heliodiscidae Haeckel 1881 149 Family Coccodiscidae Haeckel 1862, emend. Sanfilippo and Riedel 1980 151 Family Pyloniidae Haeckel 1881 153 Family Lithelidae Haeckel 1862 155 Family Tholonidae Haeckel 1887 156 Family Spongodiscidae Haeckel 1862 156 Order Nassellaria Ehrenberg 1876 160 Family Plagiacanthidae Hertwig 1879 162 Family Trissocyclidae (Haeckel) Goll 1968 [superfamily Acanthodesmiacea] 163 Family Theoperidae Haeckel 1881 163 Family Artostrobiidae Riedel 1967 167 Family Pterocoryithidae (Haeckel) Moore 1972 167 Family Carpocaniidae (Haeckel) Riedel, 1967 [Carpocaniinae] 171 Family Cannobotryidae Haeckel, 1881 173 Superfamily Collodaria 173 Family Collosphaeridae Müller, 1858 175 Family Sphaerozoidae Haeckel, 1862 175 Family Collophidiidae Biard and Suzuki, in Biard et al., 2015 177 Order Entactinaria 183 Family Orosphaeridae Haeckel, 1887 183 Family Saturnalidae Deflandre 1953 184 Mesozoic and Paleozoic Taxa 185 Species-Level Variation in Radiolaria 185 PART 2 - Summary of the Radiolarian Fossil Record 193 Cambrian and Ordovician 194 Silurian to the Lower Carboniferous 195 Late Paleozoic to Late Mesozoic Siliceous Sedimentation 196 Mass Extinctions at the End of the Paleozoic Era 197 Basal Mesozoic Scarcity of Radiolarian Fossils and Faunal Turnover (Early Triassic) 200 Triassic 201 Triassic-Jurassic Boundary Mass Extinction 204 Jurassic 205 Early and Middle Jurassic Radiolaria 205 Late Jurassic-Early Cretaceous 208 Cretaceous 208 The K/T Extinction Event and Early Paleocene 212 Cenozoic 214 Chapter 6 Preservation and Methods 217 Introduction 217 Preservation 218 Geographic Variation in Preservation 222 Diagenesis 222 Loss of Rock Record 224 Differences between Modern and Ancient Oceans 224 Quality of Radiolarian Fossil Record 225 Methods 227 Collecting Material from the Water Column 228 Collecting Sediments 231 Collecting Lithified Material from Sections on Land 236 Recovering Radiolarians from Samples 238 Extracting Radiolarians with Intact Protoplasm 238 Extracting Radiolarian Skeletons 238 Separation of Radiolarians from other Chemically Resistant Similar-Sized Components of Residue 242 Mounting Radiolarians 243 Live Preparations 245 Dissection and Serial Sectioning 246 Imaging Radiolarians 247 Visualization (enhanced imagery) 248 Morphometrics 249 Automatic Identification 249 Chapter 7 Paleoceanography 253 Introduction 253 Radiolarians as Tracers of Water Masses 259 Assemblage-Based Methods of Paleoceanographic Analysis 259 Non-temperature Uses of Assemblage Analyses 268 Radiolarians in Bulk: Summary Indices and Non-Taxonomic Uses of Radiolarians in Paleoceanography 273 Chapter 8 Radiolarian Biostratigraphy 281 Introduction 281 Biostratigraphy in Shallow Marine Rocks: General Aspects 283 Biostratigraphy in Deep-Sea Sediment Sections 285 Other Types of Geochronologic Information 287 Radiometric Dating and Absolute Age 287 Paleomagnetic Stratigraphy 288 Stable Isotope Stratigraphy 290 Cyclostratigraphy 291 Quantitative Biostratigraphy 292 Cenozoic Radiolarian Stratigraphy 295 History of Development 296 Tropical Cenozoic Radiolarian Stratigraphy 297 Subtropical North Atlantic to Arctic 299 North Pacific 302 Southern Ocean 305 History 305 Characteristics 307 Important Sections 307 Important Species 307 Mesozoic Radiolarian Stratigraphy 308 Cretaceous 308 Europe and Southwest North America 311 Low-Latitude Western part of Mesotethys 311 Mid-Ltitude Northern Part of Mesotethys 311 Russian Epicontinental Seas 312 East Margin of the Mid-Latitude Pacific 312 Northwest Pacific 312 Other Regions 313 The Jurassic-Cretaceous Boundary (Tithonian-Berriasian Boundary) 313 Jurassic 314 Middle and Late Jurassic 314 Lower Jurassic 316 Triassic-Jurassic Boundary 316 Triassic 316 Latest Triassic (Rhaetian) 317 Carnian and Norian 318 Late Olenekian to Ladinian 318 Basal Triassic (Induan) and Permian-Triassic (P-T) boundary 318 Paleozoic Radiolarian Stratigraphy 319 Permian 319 Carboniferous 321 Devonian and Silurian 321 Ordovician and Cambrian 325 Chapter 9 Evolution 327 Introduction and General Principles 327 Features of the Deep-Sea Microfossil Record Relevant to the Study of Evolution 330 Microevolution 331 Pattern and Processes 332 Examples of Microevolution 333 Cladogenesis 333 Anagenesis 339 Extinction 344 Hybridization 344 Macroevolution 346 Definitions and Theory 346 Theories of Diversity and Evolution 348 Macroevolutionary Patterns in Radiolaria 349 Origin of Radiolarians 349 Origin of Collodaria and Colonial Radiolaria 352 Origin of Higher Taxa within Radiolaria - General Comments 354 Diversity History of Radiolarians 354 Methods of Diversity Reconstruction 354 Other Problems of Diversity Reconstruction 358 Data for Diversity Reconstruction 358 Global Phanerozoic Diversity 358 Paleozoic 363 Mesozoic 364 Cretaceous-Tertiary Boundary 368 Cenozoic 372 Other Aspects of Cenozoic Radiolarian Macroevolutionary Change 382 Phanerozoic Diversity - A More Modest View 386 Summary Discussion 388 References 393 Index.
Record Nr. UNINA-9910876976003321
Ying Bai <1956->  
Hoboken, N.J., : Wiley, c2020
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
SQL Server Query Performance Tuning / / by Grant Fritchey
SQL Server Query Performance Tuning / / by Grant Fritchey
Autore Fritchey Grant
Edizione [4th ed. 2014.]
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2014
Descrizione fisica 1 online resource (593 pages) : illustrations, tables
Disciplina 005.75/85
Collana Expert's Voice in SQL Server
Soggetto topico Database management
Database Management
ISBN 1-4302-6742-9
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-9910300470003321
Fritchey Grant  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2014
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui