Re: [Virtuoso-users] ISQL query to completely empty a Virtuoso server

2010-07-28 Thread Rumi Tsekova
Hi Max-Alexandre, What you could do is (please make a copy of the db for testing purposes) 2 variants: -- rdf global reset: 1. Execute from ISQL or from Virtuoso Conductor -> Database -> Interactive SQL this call: rdf_global_reset (); 2. Now select all graphs from your db should return on

[Virtuoso-users] ISQL query to completely empty a Virtuoso server

2010-07-28 Thread Marc-Alexandre Nolin
Hi, Is there a Virtuoso query to remove all triples from a Virtuoso Server? Those triples are in multiple graphs. I know I can delete a graph with the sparql query "delete from graph ..." but when faced with thousand of graph, its not an interesting query. Thanks, Marc-Alexandre