dbTalk Databases Forums  

Re: DTS for MSDE

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


Discuss Re: DTS for MSDE in the microsoft.public.sqlserver.dts forum.



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

Default Re: DTS for MSDE - 07-18-2003 , 10:04 AM






use OSQL and the BACKUP DATABASE command

http://www.microsoft.com/sql/msde/pr...o/features.asp

--

----------------------------
Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org



"Kris Leech" <krisleech (AT) interkonect (DOT) com> wrote

Quote:
Is it possible to create a DTS file from MSDE?
I have a database on one machine (MSDE) which needs to go
onto another machine that runs SQL server.

If DTS is not possible is it possible to just copy a file
onto the other machine?

Many thanks Kris.



Reply With Quote
  #2  
Old   
Dick Campbell
 
Posts: n/a

Default Re: DTS for MSDE - 07-19-2003 , 06:39 PM






You can run DTS Packages on MSDE but you really need Enterprise Manager
(which is not included with MSDE) to design and manage things.

You can use E.M. from a PC that has either Personal SQL Server (more or less
MSDE with Enterprise Manager) or better to manage DTS Packages on an MSDE
database.

Having said that, DTS is probably not the best way to move an entire
database from one machine to another. Either use Enterprise Manager from
another PC (if available) to backup and restore the database or OSQL, as
Alan Mitchell suggests, if E.M. is not available.

It's also possible to detach the mdf and ldf files, copy them to another
machine, and attach to them on the new machine. Again E.M. is the easiest
way to do it and I assume that it can be done from OSQL.

Dick Campbell


"Kris Leech" <krisleech (AT) interkonect (DOT) com> wrote

Quote:
Is it possible to create a DTS file from MSDE?
I have a database on one machine (MSDE) which needs to go
onto another machine that runs SQL server.

If DTS is not possible is it possible to just copy a file
onto the other machine?

Many thanks Kris.



Reply With Quote
  #3  
Old   
Kris Leech
 
Posts: n/a

Default Re: DTS for MSDE - 07-21-2003 , 05:20 AM



Thanks both for your reply's that has cleared it up a bit
in my mind. However i dont have OSQL.exe, i have looked in
all folders of the SQL server root folder, but nothing.
Does it come with the install of MSDE or do i need to
download it?

I have MSDE version 8

Many thanks for your time.

Kris.

Quote:
-----Original Message-----
use OSQL and the BACKUP DATABASE command

http://www.microsoft.com/sql/msde/pr...o/features.asp

--

----------------------------
Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org



"Kris Leech" <krisleech (AT) interkonect (DOT) com> wrote in message
news:0d1f01c34d3b$48e719a0$a501280a (AT) phx (DOT) gbl...
Is it possible to create a DTS file from MSDE?
I have a database on one machine (MSDE) which needs to
go
onto another machine that runs SQL server.

If DTS is not possible is it possible to just copy a
file
onto the other machine?

Many thanks Kris.


.


Reply With Quote
  #4  
Old   
Kris Leech
 
Posts: n/a

Default Re: DTS for MSDE - 07-25-2003 , 06:43 AM



Thanks Allan, but i get nothing (not reconized internal or external
program or batch file error).. Haveing said that my PATH has been
wiped out by a program i install recently. When should OSQL.EXE be? I
have looked in my Microsoft SQL Server/Binn folder but the only
programs are sqlagent, sqlserver and cmdwrap.

Mnay thanks for your help, Kris.

"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote

Quote:
OSQL should come with SQL Server

goto a cmd prompt and type OSQL /?



--

----------------------------
Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org



"Kris Leech" <krisleech (AT) email (DOT) com> wrote in message
news:065e01c34f71$a6295050$a101280a (AT) phx (DOT) gbl...
Thanks both for your reply's that has cleared it up a bit
in my mind. However i dont have OSQL.exe, i have looked in
all folders of the SQL server root folder, but nothing.
Does it come with the install of MSDE or do i need to
download it?

I have MSDE version 8

Many thanks for your time.

Kris.

-----Original Message-----
use OSQL and the BACKUP DATABASE command

http://www.microsoft.com/sql/msde/pr...o/features.asp

--

----------------------------
Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org



"Kris Leech" <krisleech (AT) interkonect (DOT) com> wrote in message
news:0d1f01c34d3b$48e719a0$a501280a (AT) phx (DOT) gbl...
Is it possible to create a DTS file from MSDE?
I have a database on one machine (MSDE) which needs to
go
onto another machine that runs SQL server.

If DTS is not possible is it possible to just copy a
file
onto the other machine?

Many thanks Kris.


.


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.