Database insert issue

Capture
how can i solve it?

Hi @arijit1213

Can you share the screenshot of Insert Activity

Thanks
Ashwin S

@arijit1213,

In a general Insert query no need of “from” keyword.

1 Like

i use insert activity and give data base table name and datatable name.

Whether you are using insert activity or executing the insert query in the execute non query activity???..

Capture2
insert activity

i did not use from keyword.

insert activity

The created table in sql db is, whether all columns are of type nvarchar??.
Check all the columns match’s the excel columns and sql DB column names.

yes.All are in nvarchar

Change it to varchar and check whether you are getting any error.
If again any errors comes then send your excel file and workflow.

1 Like