Posts
Sort by recent activity
table rename means a drop table and recreate?
Hi,
I am in the process of evaluating SQL source and I have renamed a table & then went to commit the change. I noticed that SQL source wants to drop the table and the create the table with the ne...