Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
Rails SQLServer Adapter
Conversations
About
Groups keyboard shortcuts have been updated
Dismiss
See shortcuts
Rails SQLServer Adapter
Contact owners and managers
1–30 of 488
Welcome to this group.
Please have a look at
https://github.com/rails-
sqlserver/activerecord-
sqlserver-adapter
https://github.com/rails-
sqlserver/tiny_tds
for Installation FAQs
Mark all as read
Report group
0 selected
Saritha Chakilala
7/26/19
TinyTds::Error (Unable to connect: Adaptive Server is unavailable or does not exist
I am trying to connect azure sql server. client = TinyTds::Client.new(:username =>'######'
unread,
TinyTds::Error (Unable to connect: Adaptive Server is unavailable or does not exist
I am trying to connect azure sql server. client = TinyTds::Client.new(:username =>'######'
7/26/19
César Amador
7/6/17
Error adding constraint
Hi there, I'm getting an error when I run this migration: $ rails db:migrate == 20170705120339
unread,
Error adding constraint
Hi there, I'm getting an error when I run this migration: $ rails db:migrate == 20170705120339
7/6/17
randy bahalla
,
Touhidur Rahman
2
5/24/16
SQL SERVER 2008 problem
Hi randy bahalla, Use schema type of the tables in the model. As for examples - class IpProject <
unread,
SQL SERVER 2008 problem
Hi randy bahalla, Use schema type of the tables in the model. As for examples - class IpProject <
5/24/16
Tim Tilberg
5/6/16
Sproc may return multiple data sets - how to best capture only the first data set when it's unknown whether there will be more than one?
I have a series of sprocs in my db that typically return more than one result set. Only the first
unread,
Sproc may return multiple data sets - how to best capture only the first data set when it's unknown whether there will be more than one?
I have a series of sprocs in my db that typically return more than one result set. Only the first
5/6/16
gavin....@randomstorm.com
3/11/16
Capturing specific Tiny_TDS exceptions
Hi Guys, bit of a noddy question so apologies in advance. I'm trying to use Ruby's 'Begin
unread,
Capturing specific Tiny_TDS exceptions
Hi Guys, bit of a noddy question so apologies in advance. I'm trying to use Ruby's 'Begin
3/11/16
César Amador
,
Ken Collins
8
1/18/16
Model.where(:column => value) error with CP1252 string
No bother, I have just been busy. This is indeed the right way to go. - Ken On January 18, 2016 at 6:
unread,
Model.where(:column => value) error with CP1252 string
No bother, I have just been busy. This is indeed the right way to go. - Ken On January 18, 2016 at 6:
1/18/16
GPad
,
Ken Collins
3
11/21/15
SqlServer 2008 and rails 4.2
Hi Ken, thanks for your response, I read the issue and I understand the situation. I downgrade to
unread,
SqlServer 2008 and rails 4.2
Hi Ken, thanks for your response, I read the issue and I understand the situation. I downgrade to
11/21/15
Christopher Mendla
2
11/12/15
Trouble getting the initial connection - rails 4.0, MS sql server
I have the connection working now. I changed the yml file to production: adapter: sqlserver host:
unread,
Trouble getting the initial connection - rails 4.0, MS sql server
I have the connection working now. I changed the yml file to production: adapter: sqlserver host:
11/12/15
Christopher Mendla
11/11/15
error when setting a schema
I need to have the data tables for each app under their own schemas. I set up the connection as
unread,
error when setting a schema
I need to have the data tables for each app under their own schemas. I set up the connection as
11/11/15
Shinon Chan
, …
André Lima
3
10/30/15
Ruby on Rails accessing SQL Server Views
Friend, In ruby class name must necessarily start with a capital letter. Class VwJobShipTo try it ...
unread,
Ruby on Rails accessing SQL Server Views
Friend, In ruby class name must necessarily start with a capital letter. Class VwJobShipTo try it ...
10/30/15
Kenneth Ortmann
,
Ken Collins
2
10/15/15
Having an issue with default values on active record objects
Hey Kenneth! Can you hop into our Gitter room (https://gitter.im/rails-sqlserver/activerecord-
unread,
Having an issue with default values on active record objects
Hey Kenneth! Can you hop into our Gitter room (https://gitter.im/rails-sqlserver/activerecord-
10/15/15
Kenneth Ortmann
10/15/15
TinyTds issue with columns that have default values
With my active record objects, the database tables have default values. Normally the way active
unread,
TinyTds issue with columns that have default values
With my active record objects, the database tables have default values. Normally the way active
10/15/15
KlausKohlbauer
8/7/15
Re: [RailsSQLServer] Adaptive Server is unavailable or does not exist
Hello, you have activated the TCP/IP-Connections in the Sql Server Config-Tool? Freundliche Grüße
unread,
Re: [RailsSQLServer] Adaptive Server is unavailable or does not exist
Hello, you have activated the TCP/IP-Connections in the Sql Server Config-Tool? Freundliche Grüße
8/7/15
Brian Thomas
,
Chris Downey
3
7/22/15
Help getting started with tiny_tds
Hi Brian, Building a Rails app on top of an existing DB is how I got started with Rails, too. Feel
unread,
Help getting started with tiny_tds
Hi Brian, Building a Rails app on top of an existing DB is how I got started with Rails, too. Feel
7/22/15
Ajay Nayak
,
KLausG
2
7/17/15
Connecting to Tiny_TDS/Azure through proxy
Am Mittwoch, 15. Juli 2015 21:37:26 UTC+2 schrieb Ajay Nayak: Hi, I'm facing while trying to
unread,
Connecting to Tiny_TDS/Azure through proxy
Am Mittwoch, 15. Juli 2015 21:37:26 UTC+2 schrieb Ajay Nayak: Hi, I'm facing while trying to
7/17/15
Ajay Nayak
,
Ken Collins
3
7/9/15
Unable to login to SQL database
Thanks Ken. I was able to connect to DB using the SQL server authentication not sure where the
unread,
Unable to login to SQL database
Thanks Ken. I was able to connect to DB using the SQL server authentication not sure where the
7/9/15
Geoff Swartz
,
Ken Collins
2
7/8/15
how to join between activerecord model and sqlserver adapter result set
First, do not use establish_connection like that in your app. Please see one of my recent articles
unread,
how to join between activerecord model and sqlserver adapter result set
First, do not use establish_connection like that in your app. Please see one of my recent articles
7/8/15
Renato Serra
,
Ken Collins
2
7/8/15
Binary column
Hey Renato, I am not working on the 4-1-stable branch (https://github.com/rails-sqlserver/
unread,
Binary column
Hey Renato, I am not working on the 4-1-stable branch (https://github.com/rails-sqlserver/
7/8/15
Frank West
,
Ken Collins
2
7/8/15
Release of tiny_tds 0.6.3?
No idea. I need to find some time to look back at the issue for bundling the Windows binaries. https:
unread,
Release of tiny_tds 0.6.3?
No idea. I need to find some time to look back at the issue for bundling the Windows binaries. https:
7/8/15
Meinhard Gredig
,
Ken Collins
2
3/2/15
Get dimensions and cube details from AdventureWorks OLAP
I am not familiar with OLAP or the data types that SQL Server uses under the hood? The answer to your
unread,
Get dimensions and cube details from AdventureWorks OLAP
I am not familiar with OLAP or the data types that SQL Server uses under the hood? The answer to your
3/2/15
Dan Sadaka
,
Ken Collins
3
2/16/15
sqlserver adapter 4.2: TinyTds::Error: Column "spree_products.id" is invalid in the ORDER BY clause because ...
Ken, I posted issue #391 after digging down and--I believe--unearthing the cause of this. Take a look
unread,
sqlserver adapter 4.2: TinyTds::Error: Column "spree_products.id" is invalid in the ORDER BY clause because ...
Ken, I posted issue #391 after digging down and--I believe--unearthing the cause of this. Take a look
2/16/15
André Lima
, …
KLausG
8
2/12/15
TinyTds::Error: String or binary data would be truncated
Klaus and friend, I exclude the table and created again and it worked perfectly. Many Thanks!!!!! On
unread,
TinyTds::Error: String or binary data would be truncated
Klaus and friend, I exclude the table and created again and it worked perfectly. Many Thanks!!!!! On
2/12/15
Ken Collins
,
KLausG
2
1/29/15
Sponsored Work For TinyTDS & Adapter
Great news, Ken. Thank you very much for releasing the 4.2 adapter !! Klaus Am Mittwoch, 24. Dezember
unread,
Sponsored Work For TinyTDS & Adapter
Great news, Ken. Thank you very much for releasing the 4.2 adapter !! Klaus Am Mittwoch, 24. Dezember
1/29/15
André Lima
, …
Jonathan Frazier
4
12/17/14
New app Rails 4 with SqlServer
This gem has a rational versioning policy where the gem version mirrors there rails version. It looks
unread,
New app Rails 4 with SqlServer
This gem has a rational versioning policy where the gem version mirrors there rails version. It looks
12/17/14
sonal...@directingit.com
,
KLausG
3
12/3/14
How to install adapter
Thank you !! I have installed gem file successfully. Yes i am new to Rails and started to build my
unread,
How to install adapter
Thank you !! I have installed gem file successfully. Yes i am new to Rails and started to build my
12/3/14
Neo
, …
C Teng
46
11/11/14
Timeout error
I may have a related issue with ActiveRecord. The query to my MS SQL 2008 is very slow. I change
unread,
Timeout error
I may have a related issue with ActiveRecord. The query to my MS SQL 2008 is very slow. I change
11/11/14
Subuddh Parekh
2
10/13/14
Parallel processing multiple connections with sidekiq workers
Hi, If this group is still active, I saw there were concerns raised a while back about parallel
unread,
Parallel processing multiple connections with sidekiq workers
Hi, If this group is still active, I saw there were concerns raised a while back about parallel
10/13/14
Conal Scanlon
,
KLausG
3
9/26/14
SQLServer Adapter adding digits when pulling datatype real from SQL Server 2012
Very helpful, thank you! In case someone stumbles upon this later: to resolve this issue, I just used
unread,
SQLServer Adapter adding digits when pulling datatype real from SQL Server 2012
Very helpful, thank you! In case someone stumbles upon this later: to resolve this issue, I just used
9/26/14
jyan...@gmail.com
, …
Anna Carey
5
9/2/14
TinyTds::Error: Adaptive Server connection failed
Thanks for your response. I fixed the typo and now it connects to the server I think. But is giving
unread,
TinyTds::Error: Adaptive Server connection failed
Thanks for your response. I fixed the typo and now it connects to the server I think. But is giving
9/2/14
Ryan Condron
,
KLausG
3
8/26/14
Rails 4.2
I am hoping to look at that this weekend, we use this where I work but my schedule is so fully during
unread,
Rails 4.2
I am hoping to look at that this weekend, we use this where I work but my schedule is so fully during
8/26/14