cancel
Showing results for 
Search instead for 
Did you mean: 

Additional session parameters in datastore with Teradata

06-17-2019 7:43 PM
rgonzalr Explorer
707 views 1 comments
0 Likes
SAP Managed Tags
Subscribe

Hello,

I'm working with Data Services 4.2.SP11 (14.2.11) and I'd like to create a datastore with the setting "Additional session parameters" = SET QUERY_BAND='SOURCE=TEST;' FOR SESSION;

However, the documentation says that possible values for this field are "A valid SQL statement or multiple SQL statements delimited by semicolons." and as so, my sentence gets truncated to SET QUERY_BAND='SOURCE=TEST

Is there any way to escape the semicolon in this field?

I've tried to escape it with \; but it didn't work.

Thanks in advance!!

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member598107
Participant
0 Likes

The answer lies in the Target table option

preload-command-option-in-target-table.jpg

You can set the below in the Target table options

SET QUERY_BAND = 'name=value; name2=value;' FOR SESSION|TRANSACTION;

Regards

Arun Sasi