search for: rowguid

Displaying 2 results from an estimated 2 matches for "rowguid".

Did you mean: refguid
2010 Jun 25
0
activerecord + ms sql.. rowguid field for merge replication breaking inserts
...ay not have consistent internet access.. part of the requirements was to setup replication so that eventually the separate instances would ''phone home'' and replicate their data on our main sql server database. runnign the replication wizard changed my tables by adding a ''rowguid'' column and now activerecord breaks with the following error when i try to create a new record: [unixODBC][FreeTDS][SQL Server]Conversion failed when converting from a character string to uniqueidentifier.: INSERT INTO [companies] ([created_at], [name], [updated_at], [rowguid]) VALUES(...
2006 May 30
0
SQLServer''s uniqueidentifier in migrate script
Hi all, as i''m trying to do it the rails way i have defined my db structure in the migrate files first. now, is it possible to define the id as :uniqueidentifier and rowguid in the script? -- Posted via http://www.ruby-forum.com/.