Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

LNDB changes name of existing tables


mwassmer Feb 1, 2013 08:51 PM

I have existing code that moves data from LNDB-generated tables into a SQL Server data warehouse. When table definitions change and LNDB archives the old table, LNDB renames the old table, thus breaking my code.

Can LNDB be configured to leave the archived table name the same, but assign a new name to the new table? If not, can you suggest a workaround for my situation?

Thank you.


AMK Feb 3, 2013 02:43 AM

Hi,
I'm using LNDB too and I'm curious why you would want this behavior. If LNDB created a new name for the new table, and your script kept reading the old table, wouldn't your script just read the same data over and over?


mwassmer Feb 5, 2013 12:58 AM

Yes, but that assumes that I'll never have to reload the table into my data warehouse.

Log in or register to post/reply in the forum.