Tag Archives: SQL Server

ASP.Net Dynamic Data Entity Framework Primer Tutorial

Today’s tutorial integrates an SQL Server database with an ASP.Net website using dynamic data (ADO.NET) entity framework (also look up CRUD), building on previous Sql Server Stored Procedure Primer Tutorial as shown below. The word dynamic is very suitable for … Continue reading

Posted in Data Integration, Database, eLearning, Tutorials, Visual Studio | Tagged , , , , , , , , , , , | 3 Comments

Sql Server Stored Procedure Primer Tutorial

Today’s tutorial, which builds on the SQL Server Primer Tutorial, uses Microsoft’s great Sql Server Management Studio to oversee the results of some T-SQL code calls to create tables called POINT and CIRCLE used to store information defining a circle, … Continue reading

Posted in Database, eLearning, Tutorials | Tagged , , , , , , , , | Leave a comment

SQL Server and XML Primer Tutorial

Welcome to the SQL Server Primer Tutorial regarding XML … or SSPTrX for short (although by the time you explain it, it is not so short anymore). Microsoft SQL Server is a relational database management system developed by Microsoft. As … Continue reading

Posted in Database, eLearning, Tutorials | Tagged , , , , | Leave a comment

SQL Server CSV Import Primer Tutorial

Welcome to the SQL Server CSV Import Primer Tutorial. Microsoft SQL Server is a relational database management system developed by Microsoft. As a database, it is a software product whose primary function is to store and retrieve data as requested … Continue reading

Posted in Data Integration, Database, eLearning, Tutorials | Tagged , , , , , , , , | 1 Comment

SQL Server Primer Tutorial

Welcome to the SQL Server Primer Tutorial … or SSPT for short (although by the time you explain it, it is not so short anymore). Microsoft SQL Server is a relational database management system developed by Microsoft. As a database, … Continue reading

Posted in Database, eLearning, Tutorials, Visual Studio | Tagged , , , , , , | Leave a comment