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.

How to Insert Multiple Rows in SQL Server Like a Hero DBA 

SQL Server

Hi there, newbie. Are you still using multiple INSERT statements to insert multiple rows in SQL...
Read More

MySQL Copy Database: Make Clones Of Your Databases With Ease

MySQL

MySQL copy database is handy when you need to make clones or duplicates of a MySQL database. These copies are good for backups in case of a...
Read More

Power BI Star Schema: The Easy How-To Guide for Starters

Power BI

Do you want data analysis to be your cup of tea? That’s great because 2021 is a good year for that. If you’re starting out, part of...
Read More

How to Install SQL Server (The No-Nonsense, Easy Guide)

SQL Server

Last time, you learned about a primer on SQL Server. In that article, you also learned about the...
Read More

How to Connect MySQL Workbench to MariaDB

MySQL, Tools & technologies

To use MySQL Workbench as a GUI for MariaDB? If you’re filled with disbelief right now, you’re not alone. Though Michael...
Read More

SQL Aggregate Functions: Easy Tips for Newbies

Database development, Statements

SQL Aggregate Functions are functions that perform calculations and return a summarized result. With these, it’s easy to do these...
Read More

What is SQL Server? (Definition, Versions, Editions)

Database administration, Database development

Excited? That’s how it feels to learn a new skill on your first day. It can also feel a bit...
Read More

The Easy and Practical SQL Server Tutorial for Beginners

Database development

Introduction to Our SQL Server Tutorial for Beginners Hello, budding SQL Server enthusiast! CodingSight would like to focus on you, the...
Read More

SQL SELECT DISTINCT: Performance Best Practices

Database development, Statements

Is SQL DISTINCT good (or bad) when you need to remove duplicates in results? Some say it’s good and add DISTINCT when...
Read More

SQL BETWEEN-Smart Tips to Scan for a Range of Values

Database development, Statements

SQL BETWEEN is an operator used to specify a range of values to test. The returned value can be...
Read More
Close