Viktoras Mickūnas
Viktoras Mickūnas
It does work in provided example, the thing is that it drains both stream cursors to files. What makes me wonder is whether it is possible to have definitions of...
What I was referring to with this question is actually this statement and example in the documentation: ``` To make a lookup, extensions for Sql Server don't provide any operator...
Sorry to bother you again, but the examples deal with files, and I'm referring to the SQL Server data source and this note in documentation: "To make a lookup, extensions...
It is clearer now, thank you. The one thing I still can't understand is how to declare an in-memory stream from the SQL Database data, because this is, as I...
Yes, categoriesStream is in-memory, but it is initialized by using array initializer at compile time. My question is how do you populate an in-memory stream from a database table? Documentation...
This sentence made everything clear, > If you want the join to be done by the database engine, your only choice is to make the proper SQL query with the...
It is clear about error handling in `select` and `do` operators, but what is the idiomatic way for handling errors/exceptions in other operators like `CrossApplySqlServerQuery` or `WriteToFile`. Should the whole...
Thank you, @paillave
Running a stored procedure only once after all records in a CSV file have been saved to the database
Thanks, Stéphane. On Mon, Jun 12, 2023, 23:04 Stéphane Royer ***@***.***> wrote: > I suggest you to use WaitWhenDone operator the following way: > > var stream = contextStream >...
Nice to hear about upcoming release. Now regarding the timeout, unfortunately you cannot specify it in the connection string. It is being set on the Command object. On Tue, Jul...