Truncate All Tables in Oracle and SQL Server

I was working with another developer today, and he wanted to experiment and see if running Entity Framework generator on a blank database takes longer than the one with a lot of data.  We wanted to truncate all the tables.  You cannot truncate a table with that participates in a foreign key constraint.  SO, together …

Continue reading ‘Truncate All Tables in Oracle and SQL Server’ »