• subscribe


Chandra Sekhar Pathivada

Chandra Sekhar Pathivada is an independent consultant based in San Francisco. An MCST in SQL Server 2005 and SQL Server 2000, he specializes in developing and administering SQL Server database servers. He hosts the www.calsql.com website to help fellow DBAs and the SQL Server user community.
Email: sekhar@calsql.com

My Latest Content
My Latest Comments



Author Articles

Avoid Referential Integrity Errors When Deleting Records from Databases

By Chandra Sekhar Pathivada, 05/18/2009

Deleting all the records in a database can be tricky when it includes tables with foreign keys. Here's a script you can use if you have ALTER TABLE permission and a stored ...