This procedure generates a dataset with combinations of elements_to_select taken from number_of_values element set. It prints also the prepared query.
Clear database - delete all records from a database (updated)
The procedure below deletes all records from the specified database's(except master, model, msdb and tempdb) tables (except those from the schema 'sys').
2011-12-09 (first published: 2008-01-31)
4,171 reads