#data
Read more stories on Hashnode
Articles with this tag
One of the common tasks that developers deal with when working on database-related projects is ensuring that certain columns exist in a table. This...
Validating different types of data like Gmail, Outlook email addresses, phone numbers, and URLs in SQL can be a bit challenging since SQL is primarily...
A stored procedure to search database objects (triggers, scalar functions, table valued functions, views and stored procedures) for a user defined...
I used this script because I was concerned regarding the default of Varchar(max) being used inappropriately. This script showed me the extent of the...
If you want to find the top ‘n’ queries that are currently in the cache, which are consuming more CPU, then you are at the right...