Knihobot

Edward Pollack

    Dynamic SQL
    Analytics Optimization with Columnstore Indexes in Microsoft SQL Server
    • Analytics Optimization with Columnstore Indexes in Microsoft SQL Server

      Optimizing OLAP Workloads

      • 300 stránek
      • 11 hodin čtení

      Focusing on the efficient storage and retrieval of analytic data in SQL Server, this book highlights the advantages of using columnstore indexes for enhanced query performance. It offers a comprehensive guide that includes an introduction to columnstore indexing, best practices, practical demonstrations, and insights into common pitfalls. Additionally, it presents a detailed architecture designed to cater to professionals at all skill levels, making it a valuable resource for those aiming to improve their business intelligence capabilities.

      Analytics Optimization with Columnstore Indexes in Microsoft SQL Server
    • Dynamic SQL

      • 304 stránek
      • 11 hodin čtení

      An introduction and deep-dive into the many uses of dynamic and on-the-fly generated SQL in Microsoft SQL Server. Dynamic SQL is key to large-scale searching based upon user-entered criteria. It's also useful in generating value-lists, in dynamic pivoting of data for business intelligence reporting, and for customizing database objects and querying their current structure. Executing dynamic SQL is at the heart of applications such as business intelligence dashboards that need to be fluid and respond instantly to changing user needs as those users explore their data and view the results. Yet dynamic SQL is feared by many due to concerns over SQL injection attacks. The imagined complexity of executing dynamic SQL can also be intimidating, but need not be. Reading Dynamic SQL: Applications, Performance, and Security is your opportunity to learn and master an often misunderstood feature, including everything you'll need to know about security and SQL injection. Some of dynamic SQL's most powerful applications are both simple and elegant, and can be frequently used tools for any developer or database administrator. All aspects of security relevant to dynamic SQL are discussed in this book

      Dynamic SQL