Skip to content

MR IVAN LIMA

SQL SERVER DEVELOPER

Menu
  • HOME
  • SQL SERVER
  • ABOUT ME
Menu

Category: Uncategorized

Most SQL Server Performance Issues Come Down to Indexing and Configuration Problems — Here Are 3 Signs Your Database Might Need Tuning

Posted on April 2, 2025 by Ivan Lima

If your SQL Server database feels sluggish, you’re not alone — slow queries, timeouts, and resource bottlenecks are among the most common complaints I hear from businesses. The good news? In most environments, these issues can be traced back to a few core problems — particularly improper indexing and misconfigured settings. After working with SQL…

Read more
Data Migration

Data Migration

Posted on May 12, 2022May 14, 2022 by Ivan Lima

Why the need for data migration? Not too long ago, database software were limited to few brands and options. To name a few of them we can say Oracle, MS SQL Server, MySQL, DB2 among few others. Oracle would be used for systems that needed very high performance and robustness. MySQL, would be used for…

Read more
SQL Developer

SQL Development

Posted on April 30, 2022May 12, 2022 by Ivan Lima

Welcome to the wide and wonderful world of SQL development. Whether you’re dipping your toes into these waters for the first time as a student, upgrading your tech skills, or seeking a career change, you’ve gotten the basic skills you’ll need. SQL development is an integral part of any programming endeavor because, in any system,…

Read more

Database Cardinality

Posted on February 1, 2022April 27, 2022 by Ivan Lima

When dealing with databases, there are several concepts to learn. Modeling and designing a database might seem difficult at first. The same can be said for writing, updating, and deleting the data from a database. But, what if there is more than one database? DBMS are made of sets of data. RDBMS, to be even…

Read more

Data Anomalies and Data Redundancy

Posted on February 1, 2022April 25, 2022 by Ivan Lima

Data redundancy in databases occurs when same piece of data is stored multiple times in the same table object or multiple table objects. This condition causes data “undesirable” anomalies when conducting transactions and operations inside of a transactional database. The keyword here is transactional. In analytical databases, the anomalies are welcome most of the time…

Read more

A Brief Lowdown On SQL Injection Attacks

Posted on January 30, 2022January 30, 2022 by Ivan Lima

SQL injection can be best defined as a security vulnerability on your web application. With this injection, an attacker can tamper with or misappropriate the queries that your application would be sent to your database. What’s more, with an SQL injection, cybercriminals can access data that they otherwise cannot access. The data includes everything ranging…

Read more

What is the Difference Among Databases, Data Warehouse, Data Mart, and Data Lake

Posted on January 29, 2022April 24, 2022 by Ivan Lima

There are many different ways to store, manipulate and retrieve data in a system. Many different software are available for such tasks. These software, should enable, based on the 5 Vs of data (volume, velocity, variety and value), a better user experience for the appropriate task. For that, we need to understand the difference among…

Read more

A Comprehensive Guide on OLTP vs. OLAP

Posted on January 26, 2022April 26, 2022 by Ivan Lima

When talking about relational database management systems, there are 2 concepts that must be understood in order to accomplish the best out of these systems. The best involves the 5 Vs (velocity, volume, veracity, value and variety). These 2 concepts are OLTP (Online Transaction Processing) and OLAP (Online Analytical Processing). During the process of design,…

Read more
Data-Warehouse-vs-Data-Lake

What is the difference between Data Lake and Data Warehouse?

Posted on January 22, 2022January 22, 2022 by Ivan Lima

The main difference between data lake and data warehouse is that the a data lake can be composed of all types of data varying from structured (relational data), semi-structured (csv, Json,  xml among other files) or unstructured (images, videos, text files among any other type of known or unknow files). Some of these data may…

Read more
Data Control Language

Data Control Language (DCL)

Posted on January 3, 2021January 3, 2021 by Ivan Lima

When talking DCL, we are mainly talking about a portion of security in SQL Server. There are only two commands, GRANT and REVOKE, but remember, these commands can mean everything. With great power comes great responsibility. –Peter Parker So, when trying to access or manipulate objects in SQL Server, we need a Login. A login…

Read more
  • 1
  • 2
  • Next

Recent Posts

  • Most SQL Server Performance Issues Come Down to Indexing and Configuration Problems — Here Are 3 Signs Your Database Might Need Tuning
  • Data Migration
  • SQL Development
  • Database Cardinality
  • Data Anomalies and Data Redundancy
Mister Ivan Lima

MISTER IVAN LIMA

SQL Developer & Data Engineer!

Git hub logo LinkedIn Logo StackOverflow Youtube
© 2025 MR IVAN LIMA | Powered by Minimalist Blog WordPress Theme