.NET Software Development Tutorials and Videos: C#, ASP, SQL Server, Linq, Visual Basic, Silverlight, Azure
Tag: <span>sql server</span>

Deploying a SQL Server Private Cloud Infrastructure using Self-Build

Microsoft provides multiple options to help you manage and deploy a private cloud infrastructure that is optimized for your database workloads including; Self-Build, Reference Architecture, and the new HP Database Consolidation Appliance. This video provides an overview of the Self-Build offer for Optimizing SQL Server for Private Cloud infrastructure.

Microsoft SQL Server Execution Plans: From Compilation, to Caching, to Reuse

Execution plan reuse is one of the most important aspects of building well-performing and scalable SQL Server solutions. But it’s also the one that is often overlooked during the design phase and becomes very difficult to troubleshoot later. In this session we discuss in detail the following aspects of SQL …