Viewing 4 posts - 1 through 4 (of 4 total)
can you share the link / the source, please?!
June 10, 2008 at 3:12 am
I have some kinds of this experieces.
For your query,
SELECT table1.numCustID, table2.strPhoneNumber, table3.strPhoneNumberCalled
FROM dbo.table1 table1
INNER JOIN dbo.table2 table2
ON table1.numBillID = table2.numBillID
INNER JOIN dbo.table3 table3
ON table2.numBillDtlID = table3.numBillDtlID
WHERE table1.numCustID =...
June 2, 2006 at 5:24 am
Yes, it is so flexible if the file is transfered across local folders or machines given the service account having enough premission.
But FTP is another case. It is because Windows...
March 30, 2005 at 10:47 am
As Alan's request, I have re-packaged the codes of my previous work and shared with you all. My original FTP task is to daily download files from Unix server to...
March 29, 2005 at 7:22 am
Viewing 4 posts - 1 through 4 (of 4 total)