dbTalk Databases Forums  

DTSBackup 2000

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


Discuss DTSBackup 2000 in the microsoft.public.sqlserver.dts forum.



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

Default DTSBackup 2000 - 11-10-2005 , 08:36 AM






Hi,
I am in the process of archiving my DTSs to Structured Storage File format.

I did a test:
1) save them manually
2) save them using DTSBackup 2000 utility

Strangely, the resulting files are not the same size... The .dts saved
manually are about 20% bigger. Should I worry?

Reply With Quote
  #2  
Old   
Darren Green
 
Posts: n/a

Default Re: DTSBackup 2000 - 11-10-2005 , 03:46 PM






fleo wrote:
Quote:
Hi,
I am in the process of archiving my DTSs to Structured Storage File format.

I did a test:
1) save them manually
2) save them using DTSBackup 2000 utility

Strangely, the resulting files are not the same size... The .dts saved
manually are about 20% bigger. Should I worry?
Saving manually retains the layout information. The DTS format used by
DTSBackup is produced through the object model. The object model throws
the layout information away, by MS design. So manually saving stuff is
better if you like layouts, but obviously manual. The DTB format in DTS
Backup does not use the object model, so it keeps the layout, but is not
compatible with DTS.

Darren

http://www.sqldts.com
http://www.sqlis.com


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

Default Re: DTSBackup 2000 - 11-11-2005 , 09:19 AM



Great answer, right to the point!
Thanks Darren

"Darren Green" a écrit :

Quote:
fleo wrote:
Hi,
I am in the process of archiving my DTSs to Structured Storage File format.

I did a test:
1) save them manually
2) save them using DTSBackup 2000 utility

Strangely, the resulting files are not the same size... The .dts saved
manually are about 20% bigger. Should I worry?

Saving manually retains the layout information. The DTS format used by
DTSBackup is produced through the object model. The object model throws
the layout information away, by MS design. So manually saving stuff is
better if you like layouts, but obviously manual. The DTB format in DTS
Backup does not use the object model, so it keeps the layout, but is not
compatible with DTS.

Darren

http://www.sqldts.com
http://www.sqlis.com


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.