SQL Update one Table from AnotherAre you working with an SQL database where you need to copy data from one table to another? […] November 23, 2021 in SQL Server tagged sql / table / join / inner / left / right / update by Mike
WPF Buttons with Polygon GraphicsAre you working on a WPF program that requires buttons? Are those buttons requiring symbols instead of words? […] November 24, 2020 in WPF tagged polygon / shape / left / right / graphic / button / arrow / previous / forward by Mike
SQL Server Left Joins SimplifiedIn order to more easily understand left joins we will modify Itzik Ben-Gan’s database from the previous post […] March 10, 2018 in SQL Server tagged left / right / sql / table / join / SQL Server Left Joins by Mike
SQL Server Sequential Numbers Part 4Our query will create sequence numbers. This is part 4. We other posts called SQL Server Sequential Numbers […] October 13, 2017 in SQL Server tagged order by / union all / right / row_number / sequence / sequential / cast / SQL Server Sequential Numbers by Mike
SQL Joins IntroductionFor this post we assume you have some basic knowledge of SQL. A JOIN clause is used to […] September 9, 2017 in SQL tagged joins / inner / outer / left / right / self / join / SQL Joins by Mike
Business EthicsOver the past several years there has been increasing interest and discussion on the topic of ethics. Business […] August 5, 2017 in Business tagged right / business / ethic / moral by Mike
SQL Server right() function with cast()The right() function returns the right part of a character string with the specified number of characters. It […] February 23, 2017 in SQL Server tagged sql / cast / right by Mike