Professional SQL Server 2005 Integration Services Programmer to Programmer

Posted by aspnetnerd on 22 Nov 2008 | Tagged as: Book Email This Post

Professional SQL Server 2005 Integration Services Programmer to Programmer




This book will help you get past the initial learning curve quickly so that you can get started using SSIS to transform data, create a workflow, or maintain your SQL Server. Offering you hands-on guidance, you’ll learn a new world of integration possibilities and be able to move away from scripting complex logic to programming tasks using a full-featured language.

What you will learn from this book

  • Ways to quickly move and transform data
  • How to configure every aspect of SSIS
  • How to interface SSIS with web services and XML
  • Techniques to scale the SSIS and make it more reliable
  • How to migrate DTS packages to SSIS
  • How to create your own custom tasks and user interfaces
  • How to create an application that interfaces with SSIS to manage the environment
  • A detailed usable case study for a complete ETL solution

Who this book is for

This book is for developers, DBAs, and users who are looking to program custom code in all of the .NET languages. It is expected that you know the basics of how to query the SQL Server and have some fundamental programming skills.

Wrox Professional guides are planned and written by working programmers to meet the real-world needs of programmers, developers, and IT professionals. Focused and relevant, they address the issues technology professionals face every day. They provide examples, practical solutions, and expert education in new technologies, all designed to help programmers do a better job.

User Ratings and Reviews

4 Stars Lots of breadth, good place to start
If you’re needing an SSIS primer, this is a great place to start. There are definitely holes the “how to” part of some sections. However, you really get a good idea of what’s possible in SSIS. If you want script specifics, you may need to search for it on MSDN or the web in general–but, at least you know what to look for.

Buy this before you buy the Expert companion title if you’re new to figuring out how things work in SSIS. I had several years of experience with DTS packages, and this book was a perfect start for me.

3 Stars Good, but where’s the VB sample code?
SSIS only supports scripting in VB. But whenever there’s a custom component or any code outside the mandatory VB realm, the book only presents a C# example. Even the WROX website does not provide VB code. So if I want to code my custom data flow task, or follow their wmi example, I MUST know C#. I can follow along okay, but I don’t like having to interpret/rewrite your code samples to be able to use them and extend upon them.

The general information is good, but don’t think this book will leave mold you into an SSIS Expert. I only bought this book because I first bought the WROX “expert” ssis book, which started by saying they assume you have substantial knowledge of ssis, such as provided by this book.

All in all, the book is a decent introduction to SSIS. I didn’t suffer from the 10 author continuity loss as others did. I just want my examples in VB, especially for a product that only speaks VB for many functions.

3 Stars Too many authors; too little coherence
I originally intended to give this book two (2) stars, just because I was hacked off at the terrible index, but the content is worth at least three stars. The problem is locating the specific content you need.

Example: User-defined package variables are often critical pieces of a SSIS package. Want to find out how to get/set package variable values from an Execute SQL Task? Well, you won’t get anywhere trying to look up “Variables” in the index. Just when you think the text does not address this important issue, you browse the Execute SQL Task section and — lo! — there is an extended discussion on how to access package variables from SQL queries. But none of it is referenced by the “Variables” entry in the index.

Brian Knight, by all accounts, is a good writer who knows his material, but any book that has ten (!) authors can’t help but display a variety of writing styles and competencies. The book is adequate as a learning tool, but not as a reference. If the publisher had been in less of a hurry to get to market, Mr. Knight might have been allowed to take on fewer collaborators and produced a more coherent book. And a more complete index.

5 Stars Everything is good
The book was in perfect condition and delivered promptly. The information contained in the book was very informative and helpful. The writers explained the concepts clearly.

5 Stars Very informative!
So far this book is great for basics. It gives a great overview of all the options you have to create a SSIS package. I had previously purchased the expert version because I had DTS experience and realized SSIS was totally different. So I bought the professional version and it’s filled in a lot of gaps. It’s also got nice tutorials at the end of the chapters that help you to create a basic SSIS package which is incredibly helpful for learning the new tools that are available.

Buy/More Info

SQL Server 2005 T SQL Recipes A Problem Solution Approach A Problem Solution Approach

Posted by aspnetnerd on 21 Nov 2008 | Tagged as: Book Email This Post

SQL Server 2005 T SQL Recipes A Problem Solution Approach A Problem Solution Approach



If you are looking for a succinct, easy to use, and up-to-date reference guide for SQL Server 2005 and T-SQL, I highly recommend SQL Server 2005 T-SQL Recipes.

— David Hayden, .NET Developer

Each chapter is completely autonomous, so you can just look up the syntax you need at the time without having to rely on knowledge from previous chapters. Its really an excellent reference that deserves a place on your desk.

— Sean McCown, ITBookworm

Need to brush up on specific SQL Server tasks, procedures, or Transact-SQL commands? Not finding what you need from SQL Server books online? Or perhaps you just want to familiarize yourself with the practical application of new T-SQL�related features. SQL Server 2005 T-SQL Recipes: A Problem-Solution Approach is an ideal book, whatever your level as a DBA or developer.

This �no-fluff� desk reference offers direct access to the information you need to get the job done. It covers basic T-SQL data manipulation, the use of stored procedures, triggers and UDFs, and advanced T-SQL techniques for database security and maintenance. It also provides hundreds of practical recipes that describe the utilities of features and functions, with a minimim of background theory.

Additionally, this book provides �how-to� answers to common SQL Server T-SQL questions, conceptual overviews, and highlights of new features introduced in SQL Server 2005. It also features concise T-SQL syntax examples, and you can use the book to prepare for a SQL Server-related job interview or certification test.

User Ratings and Reviews

5 Stars Extremely Useful How To Book on SQL Server 2005
This is the book that I consult most often, when there is something I want to accomplish quickly and easily. There is a lot of SQL Server 2005 specific content here, and most major aspects of SQL Server are covered at a decent depth. Very highly recommended.

3 Stars Good reference but not enough detail to be truly comprehensive
I think this book is a good addition to your bookshelf but I was hoping for a little more. The price is right and the breadth of topic coverage is fine. I just want more “recipes”; that is more examples showcasing each topic with variations on how to use different commands and techniques in my SQL code plus best practices for developing a SQL Server databases across an enterprise software system.

5 Stars Excellent learning aid for a SQL Server beginner
Great, convenient reference: I usually check it before turning to Google and MSDN, and so far have found it to be a sufficient, and far-easier-to-navigate, resource.

4 Stars Great T-SQL Cookbook
This is a great book to keep at arms length. It has many great examples of the T-SQL commands and syntax. I use it most oftern when I find myself asking the question, “How do you use that command?”. Subject matter is complete and includes the XML extensions to T-SQL.

5 Stars Excellent Practical Reference
Background: Professional developer with 20 years experience of application programming and embedded development who is recently learning SQL / SQL Server.

I was looking for a solution to a problem and found it in the online text included in this book. The solution saved me about 2 hours of research, so I went ahead and bought the book since it had already paid for itself.

It has since paid for itself many times over.

Buy/More Info

Programming ASP NET MVC

Posted by aspnetnerd on 20 Nov 2008 | Tagged as: Book Email This Post

Programming ASP NET MVC




Programming ASP.NET MVC teaches experienced Microsoft web developers what they need to know about the model-view-controller pattern and the new Microsoft ASP.NET 3.5 MVC framework to build a state of the art social network application. Readers will design, implement and deploy an application that draws on the best features of LinkedIn and Facebook and makes good use of the recently released Microsoft .NET 3.5, LINQ, AJAX, and Entity Framework technologies. The book also teaches how to building testing into a web project from the start and embrace the best practices of test-driven design.

Buy/More Info

Programming ASP NET AJAX Build rich Web 2 0 style UI with ASP NET AJAX

Posted by aspnetnerd on 19 Nov 2008 | Tagged as: Book Email This Post

Programming ASP NET AJAX Build rich Web 2 0 style UI with ASP NET AJAX

Delivering rich, Web 2.0-style experiences has never been easier. This book gives you a complete hands-on introduction to Microsoft ASP.NET AJAX 1.0, the new framework that offers many of the same benefits for Ajax development that ASP.NET provides for server-side development. With Programming ASP.NET AJAX, you’ll learn how to create professional, dynamic web pages with Ajax in no time. Loaded with code and examples that demonstrate key aspects of the framework, this book is ideal not only for ASP.NET developers who want to take their applications a step further with Ajax, but for any web developers interested in ASP.NET AJAX, no matter what technology they use currently. That includes JavaScript programmers who would like to avoid the headaches of writing [...] Continue Reading…

Microsoft SQL Server 2005 Compact Edition SQL Server Series

Posted by aspnetnerd on 19 Nov 2008 | Tagged as: Book Email This Post

Microsoft SQL Server 2005 Compact Edition SQL Server Series

SQL Server Compact Edition is a slimmed down version of SQL Server that you can use on Pocket PCs, Smart phones, Tablet PCs, and Desktops. With this book, you will learn how to build applications for resource constrained devices. You’ll discover how the SQL Server Compact Edition database can also be used as an embedded in-proc database for desktop-based applications. You’ll learn how to manage the SQL Server Compact Edition database using SQL Server Management Studio, Visual Studio, and Query Analyzer. Laptops, Tablet PCs, and mobile devices enable information workers to access enterprise data from remote locations. With the step-by-step exercises provided in this book, you’ll learn how to synchronize data between SQL Server and SQL Server Compact Edition. You’ll also learn Remote Data Access–a lightweight [...] Continue Reading…

Next»