Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Services / DTS / July 2008

Tip: Looking for answers? Try searching our database.

Trying to Copy Data in Text Column

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Kevin Doyle - 31 Jul 2008 15:39 GMT
Hi,

I have a table from which I would like to extract 3 text columns in a copy
column data transformation task. I am getting an error: Unspecified Error.
The max error count is set to 0. The SQL version is SS2000 SP4. The relevant
column schema follows.

CREATE TABLE [dbo].[FSCOTraveler] (
[DivisionCode] [varchar] (4) COLLATE Latin1_General_CS_AS NOT NULL ,
[CoNumber] [varchar] (15) COLLATE Latin1_General_CS_AS NOT NULL ,
[CaRemarks] [text] COLLATE Latin1_General_CS_AS NULL ,
[PcRemarks] [text] COLLATE Latin1_General_CS_AS NULL ,
[PdRemarks] [text] COLLATE Latin1_General_CS_AS NULL ,
[PoDate] [datetime] NULL ,
CONSTRAINT [pkFSCOTraveler] PRIMARY KEY  CLUSTERED
(
 [DivisionCode],
 [CoNumber]
)  ON [PRIMARY]
) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
GO

the simple select statement to load the data matches the table schema. Are
there special considerations to copy tables with text columns?

Any help would be greatly appreciated.

kd
Kevin Doyle - 31 Jul 2008 18:36 GMT
I got it to work using an ActiveX transformation.

> Hi,
>
[quoted text clipped - 24 lines]
>
> kd
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.