2025-08-11
52 reads
2025-08-11
52 reads
Learn how to use the system function, FILEPROPERTY(), to get information about your database in T-SQL.
2022-09-09
4,135 reads
Learn about various SQL Server system functions to return meta data from SQL Server such as SERVERPROPERTY, DATABASEPROPERTYEX, DB_NAME, DB_ID, FILE_NAME, FILE_ID, FILE_IDEX, SCHEMA_NAME, SCHEMA_ID, OBJECT_NAME, OBJECT_ID and STATS_DATE.
2022-09-05
Learn how to use the DatabasePropertyEX() function to query your database for settings.
2022-08-29
2,172 reads
In this article we look at the SQL Server REPLACE function and show several examples of how this can be used to replace text values in strings.
2020-12-28
Every SQL Server Database programmer needs to be familiar with the System Functions. These range from the sublime (such as @@rowcount or @@identity) to the ridiculous (IsNumeric()) Robert Sheldon provides an overview of the most commonly used of them.
2016-04-18
6,053 reads
By Steve Jones
A customer was asking about how to track all the stored procedures that execute...
By Steve Jones
Learn how to take a 20-minute power nap without embarassment. – from Excellent Advice...
Comments posted to this topic are about the item The Next Great Thing
Comments posted to this topic are about the item Building a Database Dashboard with...
Comments posted to this topic are about the item Enabling Change Tracking
If I want to set up Change Tracking in a database, what should I do first in SQL Server 2022?
See possible answers