Skip to main content
SUBMITTED

SQL Export in TimeXtender Deliver Instance

Related products:TimeXtender Data Integration
  • November 25, 2024
  • 2 replies
  • 28 views

Paul McLeod Bespoke Analytics
TimeXtender Xpert
Forum|alt.badge.img+2

Can we get a SQL Export option in the new TimeXtender Deliver Instances. If we could Select “SQL Server” in the portal like we can select “CSV”. Used this extensively in V20 and have clients in the new SAAS application that are requesting this capability.

As it is no longer a feature I currently have to construct this export outside of TimeXtender which creates problems in synchronizing TX load processes and the subsequent export.

Or I can create a dummy “Transform” instance that I point to the destination database and use it just to export the tables. But this comes with extra licensing costs just to be able to export to SQL.

2 replies

rory.smith
TimeXtender Xpert
Forum|alt.badge.img+8
  • TimeXtender Xpert
  • November 26, 2024

Hi ​@Paul McLeod Bespoke Analytics ,

what are your requirements here - as there are a great many ways of achieving this. The old functionality pushes .bak if I remember correctly? Even that could be done from SQL or through Powershell currently (Backup-SqlDatabase (SQLServer) - SQL Server PowerShell | Microsoft Learn), but it would be beneficial to add the feature in TDI.

In other scenarios you might want to set up some kind of replication from your main MDW database to a target database elsewhere. In the new release you could either add an instance (but there is no Prepare → Prepare data movement possible right now so would need the existing objects setup with security at the schema level) or set up the replication at the infrastructural level. If you are pushing the whole MDW, you can use the easy setup of read-only replica’s in Hyperscale for instance. 

We have some setups in 20.10.x where we add another MDW-like database that gets some of the content of the full MDW where the new database is actually hosted at a 3rd-party we push the data to.

I have the ability to perform Data Movements from one Prepare to another Prepare included in this Idea: Make instances and data areas more consistent | Community


bas.hopstaken
TimeXtender Xpert
Forum|alt.badge.img+5
  • TimeXtender Xpert
  • November 26, 2024

Please add option for (Delta) Parquet format in Data Export as well. And add option to store the CSV/Parquet on a Azure Blob/Storage container.