Schema Security
This week Steve is wondering about the use of schemas for security or other purposes.
This week Steve is wondering about the use of schemas for security or other purposes.
In this tip we will show how Power BI works and how to create a simple report from scratch and the options available for creating reports.
Complete list of useful and must have add-ins for SQL Server Management Studio - 34 SSMS add-ins
This article is a complete list of all SQL Server trace flags - 593 trace flags.
Organizations may have many concerns about performance when migrating databases to Azure. Fortunately, Microsoft provides some great tools to help improve performance and save money. In this article, Monica Rathbun explains how to take advantage of these features.
Today Steve gives reasons why he thinks the RDBMS is often better than a NoSQL database of any sort.
In this tip we look at a PowerShell script that can be used to compare actual files that exist against a list of files that should exist for a project to identify any missing files.
Data warehouses and lakes are often loaded from other data, so should they be immutable?
Sometimes performance is more important than exact accuracy. Learn how to get an approximate count in SQL Server with better performance.
By ChrisJenkins
You could be tolerating limited reporting because there isn’t an off the shelf solution...
A while back I wrote a quick post on setting up key mappings in...
By Steve Jones
In 100 years a lot of what we take to be true now will...
Hello, I inherited a number of tables with like 20-30 column using nvarchar(256) in...
Hi, i'm running vs2022. I'm trying out a c# script that i'd like to...
I upgraded a SQL Server 2019 instance to SQL Server 2025. I wanted to test the fuzzy string search functions. I run this code:
SELECT JARO_WINKLER_DISTANCE('tim', 'tom')
I get this error message:Msg 195, Level 15, State 10, Line 1 'JARO_WINKLER_DISTANCE' is not a recognized built-in function name.What is wrong? See possible answers