Thursday, August 8, 2013
Reloading a Form in C#
›
I'm been doing some work recently in C# on a Windows Form I'm creating for a pet project. I'm creating a form that presents cus...
Wednesday, August 7, 2013
Calculating a Remainder in SQL
›
When doing math problems using SQL, it is a good idea to consider what type of data you are working with. In SQL, you will often deal with ...
Tuesday, August 6, 2013
Arithmetic Operators in SQL
›
Yesterday we talked about variables . Today we will talk about an arithmetic operators that can be applied to your variable. An arithmeti...
Monday, August 5, 2013
SQL Variables
›
It's been a while since the last time I blogged. After a family reunion and a busy week at work, I've been slow to get back into th...
Monday, July 15, 2013
Using Multiple Databases in SQL
›
In SQL Server, you can have multiple databases on the same instance of SQL Server. In SQL Server 2012, you can have over 32,000 (go HERE t...
Thursday, July 11, 2013
Wildcards while Searching Text in SQL Continued
›
One part of using wildcards that wasn't covered yesterday was the ability to use the keyword NOT in conjunction with LIKE. Using an exa...
Wednesday, July 10, 2013
Wildcards while Searching Text in SQL
›
Let's say you are looking for some text in SQL, but not exactly sure what the text is. For example, you are looking for any customer wh...
›
Home
View web version