Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 BCP

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-08-09 : 09:21:03
sathiyamoorthy writes "1.) I am trying to do BCP out from X server.

2.) Then I want delete the records in Y Server from the tables that are match with X server(Whatever BCP out was completed).

3.) Then I want to do the BCP in for the above said tables.

My Question:
While deleteing the records, there are lot of dependent tables exists. I mean FK relationships are there.

So I need to find out the correspoding relationship and delete all the table in the same way. To do this I am badly needed of a query now.

I have the script for both BCP IN and BCP OUT also.
To delete only I need a query.

Can you please anyone help me in this regard which is highly appreciated in this regard.

Thanks & Regards,
Sathiyamoorthy"
   

- Advertisement -