How I can delete all records from all tables of my database? Can I do it with one SQL command or I need for one SQL command per one table?
It is usually much faster to script out all the objects in the database, and create an empty one, that to delete from or truncate tables.