dbTalk Databases Forums  

restore db from DTS

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


Discuss restore db from DTS in the microsoft.public.sqlserver.dts forum.



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

Default restore db from DTS - 03-04-2004 , 05:49 PM






can i schedule a database restore from a DTS package??

if so, what task do i use??

tia

jt

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

Default Re: restore db from DTS - 03-05-2004 , 12:28 AM






Hi,

For scheduling restores, use the SQL Agent to schedule a Job.

Steps.

1. Open enterprise manager
2. Expand server and select Management
3. Select SQL Agent and expand
4. Select job
5. right click and new job....

Thanks
Hari
MCDBA

Thanks
Hari
MCDBA

"JT" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
can i schedule a database restore from a DTS package??

if so, what task do i use??

tia

jt



Reply With Quote
  #3  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: restore db from DTS - 03-05-2004 , 12:41 AM



You can but I wouldn't.

There is no point in using DTS

Use a SQL Server Agent Job. A Transact SQL Job step - Issue the RESTORE
command


--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.allisonmitchell.com - Expert SQL Server Consultancy.
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"JT" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
can i schedule a database restore from a DTS package??

if so, what task do i use??

tia

jt



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 - 2013, Jelsoft Enterprises Ltd.