forums › forums › SQLyog › Sync tools, Migration, Scheduled Backup and Notifications › Import Data From Ms Sql Views
- This topic is empty.
-
AuthorPosts
-
-
May 22, 2006 at 10:40 am #21689
Ritesh
MemberLet me check the ODBC documentation and figure out how to get VIEWS in addition to TABLES in SQL Server.
I will let you know about the feasibility.
-
May 22, 2006 at 10:48 am #21690
peterlaursen
ParticipantThis is not supposed to be an answer, but some additional questions and considerations …
1) Does the ODBC-driver expose the views? Try connecting to the 'external datasource' from Access or OpenOffice Base using ODBC. If not a Migration tool using ODBC of course cannot.
2) If possible at all, I think it will only be possible to import to a table, as the view only makes sense as a VIEW when the table(s) used for its construction is available.
.. and looks like Ritesh is 'on track' …
-
May 22, 2006 at 9:19 pm #21691
Robert Shera
ParticipantThanks for the prompt responses! 🙂
peterlaursen wrote on May 22 2006, 08:48 PM:1) Does the ODBC-driver expose the views? Try connecting to the 'external datasource' from Access or OpenOffice Base using ODBC. If not a Migration tool using ODBC of course cannot.Yes, the ODBC driver does. I can see (and import data from) the views using the ODBC connector from MS Access.
Rob
-
May 23, 2006 at 1:30 pm #21692
Ritesh
MemberThanks for pointing that out. If Access can, SQLyog should also be able to do.
I have added this in the TO-DO list of SQLyog.
-
May 23, 2006 at 9:27 pm #21693
Robert Shera
ParticipantThanks Ritesh – much appreciated.
Rob
Ritesh wrote on May 23 2006, 11:30 PM:Thanks for pointing that out. If Access can, SQLyog should also be able to do.I have added this in the TO-DO list of SQLyog.
-
-
AuthorPosts
- You must be logged in to reply to this topic.