Tag Archives: sql

New SQL project launched

As you may know, I am always very keen to learn.  At the minute I am learning how to manipulate an SQL database from a C# project. For this, I have developed a C# namespace that encapsulates some common methods … Continue reading

Posted in C# WPF, SQL | Tagged , , , | Leave a comment

SQL stored procedures (input variables) tutorial published

The second in a series of tutorials relating to SQL stored procedures focuses on input variables.  Input variables allow you to make your stored procedures useful, especially in a web environment by allowing you to pass data to your stored … Continue reading

Posted in SQL | Tagged , | 1 Comment

SQL stored procedures beginners tutorial

SQL (Structured Query Language) can be a complex and in depth subject.  It is becoming ever more popular among developers and companies alike. Stored procedures are a basic feature of MS-SQL, but can be badly explained and difficult to learn … Continue reading

Posted in SQL | Tagged , | Leave a comment