In my database testing practice I used NUnit and before whole sequence of tests is executed database was installed and populated with test data.
Certainly this process was not really fast but what prevents you from doing other work while tests are running.