Hallo, ich muss nochmal was fragen, habe irgendwie ein Brett vorm Kopf:
Ich habe ja jetzt mein wunderschönes Scriptfile, welches alle Abfragen löscht und wiederherstellt. Wie rufe ich denn das jetzt auf? Per C# und “IdbCommand” gehen ja nur einzelne Komandos…
Das wäre das Skript:
--
-- PostgreSQL database dump
--
-- Dumped from database version 15.6
-- Dumped by pg_dump version 16.4
-- Started on 2024-11-06 15:35:41
SET statement_timeout = 0;
SET lock_timeout = 0;
SET idle_in_transaction_session_timeout = 0;
SET client_encoding = 'UTF8';
SET standard_conforming_strings = on;
SELECT pg_catalog.set_config('search_path', '', false);
SET check_function_bodies = false;
SET xmloption = content;
SET client_min_messages = warning;
SET row_security = off;
DROP VIEW IF EXISTS public."qryTest";
--
-- TOC entry 1383 (class 1259 OID 2493465)
-- Dependencies: 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 5
-- Name: qryTest; Type: VIEW; Schema: public; Owner: postgres
-- Data Pos: 0
--
CREATE VIEW public."qryTest" AS
SELECT md_kto.bilpossaldoabh,
md_kto.nurauskstebene_ww,
md_kto.kontoanbuzugaenge,
md_kto.kontowertpapier,
md_kto.buchenmitkstpflicht,
md_kto.kontozugangschabid,
md_kto.kontoanbuabgaenge,
md_kto.skontoteilnahme,
md_kto.zuwendungsart,
md_kto.kstebeneid_ww,
md_kto.buchenmitktrpflicht,
md_kto.nichtkoppeln,
md_kto.vztsaldoabh,
md_kto.mandantid,
md_kto.nummer,
md_kto.bezeichnung,
md_kto.suchbegriff,
md_kto.kommentar,
md_kto.kontofibu,
md_kto.kontoanbu,
md_kto.kontokore,
md_kto.kontopeab,
md_kto.kontowawi,
md_kto.stammkostenstelleid,
md_kto.artid,
md_kto.mengeneinheitid,
md_kto.vorzeichenumkehr,
md_kto.protuseraenderung,
md_kto.protdatumaenderung,
md_kto.planverfahrenid,
md_kto.steuerschluesselaenderbar,
md_kto.skontooriginalkto,
md_kto.klasseid,
md_kto.buchenmitkst,
md_kto.buchenmitmengen,
md_kto.kontoartfibu,
md_kto.fremdwaehrungid,
md_kto.protuserneuanlage,
md_kto.steuerschluesselid,
md_kto.protdatumneuanlage,
md_kto.stammvariator,
md_kto.buchensteuer,
md_kto.zinsschluesselid,
md_kto.kkkontenartid,
md_kto.stammkostentraegerid,
md_kto.gruppeid,
md_kto.buchenmitktr,
md_kto.skontooriginalkstktr,
md_kto.istkostensatz,
md_kto.nurauskstebene,
md_kto.kstebeneid,
md_kto.verweisid,
md_kto.id,
md_kto.status
FROM public.md_kto;
ALTER VIEW public."qryTest" OWNER TO postgres;
-- Completed on 2024-11-06 15:35:44
--
-- PostgreSQL database dump complete
--