SQL Server Security Distilled, Second Edition and over 360,000 other books are available for Amazon Kindle – Amazon’s new wireless reading device. Learn more

14 used & new from $1.99

Have one to sell? Sell yours here
 
 
SQL Server Security Distilled
 
 
Start reading SQL Server Security Distilled, Second Edition on your Kindle in under a minute.

Don’t have a Kindle? Get your Kindle here.
 
  

SQL Server Security Distilled (Paperback)

~ (Author)
Key Phrases: relay agent, authenticating logins, client agent, Joe Smith, Server Agent, Service Pack (more...)
4.7 out of 5 stars  See all reviews (7 customer reviews)


Available from these sellers.


9 new from $1.99 5 used from $2.01

Formats

Amazon Price New from Used from
  Kindle Edition, November 30, 2002 $32.36 -- --
  Paperback, April 4, 2004 $40.45 $15.88 $15.90
  Paperback, July 1, 2003 -- $1.99 $2.01
There is a newer edition of this item:
SQL Server Security Distilled, Second Edition SQL Server Security Distilled, Second Edition 4.7 out of 5 stars (7)
$40.45
In Stock.
What Do Customers Ultimately Buy After Viewing This Item?

Customers Who Bought This Item Also Bought

SQL Server Security

SQL Server Security

by David Litchfield
4.8 out of 5 stars (4)  $32.99
Implementing Database Security and Auditing: Includes Examples for Oracle, SQL Server, DB2 UDB, Sybase

Implementing Database Security and Auditing: Includes Examples for Oracle, SQL Server, DB2 UDB, Sybase

by Ron Ben Natan
4.9 out of 5 stars (11)  $43.45
The Database Hacker's Handbook: Defending Database Servers

The Database Hacker's Handbook: Defending Database Servers

by David Litchfield
4.9 out of 5 stars (7)  $31.50
The Web Application Hacker's Handbook: Discovering and Exploiting Security Flaws

The Web Application Hacker's Handbook: Discovering and Exploiting Security Flaws

by Dafydd Stuttard
4.9 out of 5 stars (15)  $31.50
How to Cheat at Securing SQL Server 2005

How to Cheat at Securing SQL Server 2005

by Timothy Blum
$37.96
Explore similar items

Editorial Reviews

Product Description

Securing SQL Server is one of the most important responsibilities of the SQL Server professional. Ensuring your data is safe requires a combination of good systems and database administration, and intelligent application design - weaving a security plan that matches the capabilities and vulnerabilities of each contributing part.

But at its root, security is concerned with controlling access - authenticating who can access the data on the server, authorizing what users can do with that data, and securing data as it is transported. These core topics are the focus of this book.

SQL Server Security Distilled shows you:

What you can do to secure date in SQL Server How SQL Server handles authentication and authorization in different versions How SQL Server security integrates with Windows security The security pros and cons of different transport protocols Ways to tailor SQL Server security to different applications, including client-server and Web applications How to secure DTS packages The implications of different types of replication for security The security features of SQL Server CE and its server-side agents



From the Publisher

Curlingstone is a new imprint providing practical information on all aspects of the technology, techniques, and job roles that form the database community. --This text refers to an out of print or unavailable edition of this title.

Product Details

  • Paperback: 300 pages
  • Publisher: Curlingstone (July 1, 2003)
  • Language: English
  • ISBN-10: 1590591925
  • ISBN-13: 978-1590591925
  • Product Dimensions: 8.9 x 6 x 0.6 inches
  • Shipping Weight: 14.4 ounces
  • Average Customer Review: 4.7 out of 5 stars  See all reviews (7 customer reviews)
  • Amazon.com Sales Rank: #2,690,661 in Books (See Bestsellers in Books)

More About the Author

Morris Lewis
Discover books, learn about writers, read author blogs, and more.

Visit Amazon's Morris Lewis Page

Inside This Book (learn more)
Browse and search another edition of this book.

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product).
 
(9)
(4)
(2)

Your tags: Add your first tag
 

 

Customer Reviews

7 Reviews
5 star:
 (5)
4 star:
 (2)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.7 out of 5 stars (7 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
5 of 5 people found the following review helpful:
5.0 out of 5 stars A Note from the Author, April 15, 2003
By Morris L. (Nashville, TN United States) - See all my reviews
I spent just under 2 years doing the research for this book. In terms of breadth of coverage, there is no better book on the market. Rather than searching Microsoft's mammoth site for articles and white papers, everything you need to understand SQL Server security from version 6.5 to 2000 is in one book.

This book also goes deeper than the basic introduction to the various security mechanisms. Many books will tell you what SQL Server offers, but very few provide detailed information on *how* and *why* it works the way it does. Each chapter provides insights into the inner workings of SQL Server's security architecture and provides practical advice on how to use that information to keep your systems safe.

There are some other books that focus on showing you "hackers' tricks" for attacking your database servers, but this book takes the premise that if you do things the right way from the beginning, no hacker is ever going to find a trick that works on your systems. As an example, this book recommended configuring firewalls to block the traffic used by the Spammer virus long before the virus became news. Those who read this book and followed its advice slept soundly the weekend that Spammer was taking the Internet down.

Since the future of Curlingstone is in doubt, support for the book has moved to www.,.,..com, and the author is not only committed to maintaining the current work but also planning to release an interim update in electronic format in the fall covering changes in SQL Server 2000 Service Pack 3 and any new discoveries found since December, 2002. The author also plans to release additional chapters on Yukon early next year for early adopters. This book is alive and will be updated periodically to keep its readers safe from the bad guys.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
2 of 2 people found the following review helpful:
5.0 out of 5 stars Excellent Security Reference, January 6, 2003
I've been working with SQL Server for 11 years and run SQL Server Central.

And I learned a bunch from this book. This is one of the best references on SQL Server Security that I have seen written and I recommend it highly to every SQL Server DBA.

The book is written to cover versions 6.5, 7.0, and 2000. And it does a great job with each. It starts by looking at the way that logins are authenticated by the server. Great detail is given, even to the point of examining network sniffer traces to show how the communication occurs between the client and server.

From there, the database security is examined with separate chapters for v6.5 and 7/2000 since they work differently. Not only is the process explained, but the author notes where there are bugs and unforseen consequences of assigning security in certain ways.

The early chapters provide insight into how security works in SQL Server. The later chapters build on this to give hints and suggestions for implementing security in your applications, DTS, replication, and even SQL Server CE.

Overall, this is a must read for SQL Server DBAs. Developers will benefit as well since a thorough understanding can solve a great many problems and prevent even more.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
1 of 1 people found the following review helpful:
5.0 out of 5 stars Very good book, i wish there is one book for 2005, November 6, 2007
It is good book for 6.5, 7.0 and 2000. But it does not cover 2005 i think manily because it is old publication.

Still reading some more chapter, after that i will review my review!
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

5.0 out of 5 stars A holistic approach to security
If you are responsible for a SQL Server database, can you afford not to think about security? Of course not. And this book definitely puts you on the right track. Read more
Published on April 18, 2004 by Joe Webb

4.0 out of 5 stars Good book, but nothing extraordinary
This is a good book on security and covers most of the SQL security issues. It even goes in depth in describing the SQL security at the network layer. Read more
Published on November 4, 2003 by Jaewoo Kim

4.0 out of 5 stars Distilled - To separate or extract the essential elements of
A good definition for exactly what this book does. It breaks down every segment of the SQL Server security infrastructure in intricate detail so security professionals and DBAs... Read more
Published on January 6, 2003 by Chip Andrews

5.0 out of 5 stars SQL Administrator - Beware!
SQL Server Administrators need to beware because this book gives up the goods to any who read it. Morris Lewis does a great job of not only explaining how SQL Server implements... Read more
Published on January 6, 2003 by imatest

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   



So You'd Like to...


Create a guide

Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.



Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.