Grupos
Grupos
Iniciar sesión
Grupos
Grupos
Rails SQLServer Adapter
Conversaciones
Información
Enviar comentarios
Ayuda
Rails SQLServer Adapter
1-30 de 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
Marcar todo como leído
Denunciar grupo
0 grupos seleccionados
Saritha Chakilala
26/7/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 =>'######'
no leída,
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 =>'######'
26/7/19
César Amador
6/7/17
Error adding constraint
Hi there, I'm getting an error when I run this migration: $ rails db:migrate == 20170705120339
no leída,
Error adding constraint
Hi there, I'm getting an error when I run this migration: $ rails db:migrate == 20170705120339
6/7/17
randy bahalla
,
Touhidur Rahman
2
24/5/16
SQL SERVER 2008 problem
Hi randy bahalla, Use schema type of the tables in the model. As for examples - class IpProject <
no leída,
SQL SERVER 2008 problem
Hi randy bahalla, Use schema type of the tables in the model. As for examples - class IpProject <
24/5/16
Tim Tilberg
6/5/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
no leída,
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
6/5/16
gavin....@randomstorm.com
11/3/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
no leída,
Capturing specific Tiny_TDS exceptions
Hi Guys, bit of a noddy question so apologies in advance. I'm trying to use Ruby's 'Begin
11/3/16
César Amador
,
Ken Collins
8
18/1/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:
no leída,
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:
18/1/16
GPad
,
Ken Collins
3
21/11/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
no leída,
SqlServer 2008 and rails 4.2
Hi Ken, thanks for your response, I read the issue and I understand the situation. I downgrade to
21/11/15
Christopher Mendla
2
12/11/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:
no leída,
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:
12/11/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
no leída,
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
30/10/15
Ruby on Rails accessing SQL Server Views
Friend, In ruby class name must necessarily start with a capital letter. Class VwJobShipTo try it ...
no leída,
Ruby on Rails accessing SQL Server Views
Friend, In ruby class name must necessarily start with a capital letter. Class VwJobShipTo try it ...
30/10/15
Kenneth Ortmann
,
Ken Collins
2
15/10/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-
no leída,
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-
15/10/15
Kenneth Ortmann
15/10/15
TinyTds issue with columns that have default values
With my active record objects, the database tables have default values. Normally the way active
no leída,
TinyTds issue with columns that have default values
With my active record objects, the database tables have default values. Normally the way active
15/10/15
KlausKohlbauer
7/8/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
no leída,
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
7/8/15
Brian Thomas
,
Chris Downey
3
22/7/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
no leída,
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
22/7/15
Ajay Nayak
,
KLausG
2
17/7/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
no leída,
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
17/7/15
Ajay Nayak
,
Ken Collins
3
9/7/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
no leída,
Unable to login to SQL database
Thanks Ken. I was able to connect to DB using the SQL server authentication not sure where the
9/7/15
Geoff Swartz
,
Ken Collins
2
8/7/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
no leída,
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
8/7/15
Renato Serra
,
Ken Collins
2
8/7/15
Binary column
Hey Renato, I am not working on the 4-1-stable branch (https://github.com/rails-sqlserver/
no leída,
Binary column
Hey Renato, I am not working on the 4-1-stable branch (https://github.com/rails-sqlserver/
8/7/15
Frank West
,
Ken Collins
2
8/7/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:
no leída,
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:
8/7/15
Meinhard Gredig
,
Ken Collins
2
2/3/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
no leída,
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
2/3/15
Dan Sadaka
,
Ken Collins
3
16/2/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
no leída,
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
16/2/15
André Lima
, …
KLausG
8
12/2/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
no leída,
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
12/2/15
Ken Collins
,
KLausG
2
29/1/15
Sponsored Work For TinyTDS & Adapter
Great news, Ken. Thank you very much for releasing the 4.2 adapter !! Klaus Am Mittwoch, 24. Dezember
no leída,
Sponsored Work For TinyTDS & Adapter
Great news, Ken. Thank you very much for releasing the 4.2 adapter !! Klaus Am Mittwoch, 24. Dezember
29/1/15
André Lima
, …
Jonathan Frazier
4
17/12/14
New app Rails 4 with SqlServer
This gem has a rational versioning policy where the gem version mirrors there rails version. It looks
no leída,
New app Rails 4 with SqlServer
This gem has a rational versioning policy where the gem version mirrors there rails version. It looks
17/12/14
sonal...@directingit.com
,
KLausG
3
3/12/14
How to install adapter
Thank you !! I have installed gem file successfully. Yes i am new to Rails and started to build my
no leída,
How to install adapter
Thank you !! I have installed gem file successfully. Yes i am new to Rails and started to build my
3/12/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
no leída,
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
13/10/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
no leída,
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
13/10/14
Conal Scanlon
,
KLausG
3
26/9/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
no leída,
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
26/9/14
jyan...@gmail.com
, …
Anna Carey
5
2/9/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
no leída,
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
2/9/14
Ryan Condron
,
KLausG
3
26/8/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
no leída,
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
26/8/14