Sites anglophones


[Video] Office Hours: Ask Me Anything About SQL Server and Azure

Publié le 14 septembre 2022 sur brentozar.com
 

Got questions about the Microsoft data platform? Post ’em at https://pollgab.com/room/brento and upvote the ones you’d like to see me cover. Today’s episode finds me in my home office in Vegas: 00:00 Intros 02:10 GeorgeDAX: Hello Bren …

Monitoring: The ROI of Build vs. Buy

Publié le 14 septembre 2022 sur sqlservercentral.com
 

The post Monitoring: The ROI of Build vs. Buy appeared first on SQLServerCentral.

How to Create a SQL Server Database, Tables, Foreign Keys and Data for an Application

Publié le 14 septembre 2022 sur sqlservercentral.com
 

The post How to Create a SQL Server Database, Tables, Foreign Keys and Data for an Application appeared first on SQLServerCentral.

Convert UNIX Timestamps to DATE/TIMEs in SQL Server – Part#1

Publié le 14 septembre 2022 sur sqlservercentral.com
 

tl;dr A complete and documented function is available at the end of the article. You don’t know what you’re missing though. « Thank You » Thank you, Mr. Steve Jones, for all the work you do for this wonderful community of SQL Professionals and for keepin …

 

T-SQL Tuesday #154 – SQL Server 2022, IS DISTINCT FROM

Publié le 13 septembre 2022 sur simple-talk.com
 

SELECT CASE WHEN 1 = NULL THEN ‘True’ Else ‘False’ end, CASE WHEN NOT(1 = NULL) THEN ‘True’ Else ‘False’ end The fact that both of these comparisons return False is confusing at times even to me, and I have written on the whole NULL comparison and nega …

 

Community Tools Month: Using sp_WhoIsActive to Catch ASYNC_NETWORK_IO

Publié le 13 septembre 2022 sur brentozar.com
 

When your SQL Server’s top wait stat is ASYNC_NETWORK_IO, that indicates SQL Server is waiting on the app to ask for the next part of the result set. This is a real pain in the rear to troubleshoot because often these waits happen for really shor …

How to visualize Python charts in Power BI Part 2

Publié le 12 septembre 2022 sur sqlservercentral.com
 

Introduction In a previous article, named How to visualize Python charts in Power BI, we show some charts using Python in Power BI. We saw some lines, bars, and a special function, named eventplot, to draw multiple lines. Most of the examples were char …

Understanding the System Function FILEPROPERTY()

Publié le 9 septembre 2022 sur sqlservercentral.com
 

The SQL Server system function, FILEPROPERTY(), is used to retrieve database file properties. I will show you use cases of this system function to understand how to use it to retrieve the properties of any database files. The syntax of this function FI …

Rollbacks, Undos and Undonts

Publié le 9 septembre 2022 sur sqlservercentral.com
 

The post Rollbacks, Undos and Undonts appeared first on SQLServerCentral.

Data Visualizations for Excel Multi-Chart Sets with SQL Server Data

Publié le 9 septembre 2022 sur sqlservercentral.com
 

The post Data Visualizations for Excel Multi-Chart Sets with SQL Server Data appeared first on SQLServerCentral.

[Video] Office Hours: Hotel Balcony Edition, Part 2

Publié le 8 septembre 2022 sur brentozar.com
 

Post your questions at https://pollgab.com/room/brento and upvote the ones you’d like to see me cover. In today’s episode, I sit down on a quiet hotel balcony and talk through a bunch of interesting questions: Here’s what we covered: …

[Video] Office Hours: Hotel Balcony Edition, Part 1

Publié le 7 septembre 2022 sur brentozar.com
 

Post your questions at https://pollgab.com/room/brento and upvote the ones you’d like to see me cover. In today’s episode, I sit down on a quiet hotel balcony and talk through a bunch of interesting questions: Here’s what we covered t …

How to Expand a Range of Dates into Rows with the SQL Server Function GENERATE_SERIES

Publié le 7 septembre 2022 sur sqlservercentral.com
 

The post How to Expand a Range of Dates into Rows with the SQL Server Function GENERATE_SERIES appeared first on SQLServerCentral.

SQL Ledger: Protecting Data in Azure SQL

Publié le 7 septembre 2022 sur sqlservercentral.com
 

Here in Malta, there are many I-Gaming companies. The I-Gaming business creates an important movement for the Maltese economy. In the I-Gaming business, one good example of the need for data security is the customer wallet. The customer wallet involves …

Community Tools Month: Choose Your Character

Publié le 6 septembre 2022 sur brentozar.com
 

This month on the blog is Community Tools Month, and I’m going to be talking about some of the most useful and influential tools out there. You can’t learn them all – *I* can’t learn them all – because there just aren …


Pages :