In this chapter, you'll learn:
How to work with SQL Server Express to add database capabilities to your ASP.NET applications.
By Microsoft ASP.NET Team|
This introduction covers the questions and terminology SQL Server beginners need to create and manage databases, such as: What is a SQL Server database? How is a SQL Server database different from ...
By Microsoft ASP.NET Team|
SQL Server beginners will learn about tables and definitions of data types, properties, keys, etc. in this second video. Find out how table rows, columns, and fields interrelate and whether columns...
By Microsoft ASP.NET Team|
SQL Server beginners will explore data integrity, learn which data types to use for what, and avoid common data type pitfalls.
By Microsoft ASP.NET Team|
Why are relational databases the most popular? SQL Server beginners will learn to differentiate between primary and foreign keys, design relational database tables, and learn about normalization ru...
By Microsoft ASP.NET Team|
SQL Server beginners will learn about ADO.NET objects and execution of SQL statement from ADO.NET. Explore SQL and learn about insert, update, and delete statements.
By Microsoft ASP.NET Team|
SQL Server beginners will discover more SQL statements like sub-select and learn stored procedures and their counterparts in C# and VB methods.
By Microsoft ASP.NET Team|
SQL Server beginners will learn to differentiate between SQL Server database files and SQL Server processes. Explore scenarios for connecting to SQL Server Express databases, enabling and disabling...
By Microsoft ASP.NET Team|
SQL Server beginners will walkthrough the entire workflow of creating a database driven Web application and use visual tools to quickly create an administration application.
By Microsoft ASP.NET Team|
SQL Server Management Studio Express will typically be your main interface into SQL Server Express. This lesson demonstrates the essential techniques and skills you'll need to successfully connect ...
By Microsoft ASP.NET Team|
SQL Server Reporting Services allows you to design and deploy nicely formatted and interactive reports representative of your data. Suitable for print or online distribution, these reports and it a...
By Microsoft ASP.NET Team|
Building on the previous lesson, we dive into building reports from scratch and modifying the reports that were created using the wizards and designers. We also demonstrate how to embed your report...
By Microsoft ASP.NET Team|
This video expands on the topic of Stored Procedures which was introduced several lessons ago. In this video we explain the basic syntax to create and update stored procedures, using input and outp...
By Microsoft ASP.NET Team|
Full-Text search allows you to save large portions of text - even Microsoft Word documents, or other file formats - into your database and perform complex queries based on this textual data while e...