Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone!
I have a Talend Cloud licence (Remote Engine included)
I have to develop jobs that will request databases (Microsoft SQLServer) that are accessible only in a private network.
My Talend Studio is on my PC and not in the private network (no access to database)
My Talend Remote Engine is in the private network (with access to database + access to internet)
I can the access the Talend Remote Engine's Server by RDP (Remote Desktop Protocol). Therefore I can access to the databases to get the table schemas manually.
My Talend Studio cannot get database table schemas automatically, (which is a pain because have to work with a lot of tables).
Is there an easier way to get table schemas than the manual way ?
I thank you
Hi,
As you mention, this is SQL Server - you can get the database created with all associated tables, indexes, views etc, somewhere locally (SQL Server Express on your local studio PC). No data would be involved, but it would be the database & all table schemas.
This will also help you develop, away from the production site.
Hi,
As you mention, this is SQL Server - you can get the database created with all associated tables, indexes, views etc, somewhere locally (SQL Server Express on your local studio PC). No data would be involved, but it would be the database & all table schemas.
This will also help you develop, away from the production site.
Hello David,
I thank you for your answer!
This is a quite nice solution.
In my case, the database schemas are still evolving since they are part of a project. So in my case, I should often ask for database dump. But finally, this is still a very interesting alternative which I will consider.
I will let the discussion unsolved for a few days just in case there were a "perfect solution". But I think that you David and Denis already have brought quite nice alternatives.