You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using SQL Server 2012 Enterprise for my production setup right now. I'm trying to construct a huge dataset in my development enviroment similar to what I have in my production environment to test my applications with a larger load and check that there are no performance concerns on SQL Server 2022. However, I receive the following problem whenever I attempt to start the job::
Id
Type
Time
Error
17
ActivityTaskScheduled
10/07/2024 02:44:00:143 PM
18
ActivityTaskStarted
10/07/2024 02:44:00:152 PM
19
ActivityTaskFailed
10/07/2024 02:44:00:367 PM
{"message": "unable to build benthos sql sync source config responses: unable to retrieve database table constraints: mssql: The function 'STRING_AGG' may not have a WITHIN GROUP clause.", "retryState": "MaximumAttemptsReached"}
The STRING_AGG function only exists from SQL Server 2017 onwards, but I would like to explore the possibility of supporting SQL 2012.
Bug description
I am using SQL Server 2012 Enterprise for my production setup right now. I'm trying to construct a huge dataset in my development enviroment similar to what I have in my production environment to test my applications with a larger load and check that there are no performance concerns on SQL Server 2022. However, I receive the following problem whenever I attempt to start the job::
The STRING_AGG function only exists from SQL Server 2017 onwards, but I would like to explore the possibility of supporting SQL 2012.
How to reproduce
Environment
MSSQL 2012 Enterprise (source)
MSSQL 2022 Developer (destination)
Additional context
Thank you for your bug report – we love squashing them!
The text was updated successfully, but these errors were encountered: