dbTalk Databases Forums  

DTS export to file problem

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


Discuss DTS export to file problem in the microsoft.public.sqlserver.dts forum.



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

Default DTS export to file problem - 12-03-2003 , 08:31 AM






I have a problem with creating a DTS package, SQL 2K.
At first, transform data to file generates memory error. Therefore, I
found an article KB814113 and microsoft's explanation that is a bug of
SP3. I couldn't found a hot fix, and made a fresh installation of SQL
server, without SP3.
Now, making files from some tables works properly, bat for some tables
invokes a similar memory protection fault. I think that is a problem
on table's size. Table have a 98 columns and row size 1278 (SELECT
Sum(length) FROM syscolumns WHERE id=OBJECT_ID(‘tablename'). Export
tables with 35 columns works properly, export tables with 40 columns
doesn't.
And, is it possible to distribute packages from SQL2K SP2 to SQL2K
SP3?
Any help???

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

Default Re: DTS export to file problem - 12-03-2003 , 08:40 AM






Is it only going to a text file that causes this problem ?

I presume you refer to this problem

http://support.microsoft.com/default...en-us%3B814113

There is a fix and it is detailed in the page.

--
--

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

"Sasa" <sasa (AT) sito (DOT) co.yu> wrote

Quote:
I have a problem with creating a DTS package, SQL 2K.
At first, transform data to file generates memory error. Therefore, I
found an article KB814113 and microsoft's explanation that is a bug of
SP3. I couldn't found a hot fix, and made a fresh installation of SQL
server, without SP3.
Now, making files from some tables works properly, bat for some tables
invokes a similar memory protection fault. I think that is a problem
on table's size. Table have a 98 columns and row size 1278 (SELECT
Sum(length) FROM syscolumns WHERE id=OBJECT_ID('tablename'). Export
tables with 35 columns works properly, export tables with 40 columns
doesn't.
And, is it possible to distribute packages from SQL2K SP2 to SQL2K
SP3?
Any help???



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

Default Re: DTS export to file problem - 12-03-2003 , 09:24 AM



No, I can't create a package. Problem explained in KB814113 I temorary
resolved. Now I am using SQL2K SP2, and for some tables I create package
succesfully, for some tables don't!!! Is it a problem of table's size or
numbers of columns???

sasa

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

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

Default Re: DTS export to file problem - 12-03-2003 , 10:30 AM



The problem in the article is specific to SP3. Shouldn't be the amount of
columns. DTS is client side so the SP3 could be on the client not the
server ?

--
--

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

<sasa> wrote

Quote:
No, I can't create a package. Problem explained in KB814113 I temorary
resolved. Now I am using SQL2K SP2, and for some tables I create package
succesfully, for some tables don't!!! Is it a problem of table's size or
numbers of columns???

sasa

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!



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

Default Re: DTS export to file problem - 12-04-2003 , 05:20 AM



Actualy,

When I export "big" table (over a 40 columns) through dts wizard, and
when I choose option Save, it's work OK, and a package is saved on SQL
server. Then, when I want to edit saved package through SQL enterprice
manager, memory protection fault is generated. Is it a EM bug???

sasa

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

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

Default Re: DTS export to file problem - 12-04-2003 , 05:49 AM



It is not one I have seen. Have you tried reregistering the DTS dlls?

http://www.sqldts.com/?225

--
--

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

<sasa> wrote

Quote:
Actualy,

When I export "big" table (over a 40 columns) through dts wizard, and
when I choose option Save, it's work OK, and a package is saved on SQL
server. Then, when I want to edit saved package through SQL enterprice
manager, memory protection fault is generated. Is it a EM bug???

sasa

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!



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.