Consider the following:
There is a table with 2 attributes, COPInstantieID as Int and LoketID as Int. Those 2 attributes are also the primary key. At some point an ExecuteSQL task runs this script:
INSERT INTO Centraal.InstantieLoket(
COPInstantieID,
LoketID
)
SELECT t1.COPInstantieID,
1
FROM...
I have this table
CREATE TABLE table1(
Proc VARCHAR(10),
PrevProc VARCHAR(10))
Both fields are mandatory. In this table sequences are stored of jobs to run. PrevProc will hold the name of the job which has to finish before the job in Proc can run. What I need is a resultset per sequence, which...
Hi,
We're running a replicationprocess for months now, and 2 days ago it broke down, for no appearant reason I can detect. The setup is this:
A SQL2K server has a publication defined on a database, consisting of several dozen tables. It is a transactional publication, running continuously. There...
Hi there,
I am new to PowerDesigner and I am playing with it to find out, if my department can benefit from it.
What I really want to know, and cannot find on the Sybasesite is this:
If I have a MODEL.CDM and a therefrom generated MODEL.PDM, can I automatically apply changes made in the CDM to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.