similar to: SQL Server pains

Displaying 20 results from an estimated 6000 matches similar to: "SQL Server pains"

2005 Jul 07
2
mofications to Rakefile SQL Server
I have made some modification to the Rakefile used by a Rails app to support SQL Server. The SQL Server versions of the database related tasks use scptxfr and osqlwhich may require some installation depending on the grade of SQL Server you are using on your development platform. What is the procedure for making patch to the fresh_rakefile? Is it: * svn checkout trunk * modifiy fresh_rakefile *
2006 Apr 20
5
How to find the last SQL statement executed in ActiveRecord
Is there a method for retrieving the last SQL statement executed by ActiveRecord? I realize I can open the log file, but I''m looking for a programmatic way. -- Posted via http://www.ruby-forum.com/.
2009 Jul 30
0
package "reldist" version 1.5-5.1 : how to not just compare two years's wage distribution
Dear all users, I read all R programs and texts in "Relative Distribution Methods" website, but I encounter two problems when I used it. then I used "Google" to try to find any solutions about the two problems,but I got no useful hints. 1、 In package "reldist" y mean sample from comparison distribution yo mean sample from reference distribution but I
2005 Mar 06
3
permission error in rake''s clone_structure_to_test
Hello, When I try to run "rake clone_structure_to_test" on my project, I get the following errors: $ rake clone_structure_to_test (in /home/www/cedscreening) psql:db/development_structure.sql:8: ERROR: permission denied to set session authorization psql:db/development_structure.sql:16: ERROR: permission denied for schema public psql:db/development_structure.sql:34: NOTICE: CREATE
2013 Nov 04
1
Running SQL Server xp_logininfo with Samba PDC
We have setup Samba 4.1 as a PDC. We have successfully connected several Windows 2008 Servers to the domain and created various users/groups. During an application installation on the Windows server, it runs the command in SQL server: master..xp_logininfo 'MYDOMAIN\useraccount' SQLserver is running as a service user created on the domain (here called MYDOMAIN) This returns: Msg
2006 Feb 13
8
postgres and rake
am in a bit of a quandry... I have asked postgresql-users list and haven''t gotten anything to work with... > > How do I change the owner of a schema? > > > > ALTER SCHEMA "public" OWNER to "some_user"; #? > > http://www.postgresql.org/docs/current/interactive/sql-alterschema.html > > The docs explain this very situation. HTML
2011 Aug 16
1
Re: Problems with activex
First, go to Internet Options, Security, highlight trusted sites, and click default. Then add the site you are on you your trusted sites if that doesn't work try this Click Start, and then click Run. In the Open box, type cmd, and then click OK. At the command prompt, type the following commands, pressing ENTER after each line: Note Click OK if you are prompted to do this. regsvr32
2006 Feb 15
12
Does your *shared* hosting account work without errors?
Does your *shared* hosting account work without errors? I''m interested in both positive and negative reports. If you are willing, please contribute - name of the hosting service - how long you have used them - your experience ("flawless!", "it''s crap!") You *do not* need to reply saying your VPS service works great. This is about *shared* hosting
2005 Oct 28
3
PostgreSQL. Multiply schemas in one database. How to?
Hi all. I am using PostgreSQL in my current project and I have couple of questions on this topic. Previously I have used 3 databases for project. i.e. megaproject_development, megaproject_test and megaproject_development. But I don''t like this variant because of ''rake dump_db_structure'' writes a lot of PostgreSQL specific data for structure file (operators, functions,
2005 Dec 27
4
Migrations & Unit Testing: Possible Bug in Rails?
I recently started using migrations to create the schema of a Rails project I am working on. The database I am using for this project is MySQL. The initial migration creates the table and also includes a number of execute statements (to do some things like setting primary keys, autoincrement on some columns and other messy voodoo). Running "rake migrate" creates the database with no
2006 Jan 07
1
Configuration problem on older app upgraded to 1.0
Hello, everyone. I have an application that began on a much earlier version of rails, and has been upgraded to 1.0. Somewhere along the line, tests got broken. The first thing I noticed, upon looking into the cause, is that my test database was not being cloned correctly from development. So, I tried to run the tasks by hand: $ rake clone_schema_to_test (in /Users/jkh/Development/assetstream)
2006 Mar 25
5
Unit test fails on different line the second time it''s run
I''ve got a very peculiar problem with unit tests. First, I clone my development database with "rake clone_structure_to_test", then I run my test with "ruby investment_product_score_override_test.rb". It fails on line 68. Then, every test run after this, fails consistently on line 34. How is this possible? I don''t use fixtures and I don''t use
2012 Mar 19
2
PlayOnLinux/PlayOnMac 4.0.16, wineprefix logging system
Hi everybody, As promised before and discused with dimesio here: http://forum.winehq.org/viewtopic.php?p=53507&sid=fd16c6e3e78e533cad6f00e0e4da99dc http://forum.winehq.org/viewtopic.php?t=14962 PlayOnLinux 4.0.16 has integrated a new log system, so that we can follow what happens in a wineprefix. Be careful, this announcement is here just to inform wine users and admins about the way it
2006 Feb 16
2
simple association question
I have two models, Donor and Contribution, and have has_many and belongs_to set respectively. My question is regarding creation of associated objects. I''ll let the code speak: me = Donor.find(1) contribution = me.contributions.create do |e| e.amount = 164.00 e.category = Category.find(1) end I thought this was valid, but it doesn''t work properly - it appears to
2011 Apr 26
3
Registering Dll in system32 Failed anyone help me?
H:\>regsvr32.exe C:\WINDOWS\SYSTEM32\oeinpr3.dll DllRegisterServer not implemented in DLL C:\WINDOWS\SYSTEM32\oeinpr3.dll H:\>regsvr32.exe C:\WINDOWS\SYSTEM32\oeinsmd.dll DllRegisterServer not implemented in DLL C:\WINDOWS\SYSTEM32\oeinsmd.dll H:\>regsvr32.exe C:\WINDOWS\SYSTEM32\oeintck.dll DllRegisterServer not implemented in DLL C:\WINDOWS\SYSTEM32\oeintck.dll H:\>regsvr32.exe
2006 Feb 05
2
Continuous Integration question (not CIA question)
On 2/5/06, Joe Van Dyk <joevandyk@gmail.com> wrote: > On 2/4/06, Jonathan Weiss <jw@innerewut.de> wrote: > > Joe Van Dyk wrote: > > > Hi, > > > > > > I''d like to set up CIA. So I added the plugin to my app, went to my > > > subversion server, added the post commit, added a build directory. > > > > > > I checked
2005 Sep 17
0
Postgresql + rake errors
Hi, Using rake with Postgresql gives the following error: psql:db/development_structure.sql:13: ERROR: must be owner of schema public I''m using the latest version of rails and postgresql 8.0 on ruby 1.8.3 (2005-06-23) [i486-linux]. The above error occurs when rake clones my dev database to test - it first came to my attention when I ran "rake" for my first unit tests. It
2006 Mar 05
0
rake clone_schema|structure_to_test fail
When I do ''rake clone_schema_to_test'' I get this: (in /var/www/rails1) rake aborted! ./db/schema.rb:34: syntax error, unexpected tCONSTANT, expecting kDO or ''{'' or ''('' t.column "datetime", :datetime, :default => Sun Mar 05 03:19:39 MST 2006, :null => false ^
2002 May 01
1
Wine's regsvr32 use
Hi, I have a program that tries to launch regsrv32. Since a replacement has been made by Andriy & Jorgen, i should be able to remove the orignial regsvr32.exe and wine's regsvr32.so. So what must I do to make my software use it ? ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran?ais ! Yahoo! Mail :
2005 Feb 05
4
Unhandled exception with regsvr32
I've more-or-less successfully installed IE6 under 20050111. It works fine but PNG's don't display, so I tried reregistering the pngfilt dll: wine regsvr32 c:\\windows\\system\\pngfilt.dll wine: Unhandled exception (thread 0009), starting debugger... Usage: winedbg [--auto] [--gdb] cmdline (not sure why the debugger doesn't start properly. I did have debugging enabled when I