How to use Jupyter Notebook in VSCode
Learn how you can create and use a Jupyter Notebook in VS Code.
Learn how you can create and use a Jupyter Notebook in VS Code.
What are the biggest challenges you face today? Steve asks the question and is hoping for a few answers from you.
Learn how to use SQL Server Query Store to identify what resources are using CPU to help fine-tune queries and reduce the processing load.
I remember going to the theater over the Thanksgiving holiday in 1987 and seeing Planes, Trains, and Automobiles with Steve Martin and John Candy. My family didn’t often take in the holiday weekend movie releases, but Steve was a family favorite actor already, and friends had given it a good review. Having watched it just […]
The way we approach development can have a big impact on quality, as well as how smoothly our team works together.
So far in this series, we’ve looked at different ways that you can add, retrieve, and update documents in a MongoDB collection. This article continues that discussion by explaining how to use MongoDB Shell to delete documents from a collection.
Is the cloud better or worse for a workload? One company, BlueSky, has moved on-premises despite their rapidly growing workload.
This next level of the Stairway to TDE shows how to upgrade your EKM cryptographic provider.
In this tip, we explore how to configure mirroring for a Snowflake database to be available in Microsoft Fabric.
I spend my days working on and managing SQL Server instances—working days at least,...
Want to learn SQL and get some real practice this December? Check out the...
By Steve Jones
A new feature added to Redgate Monitor Enterprise automatically. CIS compliance is something many...
Comments posted to this topic are about the item How to Repair Corrupt MySQL...
Comments posted to this topic are about the item The Funny Dynamic SQL
We have veeam backups happening everyday on a server where all sql databases are...
What happens when I run this code:
EXEC sp_executesql N'PRINT 1; GO';See possible answers