Thanks for reply, is there any way to import the table and data from MS SQL Server?
Main Topics
Browse All TopicsHi,
Is it possible to migrate a Pick database to MS SQL Server? If yes, could you please show me the steps to do that? I didn't touch Pick at all, any information will be apprecitated.
Regards,
Daniel
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Sorry for misunderstanding. I am not sure how PICK export the data to text files. If I import the text files to SQL Server with DTS, can I import the field names, table relationship to the SQL DB or I have to setup the talbles and relationship in the SQL Server before importing the data from text files?
I'm no expert but as far as I know you can only export text files from Pick.
I don't even know if Pick is a relational database in the normal sense of the word.
What you need to go is identify all of the tables then recreate them in SQL server then import your data from Pick.
Unfortunately it isn't a trivial exercise.
The relationships in PICK are established using correlatives in the dictionary. To export data, I have used the pick query language to create listings to a file rather than a printer.
The resulting file is a fixed format that has the fields arranged any way you wish. By creating special dictionary names yiou can define the data to print however you wish. I have converted enormous files from PICK to SQL this way.
Thanks lamerhoodDJV,
where can I get soem resource about the PICK query language? I think I have to learn it from the beginning if I want to do that. It would be great if you can provide me some information. Moreover, it is a custome PICK db but I guess it should still be able to use the PICK lanaguage you mentioned to export the data.
Regards,
Daniel
Business Accounts
Answer for Membership
by: nmcdermaidPosted on 2005-03-08 at 23:14:33ID: 13493628
If you can export data from pick (ie into text files) then you can use DTS, BCP, or any number of methods to import the data into SQL Server.
Before that though you need to create an identical schema (list of tables) in SQL server to import that data into.