Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Services.OKB.DataAccess/3.3/SQL Scripts/Clear OKB.sql @ 13321

Last change on this file since 13321 was 8049, checked in by ascheibe, 12 years ago

#1174 integrated OKB services parts into trunk

File size: 700 bytes
Line 
1delete from [HeuristicLab.OKB].[dbo].ProblemUser;
2delete from [HeuristicLab.OKB].[dbo].AlgorithmUser;
3delete from [HeuristicLab.OKB].[dbo].Problem;
4delete from [HeuristicLab.OKB].[dbo].ProblemClass;
5delete from [HeuristicLab.OKB].[dbo].Algorithm;
6delete from [HeuristicLab.OKB].[dbo].AlgorithmClass;
7delete from [HeuristicLab.OKB].[dbo].Platform;
8delete from [HeuristicLab.OKB].[dbo].ValueName;
9delete from [HeuristicLab.OKB].[dbo].Value;
10delete from [HeuristicLab.OKB].[dbo].DataType;
11delete from [HeuristicLab.OKB].[dbo].Run;
12delete from [HeuristicLab.OKB].[dbo].BinaryData;
13delete from [HeuristicLab.OKB].[dbo].Characteristic;
14delete from [HeuristicLab.OKB].[dbo].CharacteristicValue;
Note: See TracBrowser for help on using the repository browser.