|
| |
|
EBooks » Database
 Its very good Video Tutorial for MYSQL  Take Full Advantage of The Database and Analysis Potential of SQL Server 2005 Get full details on all the innovative features and benefits available in the upcoming release of SQL Server 2005. This authoritative guide explains the new and improved enterprise data management capabilities, developer functions, and business intelligence tools. You’ll see how the new release offers enhanced scalability, availability, and security, as well as ease-of-use. Written by the Senior Technical Editor of SQL Server Magazine, this is an ideal resource for decision-makers, developers, and DBAs preparing for upgrades or migration. Covers new and improved capabilities including: - All news tools such as SQL Server Management Studio and Business Intelligence Development Studio
- .NET Common Language Runtime (CLR) integration
- Enhanced availability and recovery features including Database Mirroring and Snapshot Isolation
- T-SQL enhancements and new data types
- Improved XML integration and the new native XML data type
- The new Reporting Services and SQL Server Broker subsystems
- The new Unified Dimensional Model and Data Mining algorithms
- Security enhancements such as secure default settings and Schema ownership
- The enterprise-ready Integration Services
- All new development models: AMO, SMO, ODL, XMLA
SQL Server 2005 will increase your programming options, productivity, analysis, and database management. If you have some basic knowledge of relational databases and want to start a career as a developer using SQL Server, then this book is your ideal first step. It explains the core jobs and roles for developing a database in both SQL Server 2000 and 2005.
This book features practical steps to help you overcome issues you're likely to encounter. You'll learn to use SQL for querying, inserting, updating, and deleting data. You'll also learn how to back up and restore databases for basic administration in SQL Server. Further, you'll cover how to build a complete database, from the fundamentals of relational database design to table and index creation.
Additionally, you'll start to program in T-SQL, SQL Server's implementation (and extension) of the SQL programming language, and you'll come away with effective programming techniques using stored procedures and triggers. The book also includes a CD that contains an evaluation edition of SQL Server 2005 so you can start building database applications right away.
 Improve the performance of relational databases with indexes designed
for today's hardware Over the last few years, hardware and software
have advanced beyond all recognition, so it's hardly surprising that
relational database performance now receives much less attention.
Unfortunately, the reality is that the improved hardware hasn't kept
pace with the ever-increasing quantity of data processed today.
Although disk packing densities have increased enormously, making
storage costs extremely low and sequential read very fast, random reads
are still painfully slow. Many of the old design recommendations are
therefore no longer valid the optimal point of indexing has come a long
way. Consequently many of the old problems haven't actually gone
away,they have simply changed their appearance. This book provides an
easy but effective approach to the design of indexes and tables. Using
lots of examples and case studies, the authors describe how the DB2,
Oracle, and SQL Server optimizers determine how to access data, and how
CPU and response times for the resulting access paths can be quickly
estimated. This enables comparisons to be made of the various designs,
and helps you choose available choices for the most appropriate design.
This book is intended for anyone who wants to understand the issues of
SQL performance or how to design tables and indexes effectively. With
this title, readers with many years of experience of relational systems
will be able to better grasp the implications that have been brought
into play by the introduction of new hardware.  You know the rudiments of the SQL query language, yet you feel you aren't taking full advantage of SQL's expressive power. You'd like to learn how to do more work with SQL inside the database before pushing data across the network to your applications. You'd like to take your SQL skills to the next level. Let's face it, SQL is a deceptively simple language to learn, and many database developers never go far beyond the simple statement: SELECT FROM WHERE . But there is so much more you can do with the language. In the SQL Cookbook, experienced SQL developer Anthony Molinaro shares his favorite SQL techniques and features. You'll learn about: - Window functions, arguably the most significant enhancement to SQL in the past decade. If you're not using these, you're missing out
- Powerful, database-specific features such as SQL Server's PIVOT and UNPIVOT operators, Oracle's MODEL clause, and PostgreSQL's very useful GENERATE_SERIES function
- Pivoting rows into columns, reverse-pivoting columns into rows, using pivoting to facilitate inter-row calculations, and double-pivoting a result set
- Bucketization, and why you should never use that term in Brooklyn.
- How to create histograms, summarize data into buckets, perform aggregations over a moving range of values, generate running-totals and subtotals, and other advanced, data warehousing techniques
- The technique of walking a string, which allows you to use SQL to parse through the characters, words, or delimited elements of a string
Written in O'Reilly's popular Problem/Solution/Discussion style, the SQL Cookbook is sure to please. Anthony's credo is: "When it comes down to it, we all go to work, we all have bills to pay, and we all want to go home at a reasonable time and enjoy what's still available of our days." The SQL Cookbook moves quickly from problem to solution, saving you time each step of the way.
|
| |
|