dbTalk Databases Forums  

DTSrun without default options

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss DTSrun without default options in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Christiano
 
Posts: n/a

Default DTSrun without default options - 07-02-2008 , 08:47 AM






anyone knows how to setup the dts run options to:

Source:
Server: remote
auth Mode: SQL
Username: xxx
Password: yyy
Database: bbb

Destination:
server: local
auth mode: sql
username: sa
password blank
database bbb

Copy objects anda data between sql server databases

Create destinantion objects
drop destination objects first
include all dependent objects

Copy data
replace existing data
Copy all objects

So far it's default,
In the default options, i uncheck all the security options.


with this, I wanna create a batch to backup my databases every week...

any hint? links? ebooks?

tks...






Reply With Quote
  #2  
Old   
matteus
 
Posts: n/a

Default Re: DTSrun without default options - 07-03-2008 , 05:14 AM






On Jul 2, 3:47 pm, "Christiano" <cdo... (AT) digiexpress (DOT) com.br> wrote:
Quote:
anyone knows how to setup the dts run options to:

Source:
Server: remote
auth Mode: SQL
Username: xxx
Password: yyy
Database: bbb

Destination:
server: local
auth mode: sql
username: sa
password blank
database bbb

Copy objects anda data between sql server databases

Create destinantion objects
drop destination objects first
include all dependent objects

Copy data
replace existing data
Copy all objects

So far it's default,
In the default options, i uncheck all the security options.

with this, I wanna create a batch to backup my databases every week...

any hint? links? ebooks?

tks...
You cannot.
You must first build the package, save it and then run it with dtsrun.

DTSRUN /N"PackageName" /S"server on which you stored your package" ...
etc.

For a detailed syntax take a look here: http://msdn.microsoft.com/en-us/libr...7(SQL.80).aspx



Reply With Quote
  #3  
Old   
matteus
 
Posts: n/a

Default Re: DTSrun without default options - 07-03-2008 , 05:14 AM



On Jul 2, 3:47 pm, "Christiano" <cdo... (AT) digiexpress (DOT) com.br> wrote:
Quote:
anyone knows how to setup the dts run options to:

Source:
Server: remote
auth Mode: SQL
Username: xxx
Password: yyy
Database: bbb

Destination:
server: local
auth mode: sql
username: sa
password blank
database bbb

Copy objects anda data between sql server databases

Create destinantion objects
drop destination objects first
include all dependent objects

Copy data
replace existing data
Copy all objects

So far it's default,
In the default options, i uncheck all the security options.

with this, I wanna create a batch to backup my databases every week...

any hint? links? ebooks?

tks...
You cannot.
You must first build the package, save it and then run it with dtsrun.

DTSRUN /N"PackageName" /S"server on which you stored your package" ...
etc.

For a detailed syntax take a look here: http://msdn.microsoft.com/en-us/libr...7(SQL.80).aspx



Reply With Quote
  #4  
Old   
matteus
 
Posts: n/a

Default Re: DTSrun without default options - 07-03-2008 , 05:14 AM



On Jul 2, 3:47 pm, "Christiano" <cdo... (AT) digiexpress (DOT) com.br> wrote:
Quote:
anyone knows how to setup the dts run options to:

Source:
Server: remote
auth Mode: SQL
Username: xxx
Password: yyy
Database: bbb

Destination:
server: local
auth mode: sql
username: sa
password blank
database bbb

Copy objects anda data between sql server databases

Create destinantion objects
drop destination objects first
include all dependent objects

Copy data
replace existing data
Copy all objects

So far it's default,
In the default options, i uncheck all the security options.

with this, I wanna create a batch to backup my databases every week...

any hint? links? ebooks?

tks...
You cannot.
You must first build the package, save it and then run it with dtsrun.

DTSRUN /N"PackageName" /S"server on which you stored your package" ...
etc.

For a detailed syntax take a look here: http://msdn.microsoft.com/en-us/libr...7(SQL.80).aspx



Reply With Quote
  #5  
Old   
matteus
 
Posts: n/a

Default Re: DTSrun without default options - 07-03-2008 , 05:14 AM



On Jul 2, 3:47 pm, "Christiano" <cdo... (AT) digiexpress (DOT) com.br> wrote:
Quote:
anyone knows how to setup the dts run options to:

Source:
Server: remote
auth Mode: SQL
Username: xxx
Password: yyy
Database: bbb

Destination:
server: local
auth mode: sql
username: sa
password blank
database bbb

Copy objects anda data between sql server databases

Create destinantion objects
drop destination objects first
include all dependent objects

Copy data
replace existing data
Copy all objects

So far it's default,
In the default options, i uncheck all the security options.

with this, I wanna create a batch to backup my databases every week...

any hint? links? ebooks?

tks...
You cannot.
You must first build the package, save it and then run it with dtsrun.

DTSRUN /N"PackageName" /S"server on which you stored your package" ...
etc.

For a detailed syntax take a look here: http://msdn.microsoft.com/en-us/libr...7(SQL.80).aspx



Reply With Quote
  #6  
Old   
matteus
 
Posts: n/a

Default Re: DTSrun without default options - 07-03-2008 , 05:14 AM



On Jul 2, 3:47 pm, "Christiano" <cdo... (AT) digiexpress (DOT) com.br> wrote:
Quote:
anyone knows how to setup the dts run options to:

Source:
Server: remote
auth Mode: SQL
Username: xxx
Password: yyy
Database: bbb

Destination:
server: local
auth mode: sql
username: sa
password blank
database bbb

Copy objects anda data between sql server databases

Create destinantion objects
drop destination objects first
include all dependent objects

Copy data
replace existing data
Copy all objects

So far it's default,
In the default options, i uncheck all the security options.

with this, I wanna create a batch to backup my databases every week...

any hint? links? ebooks?

tks...
You cannot.
You must first build the package, save it and then run it with dtsrun.

DTSRUN /N"PackageName" /S"server on which you stored your package" ...
etc.

For a detailed syntax take a look here: http://msdn.microsoft.com/en-us/libr...7(SQL.80).aspx



Reply With Quote
  #7  
Old   
matteus
 
Posts: n/a

Default Re: DTSrun without default options - 07-03-2008 , 05:14 AM



On Jul 2, 3:47 pm, "Christiano" <cdo... (AT) digiexpress (DOT) com.br> wrote:
Quote:
anyone knows how to setup the dts run options to:

Source:
Server: remote
auth Mode: SQL
Username: xxx
Password: yyy
Database: bbb

Destination:
server: local
auth mode: sql
username: sa
password blank
database bbb

Copy objects anda data between sql server databases

Create destinantion objects
drop destination objects first
include all dependent objects

Copy data
replace existing data
Copy all objects

So far it's default,
In the default options, i uncheck all the security options.

with this, I wanna create a batch to backup my databases every week...

any hint? links? ebooks?

tks...
You cannot.
You must first build the package, save it and then run it with dtsrun.

DTSRUN /N"PackageName" /S"server on which you stored your package" ...
etc.

For a detailed syntax take a look here: http://msdn.microsoft.com/en-us/libr...7(SQL.80).aspx



Reply With Quote
  #8  
Old   
matteus
 
Posts: n/a

Default Re: DTSrun without default options - 07-03-2008 , 05:14 AM



On Jul 2, 3:47 pm, "Christiano" <cdo... (AT) digiexpress (DOT) com.br> wrote:
Quote:
anyone knows how to setup the dts run options to:

Source:
Server: remote
auth Mode: SQL
Username: xxx
Password: yyy
Database: bbb

Destination:
server: local
auth mode: sql
username: sa
password blank
database bbb

Copy objects anda data between sql server databases

Create destinantion objects
drop destination objects first
include all dependent objects

Copy data
replace existing data
Copy all objects

So far it's default,
In the default options, i uncheck all the security options.

with this, I wanna create a batch to backup my databases every week...

any hint? links? ebooks?

tks...
You cannot.
You must first build the package, save it and then run it with dtsrun.

DTSRUN /N"PackageName" /S"server on which you stored your package" ...
etc.

For a detailed syntax take a look here: http://msdn.microsoft.com/en-us/libr...7(SQL.80).aspx



Reply With Quote
  #9  
Old   
matteus
 
Posts: n/a

Default Re: DTSrun without default options - 07-03-2008 , 05:14 AM



On Jul 2, 3:47 pm, "Christiano" <cdo... (AT) digiexpress (DOT) com.br> wrote:
Quote:
anyone knows how to setup the dts run options to:

Source:
Server: remote
auth Mode: SQL
Username: xxx
Password: yyy
Database: bbb

Destination:
server: local
auth mode: sql
username: sa
password blank
database bbb

Copy objects anda data between sql server databases

Create destinantion objects
drop destination objects first
include all dependent objects

Copy data
replace existing data
Copy all objects

So far it's default,
In the default options, i uncheck all the security options.

with this, I wanna create a batch to backup my databases every week...

any hint? links? ebooks?

tks...
You cannot.
You must first build the package, save it and then run it with dtsrun.

DTSRUN /N"PackageName" /S"server on which you stored your package" ...
etc.

For a detailed syntax take a look here: http://msdn.microsoft.com/en-us/libr...7(SQL.80).aspx



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.