Hallo,
wie kann ich den internen Schlüssel zurücksetzen ohne die komplette DB (mit meinen Einstellungen) zu löschen?
Bisher hatte ich das folgende verwendet, das scheint den Schlüssel aber unbeeindruckt zu lassen:
~Robert
wie kann ich den internen Schlüssel zurücksetzen ohne die komplette DB (mit meinen Einstellungen) zu löschen?
Bisher hatte ich das folgende verwendet, das scheint den Schlüssel aber unbeeindruckt zu lassen:
PHP:
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tArtikel"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tkategorie"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tkategorieartikel"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tartikelbild"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tArtikeltext"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tattribut"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tbestelleigenschaft"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tEigenschaft"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table teigenschaftwert"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tEigenschaftSichtbarkeit"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tEigenschaftSprache"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tEigenschaftWertAbhaengigkeit"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tEigenschaftWertAufpreis"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tEigenschaftWertPict"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tEigenschaftWertSichtbarkeit"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tEigenschaftWertSprache"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tfloat"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tint"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tkategoriepict"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tlagerartikel"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tliefartikel"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tArtikelShop"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tArtikelsichtbarkeit"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tArtikelSonderpreis"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tArtikelSprache"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tKategorieShop"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tKategoriepict"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tKategorieRabatt"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tkategorieSichtbarkeit"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tKategoriesprache"
~Robert