本書全面、翔實地介紹了應用SQL Server 2012資料庫管理系統進行資料庫管理的各種操作以及資料庫程式開發所需的各種知識和技能,主要內容包括:資料庫技術基礎,資料庫操作,表操作,查詢操作,視圖操作,索引操作,T-SQL程式設計和存儲過程操作,觸發器操作,游標、事務和鎖,資料庫安全操作,資料庫管理操作和SQL Server資料庫程式開發。作者在多年的資料庫教學與資料庫程式應用開發經驗的基礎上,
本書以SQL Server 2012為平臺,采用“工作過程導向”模式,由淺入深地介紹了數據庫基礎知識,安裝和配置SQL Server 2012,數據庫的操作,數據表的操作,插入、更新和刪除表數據,數據庫的查詢,TSQL語言基礎,數據庫的視圖與索引,數據庫的數據完整性,數據庫的存儲過程與觸發器,備份與還原數據庫,數據庫的安全維護這幾方面內容。本書實例豐富,步驟完整,講解細致,案例有較好的通用性和實
本書從應用SQL Server 2012設計一個完整的項目數據庫的角度出發,圍繞創建一個“客戶關係管理系統”的數據庫,循序漸進地對數據庫基本知識、SQL Server 2012數據庫管理系統及數據管理進行介紹和展示。本書共16章,內容包括關係型數據庫基礎、SQL Server 2012安裝與配置、數據庫管理、SQL Server 表管理、SQL Server 數據管理、SQL Server 數據查詢、數據庫規範化技術、視圖、存儲過程、觸發器、數據庫設計方法與步驟等。本書在完成主要技術講解後,提供一個完整的人事管理系統數據庫設計與SQL程序設計實訓案例,並在**後為進一步提高SQL程序開發能力,設計了“客戶關係管理系統”的SQL程序開發任務。數據庫知識和操作技術講解圍繞案例展開,實現“做、學合一”,能有效提高讀者技術水平。 本書可作為高職高專院校數據庫課程的教學用書,也可供各類培訓機構、計算機從業人員和愛好者參考使用。
Introducing SQL Server is a fast and easy introduction to SQL Server and the world of relational databases. You’ll learn how databases work and how to use the T-SQL language by practicing on one of th
本書借鑒了目前流行的認證考試教材編寫的成功經驗,強調理論知識以夠用為度,以介紹資料庫應用程式的開發技能為主線,全面、系統地介紹了關聯式資料庫的基本原理和SQL Server 2012資料庫應用系統的開發技術。全書共11章,包括:關聯式資料庫的基本原理、SQL Server 2012基礎、資料庫的創建與管理、資料表的創建與管理、資料查詢、視圖與索引、規則與預設值、T-SQL程式設計、存儲過程與觸發器
SQL Server 2012是Microsoft公司開發的一款關係型數據庫管理系統,旨在於為各類使用者提供完整的資料庫解決方案,説明使用者建立自己的電子商務體系,增強使用者對外界變化的反應能力,以及用戶在激烈市場中的競爭能力。 本書在結構安排上充分考慮到了初學者的實際情況,共分五篇,第1~3章為第一篇,主要介紹了SQL Server 2012資料庫的基礎操作知識,包括SQL Server 20
本書以Microsoft SQL Server 2012中文版為平臺,介紹SQL Server基礎、實驗和綜合應用實習三部分內容。全書內容主要包括數據庫基礎、SQL Server 2012簡介和安裝、數據庫和表、數據庫的查詢和視圖、T-SQL語言、索引與數據完整性、存儲過程和觸發器、系統安全管理、備份與恢復、其他概念等。
SQL Server Integration Services Design Patterns is newly-revised for SQL Server 2014, and is a book of recipes for SQL Server Integration Services (SSIS). Design patterns in the book help to solve com
MCSA GUIDE TO MICROSOFT SQL SERVER 2012 (Exam #70-462) provides a thorough introduction to essential database administration principles and practices to prepare readers for certification and career su
Relational database design and SQL (Structured Query Language) programming teach-by-practical-diagrams-&-examples book for developers, programmers, systems analysts and project managers who are ne
The Definitive Guide to Microsoft SQL Server 2012 Reporting ServicesCreate, deploy, and manage business intelligence reports using the expert tips and best practices in this hands-on resource. Written
SQL Server 2008在可擴展性和性能方面進行了大量改進。為了有效地管理日益龐大和復雜SQL Server環境,數據庫管理員和開發人員需要掌握一些新方法。本書提供了獨特的技巧、提示以及方案,介紹了管理和監控SQL Server、自動化管理、群集、性能調整、處理備份和恢復等。本書還介紹了SQL Server 2008版本中的各種工具和新增功能,如:Performance Studio、Cha
Expert SQL Server 2008 Development is aimed at SQL Server developers ready to move beyond Books Online. Author and experienced developerAlastair Aitchison shows you how to think about SQL Server devel
A hands-on resource for SQL Server 2008 troubleshooting methods and toolsSQL Server administrators need to ensure that SQL Server remains running 24/7. Authored by leading SQL Server experts and MVPs,
This is not an ordinary SQL Server Book. SQL Server MVP Deep Dives brings together the world's most highly-regarded SQL Server experts to create a masterful collection of tips, techniques, and experie
Transact-SQL, or T-SQL, is Microsoft Corporation's powerful implementation of the ANSI standard SQL database query language, which was designed to retrieve, manipulate, and add data to relational data
SQL Server 2008 represents a sizable jump forward in scalability, performance, and usability for the DBA, developer, and business intelligence (BI) developer. It is no longer unheard of to have 20-ter
A poorly performing database application not only costs users time, but also has an impact on other applications running on the same computer or the same network. SQL Tuning provides an essential next
Offers tips for improving the performance of any SQL database, no matter what the platform. Written for experienced database administrators familiar with SQL, the book identifies the similarities and
"System Performance Tuning" covers two distinct areas: performance tuning, or the art of increasing performance for a specific application, and capacity planning, or deciding what hardware best fulfil
本書全面講述了數據庫的基本原理和SQL Server 2012的應用,全書以理論夠用、實用,實踐第一的原則,使讀者能夠快速、輕鬆地掌握SQL Server數據庫技術與應用。第1~4章講述數據庫的基本理論知識,其內容包括數據庫系統概述、數據模型、關係數據庫和數據庫設計;第5~14章講述數據庫管理系統SQL Server 2012的應用,其內容包括SQL Server 2012基礎,數據庫的概念和操作,表的操作,數據庫查詢,T-SQL編程,視圖和索引的操作,存儲過程和觸發器,事務與並發控制,數據庫系統的安全性,數據庫的備份與還原;第15章介紹了基於C#.NET 的數據庫應用系統開發過程。 本書理論和實踐相結合,既闡述了數據庫的基本理論,又結合了SQL Server 2012數據庫管理系統的應用,內容翔實,實例豐富,圖文並茂,體系完整,通俗易懂,有助於讀者理解數據庫的基本概念,掌握要點和攻克難點;為便於學習,每章還配有豐富的習題。 本書可作為大學本科、專科、高等職業院校“SQL Server數據庫”課程的教學用書,也可以作為培養數據庫系統工程師的培訓教材,還可以作為數據庫管理人員及數據庫應用系統開發人員的參考用書。
本書全面講述了數據庫的原理與SQL Server 2012的應用。本書首先介紹了數據庫系統的基本概念和理論,以及數據庫的設計方法等。然後以SQL Server 2012數據庫管理系統為教學開發平臺,詳細介紹了SQL Server 2012的基本知識,數據庫操作,表和表數據操作,T-SQL語言,數據查詢,數據完整性、規則和索引,視圖和用戶定義函數,存儲過程、觸發器和標,系統安全管理,事務、批、鎖和作業,數據庫的備份還原與導入/導出,最後講述了VB 2010、C# 2010、ASP.NET數據庫應用程序的開發基礎。 本書可作為大學本科、專科、高等職業院校和軟件職業技術學院的數據庫以及數據庫應用課程教材,也可作為初學者學習數據庫的入門教材,以及數據庫應用系統開發人員的技術參考書。 本書配有電子教案,需要的教師可登錄www.cmpedu.com免費註冊,審核通過後下載,或聯繫編輯索取(QQ:2966938356,電話:010-88379739)。
本書介紹SQL Server 2008數據庫管理系統,主要內容包含3個部分:第 一部分是數據庫基礎部分;第 二部分是實驗部分;第三部分是綜合應用部分。數據庫基礎部分包括數據庫的基本概念和SQL Server 2008兩塊內容,其中所有的操作均介紹SQL Server 2008界面和T-SQL命令兩種方式;實驗部分為SQL Server 2008主要內容的實踐和訓練;綜合應用部分所介紹的VB 6.0/SQL Server 2008和ASP .NET 4(C#)/SQL Server 2008分別為C/S和B/S方面的應用,每一個應用突出它與數據庫的操作。 本書可作為大學本科和高職高專SQL Server課程教材,也可作為SQL Server應用參考。
Essential SQL Server 2017 setup, configuration, and management techniques for LinuxThis comprehensive guide covers the latest, paradigm-shifting release of SQL Server—available for the first time ever
本書集資料管理和資料分析為一體,以微軟公司最新資料庫產品SQL Server 2012 為資料平臺,在簡述傳統資料庫理論的基礎上,首先認識資料,掌握資料庫設計原理,將資料以關係化方式存儲到資料庫中,然後基於SQL Server 2012平臺進行資料庫管理操作,最後基於Tableau平臺進行資料分析和展示,結合案例資料進行商業智慧化分析,提供詳實視覺化的智慧分析報告。同時,本書設計練習實驗,強化實踐