Klaus
Klaus
as I can see you are executing a sproc, but you don't return any data. (Maybe SSMS will show you some messages, but this not data. Add a 'SELECT @output'...
Have you tried your code with a :message_handler? opts = ... # host, username, password, etc opts[:message_handler] = Proc.new { |m| puts m.message } client = TinyTds::Client.new opts client.execute(".....'").do
Thats not your query from above? and still missing the `SELECT @result`at the end..
can you show the "Results" pane from SSMS?
I think you have multiple results sets (Known as MARS see https://docs.microsoft.com/de-de/sql/relational-databases/native-client/features/using-multiple-active-result-sets-mars?view=sql-server-2017) I don't know if FreeTDS supports MARS. (try `tsql -C`)
I think you have multiple results sets (Known as MARS see https://docs.microsoft.com/de-de/sql/relational-databases/native-client/features/using-multiple-active-result-sets-mars?view=sql-server-2017) I don't know if FreeTDS supports MARS. (try `tsql -C)
Hi William, I have tried to rearrange and enhance the documentation on e2guardian. You may find my draft : [here](https://github.com/KDGundermann/e2guardian/tree/v5.5.docs) There is an open [pull request](https://github.com/e2guardian/e2guardian/pull/657) but as my documentation...
> There are references/urls to dansguardian in the wiki which fail. do you mean in the current wiki or in my new draft ??
having the same problem with alpine 3.16 the sshd server offers only : ssh-ed25519,rsa-sha2-512,rsa-sha2-256 see also (https://github.com/atmoz/sftp/issues/296)
wouldn't it be easier to configure load balancing in the router? (Thats what we are doing)