Hi,
We have created HANA columner Tables and Procedures using Crate SQL statement.
We Exported these catalog objects by selecting csv file option and imported in Target system by using Import sql command (Import using HANA Studion does not work for us).
Now there are some changes to the Table (added one more column using Alter Table command), and procedure (Since I could not find Alter or Replace procedure syntax I dropped the procedure and created with Create sql statement )
After changes I exported these catalog objects by selecting CSV option.
When I'm trying to import these objects using import sql command in target system, we are getting message that as the object is already present in the system, we can not import it.
Am I doing anything wrong here?
Is there any other way to import these onjects?
Regards
Sagar