HomeForum
Welcome, Guest

Export on database insert (MS SQL)
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Export on database insert (MS SQL)

Export on database insert (MS SQL) 1 year, 5 months ago #1257

  • mike8888
  • OFFLINE
  • Expert Boarder
  • Posts: 131
  • Karma: 0
Hi.
I would like to use your product (Visual Importer Enterprise), to export data from an MS SQL server to an Oracle machine whenever new data is imported in MS SQL. Is there some way of doing this? I have no way of identifying what data is new, as there is no date field, so I can't create a procedure to do this extraction for me by selecting data by date inserted. If a trigger type function is not available, can you suggest some type of functionality in your product?

Thanks
Mike

Re: Export on database insert (MS SQL) 1 year, 5 months ago #1258

  • admin
  • NOW ONLINE
  • Moderator
  • Posts: 2191
  • Karma: 12
Mike

We offer several ways of updating the data
And new records
add new records update old records
update records

The data synchronization strategy depends on number of factors
    Amount of data in source tables Amount of updates performed daily Level of access you have for the source system Workload of the source system


If source tables are very small you can just copy all data every day
for larger tables you need to be able to identify which records were updated since last synchronization
In some cases it might be required to modify source source schema
For example you may add last_modification field and use it as filter

select * from table where last_modification<current_date-1

or you may write a trigger to populate logging table

It all all depends whether you have enough user rights to do it or whether you can do it without performance implications

Anyway sky is the limit
Peter
  • Page:
  • 1
Time to create page: 0.15 seconds

Testimonials

Development team listens to it's customers and implements new features in days sometimes hours.

Paul Gibb,
MPS

User Login

You only need to log in or register to use our support forum



Our customers

BP

BBC

HSBC


Databases we work with

Go to top