dbTalk Databases Forums  

How can I import table indices for all the tables transferred from one db to Sql Server?

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


Discuss How can I import table indices for all the tables transferred from one db to Sql Server? in the microsoft.public.sqlserver.dts forum.



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

Default How can I import table indices for all the tables transferred from one db to Sql Server? - 03-14-2005 , 06:13 AM






Hello,
I was successfully able to import all the tables from a SQLBase db to MSSQL.
Now i would also like to import all the indexes for the tables.
How can I do that?

--
Regards,
Sami

[Remove Numbers from e-mail address to use it]



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

Default Re: How can I import table indices for all the tables transferred from one db to Sql Server? - 03-14-2005 , 01:15 PM






The only way I can think of would be if SQLBase has metadata tables from
which you can query for the indexes. You could query them and create
the CREATE INDEX statements required on SQL Server and then run them.
There is no part of Native DTS that will do this for you though.

Allan

"Sami" <s8a2m9i1_i5s1l9a6m (AT) hotmail (DOT) com> wrote


Quote:
Hello,
I was successfully able to import all the tables from a SQLBase db to MSSQL.
Now i would also like to import all the indexes for the tables.
How can I do that?

--
Regards,
Sami

[Remove Numbers from e-mail address to use 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.