Ken Collins
Ken Collins
Cool... but if it does not work and `sp_executesql` does then what you are really trying to say is that bytes sent on the wire is the high bar for...
> That's the only part I'm missing. I think I'm missing more... like specifically how TinyTDS can do this when we use DBLIB? > SQLServer can handle inserting many records...
Thanks, it would be super helpful to understand perf more with measured data. Do you have a blog post that someone else has done on this? Anything would be interesting...
Cool, thanks. I did a write up with some simple benchmarks using `sb_executesql`. https://blog.engineyard.com/2011/sql-server-10xs-faster-with-rails-3-1 What would be really cool is to understand if Ruby ODBC or some apples to apples...
> There should be a way that I can make one sp_execute call, specify the prepared statement @handle and send some sort of array of values. But I couldn't figure...
Maybe related, see this thread/post. https://github.com/rails-sqlserver/tiny_tds/issues/360#issuecomment-309252072
Thanks, the second example before your "BUT:..." does not seem to be inline with what I expect in the docs readme (https://github.com/rails-sqlserver/tiny_tds#readme). Please see the section that starts with "The...
Sounds OK to me.
I would think expected behavior for Ruby and compared to other DB connection gems. You can lower the connect timeout if you want.
Cool, if you find that other DB connection gems behave differently, please do let us know so we can make this better.