Sites anglophones


 

Saving Data Historically with Temporal Tables: Part 1: Queries

Publié le 28 juin 2024 sur simple-talk.com
 

In this article we discuss how to store data temporally in PostgreSQL. Temporal database store data in a way that allows you to see not only what the value of any column is currently, but at any point in time that your system is created to handle. In t …

 

Build Chatbot with Large Language Model (LLM) and Azure SQL Database

Publié le 28 juin 2024 sur sqlservercentral.com
 

The post Build Chatbot with Large Language Model (LLM) and Azure SQL Database appeared first on SQLServerCentral.

Set up a Windows Server Fail-over Clusters (As a Precursor to High Availability in Standard Edition)

Publié le 28 juin 2024 sur sqlservercentral.com
 

In this walkthrough, we will be setting up WSFC (Windows Server Failover Cluster) in Windows Server. An WSFC is a group of Windows servers that work together to ensure high availability of applications and services. Any WSFC (albeit for FCI or AG) comp …

[Video] Office Hours: I Don’t Have All the Answers

Publié le 27 juin 2024 sur brentozar.com
 

When I went through the top-voted questions at https://pollgab.com/room/brento, I didn’t have all the answers today: Here’s what we covered: 00:00 Start 00:48 MyTeaGotCold: I increased my RAM from 16 GB to 32 GB and my buffer pool has grown …

Join Me in Seattle for Watch Brent Tune a Query in SQL Server 2022

Publié le 26 juin 2024 sur brentozar.com
 

The PASS Data Community Summit session lineup for Nov 4-8 in Seattle was just announced, and I’ve been selected for a general session! Watch Brent Tune a Query in SQL Server 2022: Ever wonder how somebody else does it? In this all-demo session, w …

Control OneLake with Storage Explorer – Data Engineering with Fabric

Publié le 26 juin 2024 sur sqlservercentral.com
 

OneLake Storage What is a Lakehouse in Azure Fabric? Borrowing a quote from MS Learn – « Microsoft Fabric Lakehouse is a data architecture platform for storing, managing, and analyzing structured and unstructured data in a single location ». I think of i …

The SQL Language is Just a Hurdle You Gotta Overcome.

Publié le 25 juin 2024 sur brentozar.com
 

I’m not talking just about Microsoft SQL Server specifically here, nor T-SQL. Let’s zoom out a little and think bigger picture for a second: is the SQL language itself a problem? Sometimes when I talk to client developers, they gripe about …

 

Deleting Documents from a MongoDB Collection

Publié le 24 juin 2024 sur simple-talk.com
 

This article is part of Robert Sheldon’s continuing series on Mongo DB. To see all of the items in the series, click here. So far in this series, we’ve looked at different ways that you can add, retrieve, and update documents in a MongoDB collect …

 

How to Rename a Column in SQL Server

Publié le 24 juin 2024 sur sqlservercentral.com
 

Recently, I was working on a project to analyze the schema of a third-party vendor. In our organization, we had an internal support ticket management tool. The tool used an SQL database, and after considering the cost of the tool, we decided not to ren …

 

XML Performance Tuning and Added Options

Publié le 21 juin 2024 sur simple-talk.com
 

SQL Server provides a variety of ways to tune XML so that it provides consistent performance, consumes less space, all while ensuring efficient access to critical data. At its core, the metadata-styled XML format runs counter to the data that SQL Serve …

 

How I Used PostgreSQL RLS To Avoid Code Changes During a Migration

Publié le 21 juin 2024 sur sqlservercentral.com
 

Overview Our application is a microservice that stores metadata for actual data and is backed by Amazon Postgres RDS. It is deployed in a multi-tenant/multi-region/multi-cell environment. The Gateway handles the multi-region aspect of the system. That …

[Video] Office Hours: Database Answers from a Hotel Room

Publié le 20 juin 2024 sur brentozar.com
 

I went through your top-voted questions from https://pollgab.com/room/brento before heading out to PGConf.dev in Vancouver. Here’s what we covered: 00:00 Start 01:43 Poul J: Hi Brent. Can you give some examples of how a CHECK() constraint is used …

Query Exercise Answer: Beating ChatGPT at Finding Good Question Times

Publié le 19 juin 2024 sur brentozar.com
 

For this week’s Query Exercise, I asked you to write a better query than ChatGPT wrote. Your goal was to find the best days and times to post questions on Stack Overflow. I found it interesting that a lot of the initial answers focused on the tim …

SQL Server TRY CATCH, RAISERROR and THROW for Error Handling

Publié le 19 juin 2024 sur sqlservercentral.com
 

The post SQL Server TRY CATCH, RAISERROR and THROW for Error Handling appeared first on SQLServerCentral.

Unzipping Word Documents in T-SQL

Publié le 19 juin 2024 sur sqlservercentral.com
 

In the databases I am currently working with, there are some tables containing Word documents stored as binaries and I was wondering if it would be possible to perform some server-side processing on these documents. Modern Word documents (.docx) are no …


Pages :