November 25, 2008 at 7:05 am
I am DTS'ing a .csv file into a database. Unfortunately, the table names are all prefixed identically, and when displayed in the drop down list, I am unable to see which table is which!
Does anyone know of a cunning workaround?
I have attached a screenshot so you can see my problem.
Hope you can help...
November 25, 2008 at 7:36 am
Well the tables are listed alphabetically so you can use that to figure out where it should be. Also as you select a table the column list changes so you can just select tables and see that.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
November 25, 2008 at 8:08 am
You could also set an arbitrary destination to create the task and then perform a disconnected edit to change the DestinationObjectName of the transform data task manually.
When you go back to your transform data task you should be able to set up the transformations.
November 25, 2008 at 8:23 am
Thanks very much for that guys.
Maybe Im being blind but I cant find "DestinationObjectProperties" in the "Edit All Package Properties" screen... am I looking in the wrong place?
Thanks again for your help - I've learned some new stuff about DTS today.
November 25, 2008 at 8:26 am
To get to the task properties you need to right-click in an empty space on the DTS designer page. On the context menu choose "Disconnected Edit". You can then navigate to the task using the object tree and (off the top of my head) the property you're looking for is about 4/5 down in the right-hand window.
November 26, 2008 at 2:30 am
That's great - many thanks for your help.
December 10, 2008 at 2:09 am
MAy be you need to install latest patch as in my system the SQL gives a full view of tables.
Latest service pack might help you.Check out my snap. 😉
December 10, 2008 at 2:11 am
Aha!
I'll get that installed. Thanks for your help.
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply