Entity Framework – Just a Few Clicks Away

Frameworks, Languages & Coding

Entity Framework is an open-source object-relational mapping (ORM) framework for .NET applications....
Read More

FLOAT Data Type in SQL Server: A Practical Guide to Prevent Unexpected Mathematical Errors

Database administration, Work with data

Have you ever thought that SQL can be wrong in math? It sounds crazy. But if you’ve used the SQL FLOAT data type, you may have come...
Read More

Storing Binary Data Types in SQL Server

Database administration, Work with data

Introduction Daily work rarely requires storing binary data directly to database columns. However, it is very useful in some cases....
Read More

How to Protect MySQL Databases from Ransomware Campaigns

Database administration, MySQL, Troubleshooting Issues • One Comment

MySQL is known for being easy to use and highly secure. That’s why it is the number one choice...
Read More

SQL Data Types: 5 Worst Choices You Need to Stop Today

Database administration, Work with data

Do your choices of SQL server data types and their sizes matter? The answer lies in the result you got. Did your database balloon in a...
Read More

Learn to Use Time Intelligence in Power BI

Business intelligence, Power BI

Time intelligence is a smart way of analyzing time period-based data, such as sales according to dates, using built-in time intelligence...
Read More

Troubleshooting Issues when Working with Date and Time in SQL Server

Database administration, Troubleshooting Issues

The Microsoft SQL Server database stores the date and time information in a variety of formats. The...
Read More

Converting DateTime to YYYY-MM-DD Format in SQL Server

Database administration, Work with data

An SQL Server database can store a variety of data types, such as numbers, text strings, Boolean values, dates, etc. However, storing and...
Read More

Introduction to Synonyms in SQL Server

Database administration, SQL Server, Work with data • One Comment

A synonyms in SQL Server are database objects that give an alternative name to the database objects existing locally or on the remote...
Read More

How to Auto-trigger AWS Lambda Functions

AWS, Cloud

When we think about a cloud solution provider, we often consider the most popular ones, i.e. Amazon...
Read More
Close