Cargando…

SQL Server 2014 Development Essentials /

In Detail SQL Server 2014 Development Essentials is an easy-to-follow yet comprehensive guide that is full of hands-on examples. With Microsoft SQL Server 2014, you can design, build, and deploy mission-critical database applications. The variety of new in-memory features enable you to design high p...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Masood-Al-Farooq, Basit A.
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2014.
Colección:Professional Expertise Distilled
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBOOKCENTRAL_ocn885019756
003 OCoLC
005 20240329122006.0
006 m o d
007 cr cnu---unuuu
008 140801s2014 enk o 000 0 eng d
040 |a IDEBK  |b eng  |e pn  |c IDEBK  |d EBLCP  |d N$T  |d E7B  |d DEBSZ  |d OCLCQ  |d COO  |d OCLCF  |d OCLCQ  |d YDXCP  |d OCLCQ  |d TEFOD  |d OCLCQ  |d FEM  |d AGLDB  |d OCLCQ  |d OCLCO  |d ICA  |d OCLCQ  |d OCLCO  |d ZCU  |d XFH  |d MERUC  |d OCLCQ  |d OCLCO  |d D6H  |d VTS  |d ICG  |d AU@  |d OCLCQ  |d OCLCO  |d XC$  |d STF  |d DKC  |d OCLCQ  |d OCLCO  |d OCLCQ  |d AJS  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCLCL  |d OCLCQ 
019 |a 907254610  |a 968117020  |a 968993334  |a 994453062 
020 |a 9781782172567  |q (electronic bk.) 
020 |a 1782172564  |q (electronic bk.) 
020 |a 1322008515  |q (electronic bk.) 
020 |a 9781322008516  |q (electronic bk.) 
020 |z 9781782172550 
020 |z 1782172556 
029 1 |a AU@  |b 000059691717 
029 1 |a CHNEW  |b 000698666 
029 1 |a CHNEW  |b 000888301 
029 1 |a CHVBK  |b 374472181 
029 1 |a DEBBG  |b BV043611262 
029 1 |a DEBSZ  |b 410573256 
029 1 |a DEBSZ  |b 484726390 
029 1 |a AU@  |b 000067109340 
035 |a (OCoLC)885019756  |z (OCoLC)907254610  |z (OCoLC)968117020  |z (OCoLC)968993334  |z (OCoLC)994453062 
037 |a 02CBB804-FC5E-47F5-9AB0-6E3B93FE29FC  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.9.C55 .R384 2014 
072 7 |a COM  |x 061000  |2 bisacsh 
082 0 4 |a 005.75  |a 005.75/85  |2 22 
049 |a UAMI 
100 1 |a Masood-Al-Farooq, Basit A. 
245 1 0 |a SQL Server 2014 Development Essentials /  |c Basit A. Masood-Al-Farooq. 
260 |a Birmingham :  |b Packt Publishing,  |c 2014. 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file  |2 rda 
490 0 |a Professional Expertise Distilled 
588 0 |a Print version record. 
520 |a In Detail SQL Server 2014 Development Essentials is an easy-to-follow yet comprehensive guide that is full of hands-on examples. With Microsoft SQL Server 2014, you can design, build, and deploy mission-critical database applications. The variety of new in-memory features enable you to design high performance database applications that can improve the performance of your applications, making them as much as ten times more efficient in some cases. Whether you are thinking about becoming a database developer, architect, or administrator, or you are a seasoned database expert, this book will provide you with all the skills you need to successfully create, design, and deploy databases using SQL Server 2014. You will also learn how to add, modify, and delete data stored within a database. You will use Transact-SQL statements to create and manage advanced database objects that include scalar and table-valued functions, views, stored procedures, and triggers. Finally, you will learn about how SQL Server works, how indexes and statistics improve query performance, and the new SQL Server 2014 in-memory technologies. Approach This book is an easy-to-follow, comprehensive guide that is full of hands-on examples, which you can follow to successfully design, build, and deploy mission-critical database applications with SQL Server 2014. Who this book is for If you are a database developer, architect, or administrator who wants to learn how to design, implement, and deliver a successful database solution with SQL Server 2014, then this book is for you. Existing users of Microsoft SQL Server will also benefit from this book as they will learn what's new in the latest version. 
505 0 |a Cover; Copyright; Credits; About the Author; Acknowledgments; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Microsoft SQL Server Database Design Principles; Database design; The requirement collection and analysis phase; The conceptual design phase; The logical design phase; The physical design phase; The implementation and loading phase; The testing and evaluation phase; The database design life cycle recap; Table design; Tables; Entities; Attributes; Relationships; A one-to-one relationship; A one-to-many relationship; A many-to-many relationship. 
505 8 |a Data integrityThe basics of data normalization; The normal forms; The first normal form (1NF); The second normal form (2NF); The third normal form (3NF); Denormalization; The SQL Server database architecture; Pages; Extents; The transaction log file architecture; The operation and workings of a transaction log; Filegroups; The importance of choosing the appropriate data type; SQL Server 2014 system data types; Alias data types; Creating and dropping alias data types with SSMS 2014; Creating and dropping alias data types using the Transact-SQL DDL statement; CLR user-defined types; Summary. 
505 8 |a Chapter 2: Understanding DDL and DCL Statements in SQL ServerUnderstanding the DDL, DCL, and DML language elements; Data Definition Language (DDL) statements; Data Manipulation Language (DML) statements; Data Control Language (DCL) statements; Understanding the purpose of SQL Server 2014 system databases; SQL Server 2014 system databases; The master database; The model database; The msdb database; The tempdb database; The resource database; The distribution database; An overview of database recovery models; The simple recovery model; The bulk-logged recovery model; Full recovery. 
505 8 |a Creating and modifying databasesCreate, modify, and drop databases with T-SQL DDL statements; Creating a database with T-SQL DDL statements; Example 1 -- creating a database based on a model database; Example 2 -- creating a database that explicitly specifies the database data and the transaction log file's filespecs properties; Example 3 -- creating a database on multiple filegroups; Modifying a database with T-SQL DDL statements; Example -- adding a secondary data file to an existing database; Dropping a database with T-SQL DDL statements; Create, modify, and drop databases with SSMS 2014. 
505 8 |a Creating a database with SSMS 2014Modifying a database with SSMS 2014; Dropping a database with SSMS 2014; Creating and managing database schemas; Managing schemas using T-SQL DDL statements; Managing schemas using SSMS 2014; Creating and managing tables; Creating and modifying tables; Creating and modifying tables with T-SQL DDL statements; Creating a table with T-SQL DDL statements; Modifying a table with T-SQL DDL statements; Dropping a table with T-SQL DDL statements; Creating and modifying tables with SSMS 2014; Creating a table with SSMS 2014; Modifying a table with SSMS 2014. 
546 |a English. 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
630 0 0 |a SQL server. 
630 0 7 |a SQL server  |2 fast 
650 0 |a Client/server computing. 
650 0 |a Relational databases. 
650 6 |a Architecture client-serveur (Informatique) 
650 6 |a Bases de données relationnelles. 
650 7 |a COMPUTERS  |x Client-Server Computing.  |2 bisacsh 
650 7 |a Client/server computing  |2 fast 
650 7 |a Relational databases  |2 fast 
758 |i has work:  |a SQL server 2014 development essentials (Text)  |1 https://id.oclc.org/worldcat/entity/E39PD3KmtVYqtwwRRHDpMBBkjC  |4 https://id.oclc.org/worldcat/ontology/hasWork 
776 0 8 |i Print version:  |a A. Masood-Al-Farooq, Basit.  |t SQL Server 2014 Development Essentials.  |d Packt Publishing 2014  |z 1322008515 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=1756035  |z Texto completo 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL1756035 
938 |a ebrary  |b EBRY  |n ebr10900537 
938 |a EBSCOhost  |b EBSC  |n 817624 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis28705781 
938 |a YBP Library Services  |b YANK  |n 12008171 
994 |a 92  |b IZTAP