Other News

Community

Re-naming a table in DB2 LUW

In our previous posts, we had covered re-naming of objects in SQL Server and re-naming of tables and columns in Oracle. In this post, we will cover how one can re-name a table in DB2 LUW. In DB2, there is no straight way to rename the column. One has to drop and re-create the table with new column n

Community

Monitoring Locking and Deadlocking

(Buck Woody) After you know the basics about how locking and blocking work in SQL Server, you’ll want to monitor them so that you can fix any errors they cause. While locking is a natural part of any Relational Database Engine, excessive locking will slow down your system, especially during data ent