Author: Edwin Sanchez

Software developer and project manager with a total of 20+ years of software development. His most recent technology preferences include C#, SQL Server BI Stack, Power BI, and Sharepoint. Edwin combines his technical knowledge with his most recent content writing skills to help new breed of technology enthusiasts.

MySQL Insert Command vs T-SQL Query Syntax with Examples

Database development, Languages & Coding, MySQL, Statements, T-SQL

Developers are lifelong students. Gaining new knowledge as fast as we can is always our gig. If...
Read More

How to Round (UP/DOWN) in SQL Server – 5 Useful Tips

Database development, Statements

We’ve been taught to round numbers since we were kids. When you round off 1.15 to the nearest tenths, will it be 1.2 or 1.1? Using the...
Read More

CREATE TABLE MySQL vs T-SQL with Syntax Examples

Database development, MySQL, Statements, T-SQL, Tables

Are you a T-SQL developer learning the basics of MySQL? Then, one of the things you might want to learn is MySQL CREATE TABLE statement....
Read More

SQL UNION Cheat Sheet with 10 Easy and Useful Tips

Database development, Statements

Having a hard time with SQL UNION? It happens if the results you combined put your SQL Server into...
Read More

Do You Make These Mistakes When Using SQL CURSOR?

Database development, Statements

For some people, it’s the wrong question. SQL CURSOR IS the mistake. The devil is in the details! You can read all sorts of...
Read More

How to Parse Strings Like a Pro Using SQL SUBSTRING() Function?

Database development, Statements

Do you enjoy parsing strings? If so, one of the indispensable string functions to use is SQL SUBSTRING. It is one of those skills a...
Read More

Your Ultimate Guide to SQL Join: CROSS JOIN – Part 3

Database development, Programming, T-SQL, Tables

CROSS JOIN is in the spotlight. This article finishes our small series of SQL JOIN-related...
Read More

Top 3 Tips You Need to Know to Write Faster SQL Views

Database development, Views

Friend or foe? SQL Server views have been a subject of heated debates when I was in my first year using SQL Server. They said it was bad...
Read More

Your Ultimate Guide to SQL Joins: OUTER JOIN – Part 2

Database development, Tables, Work with data

Outer join is at the center stage today. And this is part 2 of your ultimate guide to SQL joins. If you missed part 1, here’s the...
Read More

Your Ultimate Guide to SQL Join: INNER JOIN – Part 1

Database administration, Work with data

Inner join, outer join, cross join? What gives? It’s a valid question. I once saw a Visual Basic...
Read More
Close