Question

Photo of Henrik Korslind

0

Drop all data?

Hi!

I used Bulldozer to make an import of a CSV-file. Everything looked okay when viewing the data before importing but now it turns out that something went since fields are populated with wrong data/values. Is there some way I could delete/drop all data except for admin? If I search for people no imported data shows up. Not a production server ;-)

God bless,

// Henrik

  • Photo of Miles Carmany

    0

    If you are familiar with SQL Server, you should have full control over your raw database. You should be able to drop all rows that aren't relevant. Alternatively, you can just delete the entire database and reinstall Rock, if that is appropriate for your test-server.