Murach's SQL Server 2005 for Developers
暫譯: Murach 的 SQL Server 2005 開發人員指南
Bryan Syverson, Joel Murach
- 出版商: Mike Murach
- 出版日期: 2006-12-22
- 售價: $1,680
- 貴賓價: 9.5 折 $1,596
- 語言: 英文
- 頁數: 702
- 裝訂: Paperback
- ISBN: 1890774391
- ISBN-13: 9781890774394
-
相關分類:
MSSQL、SQL
已過版
買這商品的人也買了...
-
Java 認證 SCJP 5.0 猛虎出閘$650$514 -
SQL 語法範例辭典$550$468 -
CSS、HTML、XHTML 精緻範例辭典$450$383 -
Linux 驅動程式, 3/e (Linux Device Drivers, 3/e)$980$774 -
嵌入式設計及 Linux 驅動開發指南─基於 ARM9 處理器, 2/e$420$399 -
Ajax 實戰手冊 (Ajax in Action)$680$537 -
3D 電腦動畫及數位特效 (The Art of 3D Computer Animation and Effects, 3/e)$350$315 -
深入淺出物件導向分析與設計 (Head First Object-Oriented Analysis and Design)$880$695 -
鳥哥的 Linux 伺服器架設篇, 2/e & 鳥哥的 Linux 私房菜基礎學習篇, 2/e$1,560$1,326 -
ASP.NET 應用程式開發─與 AJAX 共舞$620$490 -
C++ Primer, 4/e (中文版)$990$891 -
SQL 活用範例大辭典$550$429 -
現代嵌入式系統開發專案實務-菜鳥成長日誌與專案經理的私房菜$600$480 -
重構-向範式前進 (Refactoring to Patterns)$750$593 -
深入淺出 C# (Head First C#)$980$774 -
MIS 網路管理的工具箱$450$351 -
程式之美-微軟技術面試心得$490$387 -
聖殿祭司的 ASP.NET 3.5 專家技術手冊 II 新功能篇-使用 C#$740$585 -
讓事情發生─專案管理之美學‧第二版 (Making Things Happen: Mastering Project Management, 2/e)$580$458 -
C++ 編程規範 (C++ Coding Standards: 101 Rules, Guidelines, and Best Practices)$580$493 -
Google API 開發詳解-Google Maps 與 Google Earth 雙劍合壁$580$458 -
Short Coding 寫出簡潔好程式-短碼達人的心得技法$480$374 -
Linux Device Driver Programming 驅動程式設計$690$587 -
Google!Android 手機應用程式設計入門$520$411 -
Google Android SDK 開發範例大全$750$593
相關主題
商品描述
Description
When we published the first edition of this book, we heard from plenty of developers who were just starting out using Microsoft SQL Server and found this to be a great book for training.
But we also heard from a lot of experienced developers who read it and were amazed to discover how much they didn't know about SQL. That's why we've dubbed this book "the SQL book that most developers don't even know they need."
So whether you're new to SQL...or whether you've been squeaking by with the SQL you know, never realizing how much you're missing out on...this is the book for you. It will make you a more effective, efficient, and confident application developer, no matter what flavor of SQL you're using (though it works best for Microsoft SQL Server, of course).
For example, do you know:
- How to create complex inner and outer joins, summary queries, and subqueries that do more of the database processing for you so that your applications can do less?
- What the different data types are and how to handle the common problems you run into with various types of data?
- How to take advantage of powerful backend database features like views, scripts, stored procedures, and triggers?
- How to deal with database control features like cursors, transactions, locking, and security?
- The basics of database design and implementation using SQL DDL statements or the new Management Studio? (you can write more efficient queries when you know something about how databases are set up...and you can start to see what your DBA has to think about, if that's a career path that interests you)
- How to use the new and enhanced features for working with XML data?
- How to use the new CLR integration feature to create database objects using C#, Visual Basic, or any other .NET language? (this exciting new feature in SQL Server 2005 holds the promise of being able to harness the power of the .NET Framework and all of its class libraries from within the database itself)
If not, SQL Server 2005 for Developers will quickly boost you to a new level of competence and professionalism.
商品描述(中文翻譯)
**描述**
當我們出版這本書的第一版時,我們聽到了許多剛開始使用 Microsoft SQL Server 的開發者的反饋,他們認為這是一本很好的訓練書籍。
但我們也聽到了許多經驗豐富的開發者的意見,他們閱讀後驚訝地發現自己對 SQL 的了解有多少是「不知道的」。這就是為什麼我們稱這本書為「大多數開發者甚至不知道自己需要的 SQL 書籍」。
所以無論你是 SQL 的新手,還是一直在用你所知道的 SQL 勉強應付,卻從未意識到自己錯過了多少……這本書就是為你而寫。它將使你成為一名更有效率、更自信的應用程式開發者,無論你使用的是哪種 SQL(當然,它對 Microsoft SQL Server 的效果最佳)。
例如,你知道:
- 如何創建複雜的內部和外部連接、摘要查詢和子查詢,讓資料庫為你處理更多的運算,讓你的應用程式能做更少的工作嗎?
- 不同的資料類型是什麼,以及如何處理各種資料類型常見的問題?
- 如何利用強大的後端資料庫功能,如視圖、腳本、儲存過程和觸發器?
- 如何處理資料庫控制功能,如游標、交易、鎖定和安全性?
- 使用 SQL DDL 語句或新的管理工作室進行資料庫設計和實作的基本知識?(當你了解資料庫的設置時,你可以撰寫更有效率的查詢……如果你對 DBA 的職業道路感興趣,你也可以開始了解他們需要考慮的事項)
- 如何使用新的增強功能來處理 XML 資料?
- 如何使用新的 CLR 整合功能,使用 C#、Visual Basic 或任何其他 .NET 語言創建資料庫物件?(這個在 SQL Server 2005 中令人興奮的新功能承諾能夠從資料庫內部利用 .NET Framework 及其所有類別庫的強大功能)
如果你不知道這些,《SQL Server 2005 for Developers》將迅速提升你的能力和專業水平。
