MySQL Lukas Vileikis in MySQL Optimizing MySQL: Adding Data to Tables Welcome back to the MySQL optimization series! In case you haven’t been following this series, in the past couple of... 22 May 2023 21 min read
PostgreSQL Ryan Booz in PostgreSQL PostgreSQL Basics: A Template for Managing Database Privileges In the first two articles of this series about PostgreSQL privileges, we reviewed how to create roles, grant them privileges... 18 May 2023 14 min read
T-SQL Programming Aaron Bertrand in T-SQL Programming Changing log growth strategy in SQL Server 2022 When I first saw a bullet item stating SQL Server 2022 would support instant file initialization for log file growth,... 15 May 2023 6 min read
PostgreSQL Henrietta Dombrovskaya in PostgreSQL Uncovering the mysteries of PostgreSQL (auto) vacuum Welcome to the second blog of the “magic of parameters” series. In the first entry, I covered memory parameters, and... 12 May 2023 13 min read
Editorials Phil Factor in Editorials Xerox stars for accessibility I was working for Xerox when the Xerox Star, precursor to all the computer systems in use today, was introduced.... 08 May 2023 3 min read
MySQL Robert Sheldon in MySQL Importing data into a MySQL database using LOAD DATA Database and development teams often load data from plain text files into their MySQL databases. The files might be used... 04 May 2023 24 min read
PostgreSQL Ryan Booz in PostgreSQL PostgreSQL Basics: Essential psql Tips and Tricks Having access to the psql command-line tool is essential for any developers or DBAs that are actively working with and... 01 May 2023 14 min read
CI/CD Mercy Bassey in CI/CD Introduction to Using Bitbucket and CI/CD for Your App If you have been in the DevOps space, you should know about version control and must have worked with 0ne.... 28 April 2023 18 min read
PostgreSQL Ryan Booz in PostgreSQL PostgreSQL Basics: Getting started with psql PostgreSQL has a separate command-line tool that’s been available for decades and is included with any installation of PostgreSQL. Many... 24 April 2023 8 min read
T-SQL Programming Aaron Bertrand in T-SQL Programming One use case for NOT using schema prefixes I’ve long been a huge advocate for always referencing objects with a schema prefix in SQL Server.… 20 April 2023 6 min read
Editorials Phil Factor in Editorials Let’s talk about Artificial Intelligence, ChatGPT and Gobbledegook I use Chat-GPT occasionally, instead of Google, to get answers to technical questions. Well there is definite value in promise... 17 April 2023 3 min read
Web Aneesh Lal Gopalakrishnan in Web How to secure legacy ASP.NET MVC against Cross-Site (CSRF) Attacks Cross-Site Request Forgery (CSRF) attacks are widespread, and even some BigTech companies suffer from them. Netflix suffered in 2006 with... 12 April 2023 9 min read
PostgreSQL Grant Fritchey in PostgreSQL PostgreSQL Schema: Learning PostgreSQL with Grant An important aspect of building and managing a database is organizing the objects within your database. You may have tables... 10 April 2023 9 min read
T-SQL Programming Edward Pollack in T-SQL Programming Ordered Columnstore Indexes in SQL Server 2022 One of the more challenging technical details of columnstore indexes that regularly gets attention is the need for data to... 07 April 2023 17 min read
MySQL Robert Sheldon in MySQL Modifying MySQL data from within Python In the previous article in this series, I introduced you to how to access MySQL data from within a Python... 03 April 2023 21 min read
T-SQL Programming Aaron Bertrand in T-SQL Programming GENERATE_SERIES: My new go-to to build sets I have come across a lot of use cases for manufacturing rows on the fly, aside from the common goal... 30 March 2023 12 min read
BI Dennes Torres in BI Using Virtual Network Data Gateways to Secure Access to Azure SQL in Power BI Power BI and Azure are two related services, but with a considerable independence between them. Power BI share the Azure... 27 March 2023 11 min read
Other Development Goodness Woke in Other Development The difference between libraries and frameworks The concept behind frameworks and libraries is to provide reusable code that you can use to perform everyday tasks so... 24 March 2023 18 min read
T-SQL Programming Greg Larsen in T-SQL Programming Paging Data in T-SQL Sometimes when working with very large sets of data, you may not want to return all of the data at... 20 March 2023 10 min read
Oracle Chandra Rawat in Oracle The SELECT Statement in Oracle The SELECT statement is used to retrieve information from a database. Following the execution of a SELECT statement, a tabular... 16 March 2023 19 min read