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 2008 Forums
 SQL Server Administration (2008)
 Export with parfile like oracle expdp ?

Author  Topic 

daggy
Starting Member

1 Post

Posted - 2012-09-17 : 11:47:22
Hi,

We have to change our sgdb actualy with oracle to microsoft sql server 2008.

When we do export with oracle we can use a parfile with the parametter expdp: PARFILE="file.par"

Do you know if the same export is possible with microsoft sql serveur export tools ?

Ty by advance.

regards

Ex of parfile:

QUERY=T1800:"where C1 IS NULL",H1800:"where ENTRYID IS NULL",
   

- Advertisement -