The command EXEC sp_msforeachtable 'TRUNCATE TABLE ?'
returns the following error:
The EXEC SQL construct or statement is not supported.
I execute the query like this:
Question
How do I erase all data, but keep existing tables, relationships, keys, and indexes settings?