similar to: activerecord + ms sql.. rowguid field for merge replication breaking inserts

Displaying 20 results from an estimated 2000 matches similar to: "activerecord + ms sql.. rowguid field for merge replication breaking inserts"

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/.
2004 Dec 03
0
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
On Fri, 3 Dec 2004, Reid Spencer wrote: > Could someone please apply this patch to the Win32 support so that > Morten and Jeff can handle the recent changes? I can't do it because > I"m on the road with only email access. I'd be happy to do it. Can someone send me the patch as an attachment off-list? -Chris > > <Tool > >
2007 Dec 27
0
SAS to R - if you have SAS 8.2+
Hi there, the attached R function uses the SAS Integrated Object Model (IOM) and it can deal with SAS dates and long variable names. All you need to provide is the folder where the SAS data file is and the data file name without the extension. The function requires the rcom package. This is meant to be first cut...but improvements and suggestions are more than welcome! Gyula import.sas.data
2004 Dec 03
2
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
Could someone please apply this patch to the Win32 support so that Morten and Jeff can handle the recent changes? I can't do it because I"m on the road with only email access. Thanks, Reid. -----Forwarded Message----- > From: Morten Ofstad <morten at hue.no> > To: Reid Spencer <reid at x10sys.com> > Subject: Updated LLVM Visual Studio project files > Date: Thu,
2006 Mar 31
0
acts_as_taggable doesn''t work with uniqueidentifier
Hi all, it seems like the acts_as_taggable is not capable to work with uniqueidentifier as the datatype of the primary key in the tags table. however, it works like a charm with int and autoincrement. could that be fixed any time soon? -- Posted via http://www.ruby-forum.com/.
2007 Nov 28
0
Where to override ActiveRecord::ConnectionAdapters::SQLServerAdapter?
I''m working on an existing global database running on MS SQL Server. The appropriate primary key is uniqueidentifier, so I want to set ActiveRecord::ConnectionAdapters::SQLServerAdapter#native_database_types[:primary_key] = "uniqueidentifier NOT NULL newid() PRIMARY KEY". Obviously, I need to override the native_database_types definition, but I really don''t know where
2005 Aug 15
0
RE: has_many_belongs_to_many insert issues [CLOSED]
Found the issue. In the association table (categories.products) it is very important to use lowercase column names. I.e, product_id and category_id. I had Product_id and Category_id in SQL.... Gildas -----Original Message----- From: rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Cherruel,
2007 Sep 04
2
Use of uniqueidentifer type for primary key?
I''m working on a legacy SQL db. It is distributed, to they are using the uniqueidentifier type for the primary key. At first, at least, I won''t be updating records, but I''m seeing a lot of negativity about using anything other than incrementing integers for the pk--which are obviously inadequate for this environment. It is enough to use set_primary_key? Do I need
2004 Jan 19
0
SQL 2000 Failed Authentication
I am runnign a Samba 3.0.1 PDC, serving a domain named FEEDBACK. Joined to this domain we have about 30 workstations and 2 Windows 2000 Servers. These servers run MS SQL Server 2000. SQL Server is using Windows authentication. This allows users/applications on our LAN to connect to the server using Windows authentication. This process has been "flakey" for the last month, with
2009 Jan 13
3
postfix - dovecot - ldap
Hallo, I want to run postfix - dovecot - openldap working together The first problem is, that dovecot doesn't create the directories /usr/local/mail/abcshop.at/bamm/Maildir cur new tmp although I can contact the Dovecot-Server telnet localhost 143 OK .... 1 login bamm at abcshop.at secret OK Logged in /usr/local/mail/ is owned by virtual:virtual If I uncomment the line #mail_location =
2005 Jul 07
2
IAX Transfers
I'm having a strange problem with transfers on IAX phones. I have two IAX phones behind my firewall that are extensions from my office phone system. Both phones can receive calls, but only one of the extensions can do blind transfers by pressing the # key. I have a similar problem at the office. Some of the phones can transfer calls, some of them can't. And my Zap lines can always
2009 Feb 19
1
How to encode Non-English directories and filenames
Hello All, I have a custom client which successfully connects to the SSH server both on cygwin/OpenSSH-server running on windows and to standard SSH servers runnign on Linux. If I send a command like the following in bytes: ==== mkdir <Shift_JIS_characters> ==== after having encoded the whole command in bytes with Shift_JIS, to a linux SSH server ... it works. BUT if I send a similar
2006 Mar 15
2
Script to Restart Zaptel
We are runnign into problems where our legacy PBX reaches a frame loss threshold and takes it's T1 card offline (the T1 card that interfaces with the Asterisk servers TE110P). During this time, the Asterisk server senses a Yellow alarm. We've noticed that if we quit asterisk, stop zaptel, start zaptel, start asterisk that the alarm condition clears on the legacy PBX. We'd like to be
2008 Oct 06
1
need ur kind advice
Dear All, apprecite ur kind help n advice I have a Centos 5 server running only squid for sometime and its workin great. i am concerned about security so i have a shorewall firewall on the machine runnign squid n works grt now i would like to know the follwing 1) does anyone one know of any good antivirus software i could install on the centos OS squid server so as to scan for viruses so i cd
2010 Oct 06
2
migration 1.2.5 -> 2.0.5 load increased dramatically
During norml operation this morning we're seeing a significantly increased load on the IMAP server (factor 5, from 5 to 25). Does dovecot need to rebuild index files or perform other IO intensive operations after the upgrade? We're using Maildir Our monitoring shows increased "system" time. We're runnign fewer processes, the IO rate ist identical to yesterday, memory usage
2006 Jun 10
1
Re: Please help ASAP if you can... Thanks
I'm Matt, trying to set up my radio station on icecast, I downloaded the ice cast server, what source do I use, I do have shooutcast source? its not connecting? can u help me get streaming? I have shoutcast source, what do I need to do to get connecting? please help, do I need to enter different port number on my shoutcast source, I have teh icecast server and I clcik start runnign it says
2004 Jun 02
1
How to iterate through two objects of class "list" fast?
Hi! I have 2 list objects One list contains the data (list1) the second list2 contains the e.g linear model for each element of list 1. list2 <- lapply(list1,mylm,response) I obtain list 2 by something like this. now I have a function myfunc which takes an element from list1 and the coresponding element from list2 does something and .... list3[[x]] <- myfunc(list1[[x]],list2[[x]]) Until
2019 Apr 15
2
supermin (chroot+systemd.resolved) - network cannot be configured on Ubuntu
Hi, I am facing the following bug while runnign guestfish on Ubuntu Bionic onward, where the network cannot be configured : https://bugs.launchpad.net/ubuntu/+source/supermin/+bug/1824236 The actual problem is the combination of (a) supermin and the fact that it does chroot and (b) a dhclient hook present in Bionic (/etc/dhcp/dhclient-eneter-hooks.d/resolved) that overwrites the make_resolv_conf
2011 Dec 03
2
script/server error (undefined method `name' for "ZenTest")
Hi All, I have an rails 2.3.11 app which I''m trying to run locally. When runnign script/server i get this error which i googled but couldn''t find the answer anywhere: Gem::SourceIndex#initialize called from /opt/local/lib/ruby/gems/1.8/gems/rails-2.3.11/lib/rails/vendor_gem_source_index.rb:100. Invalid gemspec in
2004 Jun 02
2
Zapata FXO always answers call?
I have some X100P connected to my analog PBX. When I want to call an analog extension on that PBX I use the following rule: exten => _21XX,1,Dial(Zap/g1/${EXTEN:2},20) where 21 is just a prefix to indicate it?s an analog extension and XX matches the real two digit extension number. (this is why I strip of two digits when dialing Zap/g1. Well, everything works fine, except that * says on