We are trying to import data from one database to another. The schemas are not the same. We need to use existed schema in the destination. We are unable to create the transformations between the source databases and the destination.
What exactly are the steps in the DTS wizard to use two...
On Crystal 8.0 I am trying to distribute reports to users that alrady have other distributed reports. I am using the old report distribution expert. So the only thing I did was use the Compile Report routine and copy the report.exe and the report.ctf to the distributed reports subdirectory. When...
Snytax is very straightforward. Here is one written for Scalable SQL, a slightly older version of Pervasive.sql
Create Proc K_test @parm1 as Select * from Batch where Status = 'K' and batch.editscrnnbr = @parm1;
I am using the TSQL select statement:
SELECT RATE_TABLE_ID,"PROJECT" = RATE_KEY_VALUE1,"CODE" = RATE_KEY_VALUE2, "EFFECT_DATE" = MAX(EFFECT_DATE),RATE,"CODE_VALUE_DESC" = ISNULL(PJCODE.CODE_VALUE_DESC,"")FROM PJRATE
LEFT OUTER JOIN PJCODE ON...
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.