Best of Microsoft SQL Server2023

  1. 1
    Article
    Avatar of bytebytegoByteByteGo·3y

    Understanding Database Types

    A complex application usually uses several different databases, each catering to a specific aspect of the application’s needs. In this comprehensive three-part series, we’ll explore the art of database selection. To make the best decision for our projects, it is essential to understand the various types of databases available in the market.

  2. 2
    Article
    Avatar of amplicationAmplication·3y

    SQL Versus NoSQL Databases: Which to Use, When, and Why

    The right choice means we can scale up an application quickly and handle increasing user requests without encountering problems. Choosing the right database for your application is no mean feat, given the number of available databases. There are many differences between SQL and NoSQL databases, such as how they handle relational data, their query languages.

  3. 3
    Article
    Avatar of phProduct Hunt·3y

    SQL Chat - ChatGPT powered SQL client for Postgres, MySQL & SQL Server

    SQL Chat - ChatGPT powered SQL client for Postgres, MySQL & SQL Server. Launch archive Most loved launches by the community Newsletter The best of Product Hunt, everyday Popular products in...

  4. 4
    Article
    Avatar of itnextITNEXT·3y

    SQL performance tuning

    Northwind is a simple database often used by people who want to learn SQL and that’s what we are going to use. The dataset consists of 13 tables that can be seen below: Later in this article, I’ll show how you can install this database on your local machine, using SQL Management Studio.

  5. 5
    Article
    Avatar of kdnuggetsKDnuggets·3y

    Database Optimization: Exploring Indexes in SQL

    A similar issue also occurs in SQL Server when it retrieves data from the database. To overcome this, SQL server also uses indexing which speeds up the data retrieval process. We will cover why indexing is needed and how we can effectively create and delete indexes.

  6. 6
    Article
    Avatar of communityCommunity Picks·3y

    Awesome SQL Code Review Tools for Developers

    SQL (Structured Query Language) is a fundamental tool for managing and manipulating data within relational databases. Writing good SQL code helps you better query the database. Code review is without a doubt one of the crucial parts of software development. It can help developers improve their SQL code quality by detecting potential problems.

  7. 7
    Article
    Avatar of lnLaravel News·3y

    Laravel 10.16 Released

    Laravel 10.16 released v10.16 with support for in the Collection method, improvements to the output for sub-minute tasks, allow binding of IPv6 addresses in artisan serve, and more: Improve the display of sub- minute tasks in the command.

  8. 8
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Perform CRUD Operations – JavaScript and SQL Example

    In this article, I'll show you how to connect a back end database to your data collection process. The plan involves tossing some HTML, JavaScript, and the tiny database engine SQLite into a bowl, mixing vigorously, and seeing what comes out. This article comes from my Complete LPI Web Development Essentials Study Guide course.

  9. 9
    Article
    Avatar of kdnuggetsKDnuggets·3y

    How to Optimize SQL Queries for Faster Data Retrieval

    How to Optimize SQL Queries for Faster Data Retrieval, we’ll talk about why SQL query optimization is important and which techniques can be used to optimize it. We'll talk about how to optimize the queries for faster data retrieval and how to use these techniques.

  10. 10
    Article
    Avatar of kdnuggetsKDnuggets·3y

    7 Best Platforms to Practice SQL

    HackerRank’s SQL practice suite has hundreds of questions available for you to practice. You can filter the questions by their difficulty levels: easy, medium, and hard. If you are a Leetcode user, you can practice SQL on it too. LeetCode is quite diverse, with varying difficulty levels and topics.