Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
SQL Server 2017 Administrator's Guide

You're reading from  SQL Server 2017 Administrator's Guide

Product type Book
Published in Dec 2017
Publisher Packt
ISBN-13 9781786462541
Pages 434 pages
Edition 1st Edition
Languages

Table of Contents (13) Chapters

Preface 1. Setting up SQL Server 2017 2. Keeping Your SQL Server Environment Healthy 3. Backup and Recovery 4. Securing Your SQL Server 5. Disaster Recovery Options 6. Indexing and Performance 7. Troubleshooting SQL Server Environment and Internals 8. Migration and Upgrade 9. Automation - Using Tools to Manage and Monitor SQL Server 2017 10. Always On High Availability Features 11. In-Memory OLTP - Why and How to Use it 12. Combining SQL Server 2017 with Azure

SQL Server protocols

Any application that requires a connection to our SQL Server needs to communicate either over a network or locally on the same server via a protocol layer. SQL Server communication is based on tabular data stream packets, which are encapsulated into a common communication protocol. There are several options available for you, which you can configure in the SQL Server Configuration Manager tool. If you expand the SQL Server Network Configuration, you'll see the network configuration for your instance:

The available protocols are as follows:

  • TCP/IP: This is the most common choice for SQL Server deployments
  • Shared Memory: This is the most simple protocol, which can be used only locally and not for remote connections
  • Named Pipes: This is a protocol developed for LAN connections, and it can work remotely

For most deployments, we need to properly configure...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}