Objects dependency check up in SSMS
It’s a very good practice that you check the dependencies of the other objects when you change an object. Many...
2016-05-20
194 reads
It’s a very good practice that you check the dependencies of the other objects when you change an object. Many...
2016-05-20
194 reads
It’s a very good practice that you check the dependencies of the other objects when you change an object. Many developers just don’t do it, even when the change(s)...
2016-05-20
4 reads
It’s a very good practice that you check the dependencies of the other objects when you change an object. Many developers just don’t do it, even when the change(s)...
2016-05-20
3 reads
This is another situation that happened on a database migration at a client site. The database migration was done by using SSIS packages on quite a big database of 450 GB,...
2016-05-06
4 reads
This is another situation that happened on a database migration at a client site. The database migration was done by using SSIS...
2016-05-06
108 reads
This is another situation that happened on a database migration at a client site. The database migration was done by using SSIS packages on quite a big database of 450 GB,...
2016-05-06
3 reads
The code optimization is a mandatory task for the programmable objects in SQL Server. During the time some code can...
2016-05-05
223 reads
The code optimization is a mandatory task for the programmable objects in SQL Server. During time some code can start...
2016-05-05
82 reads
The code optimization is a mandatory task for the programmable objects in SQL Server. During time some code can start working “badly” i.e. become slow. In that case a...
2016-05-05
4 reads
The code optimization is a mandatory task for the programmable objects in SQL Server. During time some code can start working “badly” i.e. become slow. In that case a...
2016-05-05
5 reads
By Steve Jones
I had a customer ask about analyzing their Test Data Manager (TDM) usage to...
By Steve Jones
I had an idea for an animated view of a sales tool, and started...
Next Monday, February 9, 2026, my one-day live online training SQL Server Query Tuning...
Comments posted to this topic are about the item When SQL Server Central Went...
Comments posted to this topic are about the item The String Distance I
Comments posted to this topic are about the item How Database Professionals Sent a...
In SQL Server 2025, what is returned by this code:
SELECT EDIT_DISTANCE('tim', 'tom')
Assume preview features are enabled. See possible answers