This article is the part of Does it matter ? series.
Project Management and Advocacy
I've observed few similarities between the Project Managers and Advocates. Being Project Manager, law bachelor and little practical experienced as an Advocate, I noticed few similarities. I think it's worth sharing. Subject matter expert An Advocate is a SME in his/her specific area. He/she can't be master of all the laws and acts which counts … Continue reading Project Management and Advocacy
Does it matter ?
A series of articles that will talk about most important but least focused areas in Database Design and Development.
T-SQL query to get the latest available backup chain
T-SQL query to return the latest available database backup chain (Full, Differential and Log) of individual databases along with their backup size and compressed size.
T-SQL script to purge all the tables including foreign key references
T-SQL script to purge all the tables including foreign key references. The script has been made smart enough to use TRUNCATE wherever there is no foreign key reference and to use DELETE wherever there is foreign key reference.