ODBC Driver for MySQL: How to Install and Set up Connection (Step-by-step)

Tools & technologies

This article focuses on the step-by-step processes of installing and configuring the ODBC driver...
Read More

SQL Server DELETE – Removing One or More Rows from a Table with Slightly Advanced Scenarios

Database development, Statements, Tables, Work with data

The current article focuses on slightly advanced use of the DELETE statement to remove one or more records (rows) from a table. While it...
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

Microsoft SQL Server Express Edition Limitations and Versions

Code Management, Tools & technologies

What is SQL Server Express? SQL Server Express Edition is a free edition of SQL Server. Microsoft...
Read More

MySQL Create View, Replace View and Drop View Statements with Examples

Database development, MySQL, Statements, Views

An SQL view is a virtual table or a result-set generated by the SELECT query. Unlike physical tables, views do not store data in a...
Read More

SQL Server Delete Statement: How to Remove One or Multiply Rows from the Table

Database development, Statements, Tables

The right application of the DELETE statement for data removal is crucial, and it involves lots of issues. Still, there are standard...
Read More

Connecting to SQL Azure from SQL Server Management Studio (SSMS)

Azure, Cloud, SSMS, Tools & technologies

Microsoft Azure is a cloud computing service for building, testing, deploying, and managing...
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

Git Tips & Best Practices for Beginners

Database development, Source control

Without a version control system, it’s next to impossible to manage the source code.  You can be a software developer of C, C#,...
Read More

Basics of SQL Server Management Studio (SSMS). Part 2

SSMS, Tools & technologies

This article further explains the basics of SQL Server Management Studio (SSMS) – one of the most...
Read More
Close