I have a model that has been created as a result of import of several SQL Server tables. Now few more columns were added to SQL Server tables. How can I add them to my model? I tried Import From Data Source, but it created new table with ..._1 instead.
Thanks