It’s time to switch to a new development tool for SQL Server and Azure SQL. Here’s how to get started with the MSSQL extension for Visual Studio Code. Microsoft recently ended support for Azure Data ...
The “A network-related or instance-specific error occurred while establishing a connection to SQL Server” message appears when your app or client cannot reach the ...
Most DBAs are aware that Kerberos is the gold standard for SQL Server authentication—it provides mutual authentication, offloads ticket validation to the Domain Controller, and is required for ...
Another effort is underway to try to bring back the Tappan Zee Bridge name. A new petition calling on the New York State Legislature and Gov. Kathy Hochul was launched on www.change.org a few weeks ...
Before you can document your SQL Server environment with SQL Power Doc you'll to meet the following requirements: Permissions - SQL Power Doc makes connections to ...
This article describes how to authenticate with Microsoft Entra ID without setting up Azure Arc for your on-premises SQL Server 2022 and later versions. Microsoft Entra authentication is a cloud-based ...
If you’re getting the ERROR_NOT_ENOUGH_MEMORY message with the Not enough storage is available to process this command description, follow the troubleshooting steps listed in this article to fix it.
Part of the SQL Server 2022 blog series. The main difference between tempdb and other databases is the workload. With tempdb we are constantly creating and destroying objects such as temp tables. This ...
I've found a post by Parker Stevens about pushing data in bulk from Power BI to SQL database. I think I could propose another solution in how to achieve that using SQL Server native functionality.
“Azure SQL Edge is a great bridge between traditional processes and the newest AI and compute features in the cloud. This is the type of solution that will drive us towards Industry 4.0.” Mike Gerlach ...
SQL is neither the fastest nor the most elegant way to talk to databases, but it is the best way we have. Here’s why Today, Structured Query Language is the standard means of manipulating and querying ...