By Omri Bahat, 08/28/2008
Find missing SQL Server jobs and scheduling conflicts by using two scripts that supplement SQL Server Agent job tracking.
By Omri Bahat, 12/18/2007
Eliminate the tedium and inefficiency from moving tables and indexed views in SQL Server 2005 and SQL Server 2000 with this handy script.
By Omri Bahat, 08/22/2007
By gathering information from sysprocesses and running KickUserOut.sql, you can terminate processes that are impeding a server's performance.
By Omri Bahat, 07/19/2007
Developers and software vendors use the WITH ENCRYPTION clause to obscure the underlying schema of their products. However, advanced users can still access the code. Here’s a ...
By Omri Bahat, 07/19/2007
Differences between encoding and encryption mean that decoding objects that were created WITH ENCRYPTION can be relatively straightforward.
By Omri Bahat, 04/19/2007
Discover why SQL Server's built-in dependency tracking functionality doesn't work well and how the dependency checker avoids the same problems.