Hi @Rohit Kulkarni ,
Would you please try "sqlReaderQuery" : "Select *\nfrom dbo.\n[Displays_Direct$@item().TableName]"
Thanks!
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello Team,
I am using For each activity under that i am using the copy activity.
Input
{ "source":
{ "type": "SqlServerSource",
"additionalColumns":
[
{
"name": "Companies",
"value": "Displays_Direct" },
{ "name": "TablesWithCompany",
"value": [ { "TableName": "Acc_ Sched" },
{ "TableName": "Sched " },
{ "TableName": "Sched_ KPI " },
I need to pass the "TableName" value in the below mentioned query.I am not not able to understand what has to be passed.
Now i am passing the item. It is not working.
"sqlReaderQuery" : "Select *\nfrom dbo.\n[Displays_Direct$@item().TablesWithCompany]",
It has to be like this
"Select *\nfrom dbo.\n[Displays_Direct$Acc_ Sched]" ( it will copy the 1 foldername in blob storage)
"Select *\nfrom dbo.\n[Displays_Direct$Sched]" ( it will copy the 2 foldername in blob storage)
"Select *\nfrom dbo.\n[Displays_Direct$Sched_ KPI]" ( it will copy the 3 foldername in blob storage)
Please advise.
Thanks RK
Hi @Rohit Kulkarni ,
Would you please try "sqlReaderQuery" : "Select *\nfrom dbo.\n[Displays_Direct$@item().TableName]"
Thanks!