Released: Microsoft.Data.SqlClient 2.1.5We have released an update to Microsoft.Data.SqlClient, version 2.1.5. The update addresses a few issues that are important […] 31 août 2022 dans Sites Microsoft par MS Tech Community
Into the unknown, sort ofOver half of my life ago, I was looking for a job. I had written a bunch […] 31 août 2022 dans Sites anglophones étiqueté Blogs par simple-talk.com
[Video] Fragmentation Explained in 20 Minutes at SQLBitsWhat does fragmentation mean? How does it happen? Can you fix it with fill factor? Should you rebuild […] 31 août 2022 dans Sites anglophones étiqueté Index Maintenance / Videos par brentozar.com
How to use fn_builtin_permissions SQL Server Security FunctionThe post How to use fn_builtin_permissions SQL Server Security Function appeared first on SQLServerCentral. 31 août 2022 dans Sites anglophones étiqueté Security par sqlservercentral.com
T-SQL Language Changes in SQL Server 2022SQL Server 2022 is in preview in August 2022. I assume this version will be released later this […] 31 août 2022 dans Sites anglophones étiqueté t-sql par sqlservercentral.com
SQL ConstantCare® Population Report: Summer 2022Ever wonder how fast people are adopting new versions of SQL Server, or what’s “normal” out there for […] 30 août 2022 dans Sites anglophones étiqueté SQL Server Population Report par brentozar.com
HOW IT WORKS: dm_os_ring_buffer vs XEvent *_ring_buffer_reported eventsMany of the sys.dm_os_ring_buffer entries support matching XEvent (security_error, resource_monitor)_ring_buffer_reported events. For example: How It Works: What are […] 29 août 2022 dans Sites Microsoft par MS Tech Community
Drawing Entity Relationship Diagrams with Stable DiffusionDocumenting your database and code is such a pain in the rear. Wouldn’t it be awesome if artificial […] 29 août 2022 dans Sites anglophones étiqueté Humor par brentozar.com
The ultimate guide to web accessibilityThe post The ultimate guide to web accessibility appeared first on SQLServerCentral. 29 août 2022 dans Sites anglophones étiqueté development par sqlservercentral.com
Understanding the Metadata Function DATABASEPROPERTYEX()SQL Server offers various metadata functions to return metadata information about databases and its objects. Today, I will […] 29 août 2022 dans Sites anglophones étiqueté system functions / t-sql / TSQL par sqlservercentral.com
Getting Started with Python Pandas and Dataset ProfilingThe post Getting Started with Python Pandas and Dataset Profiling appeared first on SQLServerCentral. 26 août 2022 dans Sites anglophones étiqueté Python par sqlservercentral.com
Database Deployment with Terraform – The BasicsThis article is an introduction to automated database deployments with Terraform. Terraform is now one of the most […] 26 août 2022 dans Sites anglophones étiqueté Automated Deployments / Azure / Azure SQL / azurerm / azuresql / CI/CD / Database / DevOps / DevOps and Continuous Delivery (CI/CD) / iac / paas / SQL / terraform par sqlservercentral.com
Performance Testing Databases with Flyway and PowerShellThe post Performance Testing Databases with Flyway and PowerShell appeared first on SQLServerCentral. 26 août 2022 dans Sites anglophones étiqueté Vendors/3rd-party Products par sqlservercentral.com
PSPO: How SQL Server 2022 Tries to Fix Parameter SniffingParameter sniffing is a notorious problem for Microsoft SQL Server because it tries to reuse execution plans, which […] 25 août 2022 dans Sites anglophones étiqueté parameter sniffing / SQL Server 2022 par brentozar.com
Updates to the modern servicing model for SQL Server 2017 ...We would like to announce the recent change made to the Announcing the Modern Servicing Model for SQL […] 25 août 2022 dans Sites Microsoft par MS Tech Community
Azure Data Studio August ReleaseThank you to Erin Stellato (Program Manager, SQL Experiences) and Drew Skwiers-Koballa(Program Manager, SQL Experiences) for contributing to this blog. […] 24 août 2022 dans Sites Microsoft étiqueté SQL Server 2022 par SQL Server Blog
What’s New in SQL Server 2022 Release Candidate 0: Undocumented ...Microsoft has an official list of what’s new in 2022 overall, but here I’m specifically focusing on system […] 24 août 2022 dans Sites anglophones étiqueté SQL Server 2022 par brentozar.com
How to Install SQL Server 2022 Release Candidate 0SQL Server 2014’s end of support date is coming in less than two years: July 9, 2024. I […] 24 août 2022 dans Sites anglophones étiqueté SQL Server 2022 par brentozar.com
SQL SERVER – Reasons – Not Able to Shrink the ...Recently during consulting engagement Comprehensive Database Performance Health Check, my client asked if I knew why they […] 24 août 2022 dans Sites anglophones étiqueté Shrinking Database / SQL Log / SQL Server / SQL Tips and Tricks / System Database par journey to sqlauthority
Capturing SQL Server Deadlocks using Extended EventsThe post Capturing SQL Server Deadlocks using Extended Events appeared first on SQLServerCentral. 24 août 2022 dans Sites anglophones étiqueté monitoring par sqlservercentral.com
Running Unit and Integration Tests during Flyway MigrationsThe post Running Unit and Integration Tests during Flyway Migrations appeared first on SQLServerCentral. 24 août 2022 dans Sites anglophones étiqueté Vendors/3rd-party Products par sqlservercentral.com
PostgreSQL Triggers Part 1Article Overview In this article we will cover the following topics: Database trigger and concept Types of triggers […] 24 août 2022 dans Sites anglophones étiqueté Uncategorized par sqlservercentral.com
SQL Server 2022 Release Candidate 0 is now availableContinuing with our release cadence, we’re excited to announce the release of SQL Server 2022 Release Candidate 0. Since […] 23 août 2022 dans Sites Microsoft par MS Tech Community
New granular permissions for SQL Server 2022 and Azure SQL ...In the last 3 years, the SQL Security team has put more emphasis on enabling customers to use […] 23 août 2022 dans Sites Microsoft par MS Tech Community
Register today—Free Azure Data training at Data Platform Summit 2022Data Platform Virtual Summit 2022 (DPS 2022) is just a few weeks away, running from September 1923. A […] 23 août 2022 dans Sites Microsoft étiqueté Azure SQL Database / Microsoft Learning / Power BI / SQL Server 2022 / Uncategorized par SQL Server Blog
Database DevOps: Standardize, Automate, Monitor & ProtectThe post Database DevOps: Standardize, Automate, Monitor & Protect appeared first on SQLServerCentral. 22 août 2022 dans Sites anglophones étiqueté Conferences, Classes, Events, and Webinars par sqlservercentral.com
Tips to improve Power BI report appealIntroduction This time we will provide some tips to improve the Power BI report appeal. Let’s face it. […] 22 août 2022 dans Sites anglophones étiqueté Power BI par sqlservercentral.com
Your Turn: I’m Not Answering These 13 Office Hours QuestionsNormally, after I do a round of Office Hours of going through the questions that got posted at […] 19 août 2022 dans Sites anglophones étiqueté Production Database Administration par brentozar.com
INSERT EXEC statement cannot be nested, the Simple SolutionIf you use the tSQLt unit testing framework for long enough, you will eventually run into the “An […] 19 août 2022 dans Sites anglophones étiqueté CLR / Common Language Runtime (CLR) / INSERT EXEC / SQL / SQL CLR / SQLCLR / t-sql / tSQLt / TSQLUnit / Unit Test / Unit Testing par sqlservercentral.com
Create a Table in Microsoft SQL ServerThe post Create a Table in Microsoft SQL Server appeared first on SQLServerCentral. 19 août 2022 dans Sites anglophones étiqueté t-sql par sqlservercentral.com
5 things to look for in a 3rd party database ...The post 5 things to look for in a 3rd party database monitoring tool appeared first on SQLServerCentral. 19 août 2022 dans Sites anglophones étiqueté Vendors/3rd-party Products par sqlservercentral.com
Query Store is enabled by default in SQL Server 2022Part of the SQL Server 2022 blog series. Query Store is one of the most powerful database-scoped features […] 18 août 2022 dans Sites Microsoft étiqueté Query Store / SQL Server 2022 Blogging Series / Uncategorized par SQL Server Blog
[Video] 300-Level Guide to Career Internals at SQLBitsYou’re overwhelmed with choices: so many things you could learn, so many ways you could specialize in your […] 18 août 2022 dans Sites anglophones étiqueté Professional Development / Videos par brentozar.com
[Video] Office Hours at the End of the WorldI hopped down to Cabo San Lucas and sat at the End of the World to answer the […] 17 août 2022 dans Sites anglophones étiqueté Videos par brentozar.com
Getting More Information From the String or Binary Data Truncated ...One of the more annoying things that I have dealt with in SQL Server is inserting a large […] 17 août 2022 dans Sites anglophones étiqueté Administration / Database Administration / Error Handling par sqlservercentral.com
Power BI Dynamic X and Y Axis Using Groupings in ...The post Power BI Dynamic X and Y Axis Using Groupings in Field Parameters appeared first on SQLServerCentral. 17 août 2022 dans Sites anglophones étiqueté Power BI par sqlservercentral.com
Introduction to Testing a Flyway DevelopmentThe post Introduction to Testing a Flyway Development appeared first on SQLServerCentral. 17 août 2022 dans Sites anglophones étiqueté Vendors/3rd-party Products par sqlservercentral.com
How to use PowerShell to set secure SA passwords for ...In this article, I will help you how to set secure SA passwords for bulk servers, sometimes, we […] 16 août 2022 dans Sites anglophones étiqueté Uncategorized par sqlservercentral.com
Azure Cosmos DB SQL Studio is a Hidden Gem!This post was authored by Microsoft MVP and Azure Cosmos DB community champion Hasan Savran. You can […] 16 août 2022 dans Sites Microsoft par devblogs.microsoft.com
Download the Current Stack Overflow Database for Free (2022-06)Stack Overflow, the place where most of your production code comes from, shares a version of their data in […] 16 août 2022 dans Sites anglophones étiqueté stack overflow par brentozar.com
How to Visualize Python Charts in Power BIIntroduction In this article, we will learn how to visualize data using Python in Power BI Desktop. Python […] 15 août 2022 dans Sites anglophones étiqueté Power BI / Python par sqlservercentral.com
Re-baselining a Database using Flyway DesktopThe post Re-baselining a Database using Flyway Desktop appeared first on SQLServerCentral. 15 août 2022 dans Sites anglophones étiqueté Vendors/3rd-party Products par sqlservercentral.com
Released: Microsoft.Data.SqlClient 3.1.1We have released an update to Microsoft.Data.SqlClient 3.1, version 3.1.1. The update addresses several issues that are important […] 12 août 2022 dans Sites Microsoft par MS Tech Community
Metrics that matter for IT organizations on an agile journeyThe post Metrics that matter for IT organizations on an agile journey appeared first on SQLServerCentral. 12 août 2022 dans Sites anglophones étiqueté DevOps and Continuous Delivery (CI/CD) par sqlservercentral.com
Searching a Flyway DatabaseThe post Searching a Flyway Database appeared first on SQLServerCentral. 12 août 2022 dans Sites anglophones étiqueté Vendors/3rd-party Products par sqlservercentral.com
Data Flow Formatters – Flatten, Parse and Stringify in Azure ...Introduction I recently worked on a data pipeline project where I had to process JSON files and transform […] 12 août 2022 dans Sites anglophones étiqueté Azure / Azure Data Factory / Uncategorized par sqlservercentral.com
Cumulative Update #17 for SQL Server 2019 RTMThe 17th cumulative update release for SQL Server 2019 RTM is now available for download at the Microsoft […] 11 août 2022 dans Sites Microsoft par MS Tech Community
Microsoft Purview access policies for SQL Server 2022Part of the SQL Server 2022 blog series. Overview Microsoft Purview is a family of data governance, risk, […] 11 août 2022 dans Sites Microsoft étiqueté Data Security / SQL Server 2022 Blogging Series / Uncategorized par SQL Server Blog
[Video] Office Hours: Speed Round EditionNot all of the questions you post at https://pollgab.com/room/brento require long answers. Here’s a quick speed round: Here’s […] 11 août 2022 dans Sites anglophones étiqueté Videos par brentozar.com
SQL Backup using Azure File ShareSQL Backup is more than 12TiB, you can choose to backup using Azure File Share Standard file […] 10 août 2022 dans Sites Microsoft par SQL Server Support Blog