Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Proper Case

Author  Topic 

DaveRolph
Starting Member

15 Posts

Posted - 2006-02-19 : 02:58:56
Is there such a command (or a simple example) so that I can add my inserts and propercase ?

Example My Existing line DTSDestination("Name") = DTSSource("Name")

I would like the following examples to work....
MR DAVE ROLPH - Mr Dave Rolph
MRS D ROLPH - Mrs D Rolph
MR D O'CONNEL - Mr D O'Connel
Mr MCDONALD - Mr McDonald

Yeah OK the last one may be hard but not the end of the world if I can't do it !

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2006-02-19 : 03:11:37
see here http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=47718

----------------------------------
'KH'

Time is always against us
Go to Top of Page

DaveRolph
Starting Member

15 Posts

Posted - 2006-02-19 : 06:27:59
Thanks for the reply, I see I can do it using a custom function but I wanted to do it within the DTS Package.
Go to Top of Page

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2006-02-19 : 07:13:31
Create a stored procedure to do this. Run it within in your DTS.

----------------------------------
'KH'

Time is always against us
Go to Top of Page

DaveRolph
Starting Member

15 Posts

Posted - 2006-02-19 : 07:48:44
Thanks again, but would this mean re-processing the SP at the end of the DTS script or do you mean within the ActiveX Script ? If the latter could you please provide an example ?
Go to Top of Page
   

- Advertisement -