Member of the LearnItFirst.com Video Training Network Related Video Training Sites: · SQL Programming Training Videos · SQL Server DBA Tutorials
     
SQL Server 2005 Training Videos             * SQL Programming Training Videos
* SQL Server DBA Tutorials
* More Videobooks...
Email
Password
Register
LearnSqlServer2005.com Subscriber Videos
Network Libraries, TCP/IP Ports and Configuring SQL Server for Remote Connections - Video Series
Video Image Video Category: Configuration: Services, Instances, Network Utilities, Network Libraries, Port Numbers and More

Skill Level: 400 (Intermediate - Advanced)

Versions/Editions Covered: SQL Server 2005
Want to change your SQL Server's TCP/IP port? Then watch this series! This series takes an interesting look at how clients connect to SQL Server 2005 using Network Libraries. You'll learn how to manage the connections, change SQL Server's TCP port(s), how the SQL Browser Service works, and much more.

Videos in this Series:

< Return to list of all videos

Miscellaneous Bits & Pieces:
Performance Tip: The more hard drives you spread your database across the better performance you will experience. RAID 10 offers the ultimate in performance but, for small databases, is likely to be too costly. RAID 5 for your smaller database's data files and RAID 1 for their log files will help maximize your SQL Server's performance
Which of these queries will perform faster? (a) SELECT * FROM Table WHERE Salary-1000 > 10000 or (b) SELECT * FROM Table WHERE Salary > 9000. (b) will perform faster since (a) would have to calculate (Salary-1000) first and then compare that value to 10000
The TIMESTAMP data type name was replaced in Microsoft SQL Server 2000 by the ROWVERSION data type. They are the same; nothing changes but the name
Company News
Visual Basic 2005/2008 Tutorials
Other Websites We Offer
LearnExchange.com
Don't Forget!
Become a Guru
 
     
Home | About Us | Advertising | Become an Author | Contact Us | Privacy | System Req's | Terms | Testimonials | Work for Us! | Blogs | Site Map Refer a Friend and Get a Free Subscription!
© Copyright 2004-2008 LearnItFirst.com LLC. All rights reserved. All trademarks remain the property of their respective owners.
This site is not affiliated in any way with the Microsoft Corporation.
7/3/2008 10:02:35 PM