Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

DTS
I have a question regarding DTS in SQL Server, I am trying to match
tables that are present in Databse A to Database B. I Know to match the
columns but I am not aware of how exactly can i transfer values of
tables present in databse A to tables present in database B.

Is there anyone who can help me with this.

Thanks in advance
Kelly


Report this thread to moderator Post Follow-up to this message
Old Post
Kelly
05-25-05 01:55 AM


Re: DTS
On 24 May 2005 15:17:34 -0700, "Kelly" <vkforfun@yahoo.com> wrote:

>I have a question regarding DTS in SQL Server, I am trying to match
>tables that are present in Databse A to Database B. I Know to match the
>columns but I am not aware of how exactly can i transfer values of
>tables present in databse A to tables present in database B.
>
>Is there anyone who can help me with this.

And what does this have to do with COBOL?

But you do that with an insert or/and an update sql statement.
DTS package creator is very helpfull on this, so do try it out




Frederico Fonseca
ema il: frederico_fonseca at syssoft-int.com

Report this thread to moderator Post Follow-up to this message
Old Post
Frederico Fonseca
05-25-05 01:55 AM


Re: DTS
> I Know to match the
> columns but I am not aware of how exactly can i transfer values of
> tables present in databse A to tables present in database B.

I think that you are asking how you access the data items from two
tables in a single select via a cursor.

Something like:

DEFINE ... CURSOR FOR
SELECT * FROM A, B WHERE A.value > 1000.00 and B.code = A.code

FETCH ... (A.code, B.name) INTO :code, :name


Report this thread to moderator Post Follow-up to this message
Old Post
Richard
05-25-05 08:55 AM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

Cobol archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 10:23 AM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.