Solved
javaScript code activity in Adobe Campaign
How can i retrieve more than 10000 rows in a queryDef using a javaScript code activity (I am using SQL Server as Database engine)
How can i retrieve more than 10000 rows in a queryDef using a javaScript code activity (I am using SQL Server as Database engine)
queryDef is configured to return maximum 10000.
you have two options:
1. Break your query in multiple parts by providing some range or filters
2. write one custom sql script for your query and execute that from your js activity.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.