Data Debt
The idea of data debt seems both silly and obvious to Steve. We all have too much data and it's out of control.
The idea of data debt seems both silly and obvious to Steve. We all have too much data and it's out of control.
Introduction JSON (JavaScript Object Notation) has become a popular data format for storing and exchanging information. Microsoft SQL Server, starting from version 2016, introduced built-in support for JSON, allowing developers to work with JSON data more efficiently within the relational database environment. This article will explore how to store, retrieve, and manipulate JSON data in […]
There may come a time when you want to or need to rename a database. In this tip we look at a couple different options.
Join us on February 12th for the livestream: Navigating the Database Landscape in 2025: Simplifying Complexity. Discover the latest trends and insights from our 2025 report, learn new approaches for professional development, and gain valuable knowledge to stay ahead in your career.
Linked servers in Amazon RDS for SQL Server allow seamless connectivity to remote databases for distributed queries and data integration. In this article, I guide you through the step-by-step process of creating a linked server using SQL commands, from setting up authentication to testing the connection. Learn best practices, advanced configurations, and essential considerations, including why you can't use SSMS for linked server setup in RDS. This professional guide is tailored for experienced database administrators looking to optimize cross-server operations.
When you create something, do you think about the future? Steve asks the question today.
Key vaults define security boundaries for stored secrets. It allows you to securely store service or application credentials like passwords and access keys as secrets. All secrets in your key vault are encrypted with a software key. When you use Key Vault, you no longer need to store security information in your applications. Not having to store security information in applications eliminates the need to make this information part of the code.
Learn how to quickly and efficiently attach multiple SQL Server databases using the undocumented DBCC CHECKPRIMARYFILE command. Automate the process with minimal effort, saving time and reducing errors.
AI has tremendous possibilities but also a number of security issues. Steve highlights one scary security issue today.
Date manipulation is a common scenario when retrieving or storing data in a Microsoft SQL Server database. There are several date functions (DATENAME, DATEPART, DATEADD, DATEDIFF, etc.) that are available and in this tutorial, we look at how to use the DATEADD function in SQL queries, stored procedures, T-SQL scripts, etc. for OLTP databases as well as data warehouse and data science projects.
I have a few clients that incrementally load tables from a SQL Server source...
Want to seriously boost your data skills? Mastering advanced SQL is the key, whether...
By James Serra
As I researched and wrote my OpenAI and LLMs blogs (see Introduction to OpenAI...
Comments posted to this topic are about the item Why you should avoid Implicit...
Comments posted to this topic are about the item JSON in Microsoft SQL Server:...
I have this number: 456.23 What is the scale of this number?
See possible answers