Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

36
votes
5answers
107k views

Copy tables from one database to another in SQL Server

I have a database called foo and a database called bar. I have a table in foo called tblFoobar that I want to move (data and all) to database bar from database foo. What is the SQL statement to do ...
15
votes
4answers
17k views

How do you migrate an IIS 7 site to another server?

I'm new to the IIS world but am wondering the best practice for moving a website to another server (along with all settings, etc.) Manually recreate the site on the new server (not maintainable for ...
13
votes
4answers
2k views

How to migrate existing asp.net application to asp.net MVC pattern format

I want to migrate existing asp.net application to asp.net MVC pattern format now. What procedure should I will follow? Any step-by-step instructions would be very helpful.
9
votes
1answer
622 views

iOS5 convert project to ARC fails due to “Error in format of file” How to fix?

I got a project with 49 source files that I'm trying to convert to ARC using edit>refactor>convert to arc. I click "pre-check", there are no errors, and the target compiles. Xcode goes through ...
8
votes
7answers
4k views

How to update a database schema without losing your data with Hibernate?

Imagine you are developing a Java EE app using Hibernate and JBoss. You have a running server that has some important data on it. You release the next version of the app once in a while (1-2 weeks) ...
7
votes
4answers
709 views

How to efficiently manage frequent schema changes using sqlalchemy?

I'm programming a web application using sqlalchemy. Everything was smooth during the first phase of development when the site was not in production. I could easily change the database schema by simply ...
7
votes
2answers
3k views

How to 'switch' from MySQL to Amazon RDS with minimal application impact?

Amazon officially states: "Amazon RDS gives you access to the full capabilities of a familiar MySQL database. This means the code, applications, and tools you already use today with your existing ...
6
votes
5answers
1k views

How to replace $*=1 with an alternative now $* is no longer supported

I'm a complete perl novice, am running a perl script using perl 5.10 and getting this warning: $* is no longer supported at migrate.pl line 380. Can anyone describe what $* did and what the ...
5
votes
3answers
1k views

rake db:migrate produces “rake aborted! could not find table” error

I'm new to Rails and I'm building a simple project-tracking app for my employer. I've been developing the app on my Mac and pushing it to github. I just managed to clone my github repo to a windows ...
5
votes
2answers
548 views

Best way to Migrate Anonymous Profile

Is there an alternate way that migrates all parameters implicit? Or any other advantages. From MSDN: public void Profile_OnMigrateAnonymous(object sender, ProfileMigrateEventArgs args) { ...
5
votes
5answers
802 views

Which tool do you suggest, to convert a legacy delphi 7.0 app to c#

A simple google query shows a bunch of tools, which seems to convert Delphi to C# code. Example: http://www.google.de/search?q=delphi+c%23+converter Do you have experience with one of this tools or ...
4
votes
2answers
138 views

How can I migrate a doctrine DB in Symfony when the project is disabled

So I disabled my site with symfony project:disable --env=prod And rsynced my new code to the server. But now when I run symfony doctrine:migrate --env=prod I get a warning that the site is ...
4
votes
1answer
496 views

Free tool to migrate from Sybase SQL Anywhere 12 to MS SQL Server 2008

I need to recover data from a Sybase SQL Anywhere 12 (I have an *.db file) into MS SQL Server 2008. I installed the SQL Anywhere 12 Developer kit and that allowed me to run the database and ...
3
votes
3answers
280 views

How to migrate data from Cassandra cluster of size N to a different cluster of size N+/-M

I'm trying to figure out how to migrate data from one cassandra cluster, to another cassandra cluster of a different ring size...say from a 5 node cluster to a 7 node cluster. I started looking at ...
3
votes
1answer
99 views

Migrating user-level custom settings when upgrading app

I have an application that uses a custom configuration section for user-level settings. It's done this way instead of using Settings files so that the settings can be centralized in a single ...
3
votes
2answers
218 views

Migration to cloud database

I am assessing the possibility of my organization (software as a service org) migrating parts of our existing disk-based DBs to an in-memory cloud-based DB model (hosted in our datacenters). The ...
3
votes
2answers
230 views

migrating node references

I am working on a project to migrate a website from asp.net to drupal architecture. But the site content is very hierarchal and has a lot of references between entities. for example: each content ...
3
votes
1answer
101 views

Migrate web-pages from different char-sets to UTF-8

For the last years I used Notepad++ on Win XP SP2. As I just have seen, the setting in Notepad++ is to encode new files in "ANSI" in "Windows Format". Basically all files on my harddisk should be ANSI ...
3
votes
1answer
473 views

Migrating SVN to GIT: Incorrect filenames with special characters

I'm trying to convert an existing SVN repository to GIT using git-svn clone but versioned files with special characters in the filename like "ö" are showing as "ö" after migration. Obviously, git-svn ...
3
votes
2answers
429 views

how do I migrate Datamapper on appengine

I've changed my model from class Place include DataMapper::Resource has n, :trails property :id, Serial property :name, String, :length => 140 property :tag, ...
3
votes
6answers
165 views

Best way to move a bunch of SQL Server 2005 tables to another Server?

I've been looking for a way to move a bunch of tables, more than 40, to another server with all the data in them. I've looked around for scripts to generate inserts but so far I'd have to run them ...
3
votes
0answers
251 views

Script to migrate wiki from trac to bitbucket wiki

I have a wiki on trac which I'd like to migrate to bitbucket wiki, the amount of content is large enough for me to want to have it simplified with a script of sorts. Is there a script that can help me ...
3
votes
3answers
1k views

How do I migrate my website, mySQL, php pages, files, settings etc to Amazon EC2?

Hi I am completely new to EC2 and new to server admin and have been working on a windows 2003 server with our current web application made with PHP pages, mySQL database, and serving image files from ...
3
votes
6answers
4k views

How do I preserve installed applications when migrating Ubuntu to another platform?

I'm looking at maybe moving from an older AMD64 to a new Intel dual-core which is 32 bit. Installation isn't a problem but can I transfer all the installed apps? I haven't been able to find anything ...
3
votes
6answers
2k views

How would you migrate a multi-site ClearCase/ClearQuest environment to all Open Source?

I work in an multi-site environment that's currently using Rational ClearCase for source control and Rational ClearQuest for issue tracking (I accept your condolences ahead of time). As a rough ...
3
votes
5answers
10k views

Load Excel data sheet to Oracle database

I am looking for a free tool to load Excel data sheet into Oracle database. I tried oracle sql developer, but it keeps throwing NullPointerException. Any ideas?
2
votes
2answers
146 views

ImportError: No module named

I'm migrating PyVisa from Python 2.6 to Python 3.2. I'm able to install the module. It's listed in C:\Python32\Lib\site-packages\pyvisa The __init__.py file imports a module (vpp43.py) from this ...
2
votes
1answer
94 views

Monodevelop migrate 2.8 didn't add .h files

I just upgrade my MonoDevelop to the latest version (2.8). I also installed XCode4, since it's fully supported now. When opening my solution (which consists of several projects) I was asked to migrate ...
2
votes
1answer
120 views

Manually migrate MonoTouch project for XCode 4 using MonoDevelop

I just upgraded to the latest MonoDevelop (2.8) and upon opening MonoDevelop, it asked to migrate my MonoTouch project to allow it to use XCode 4 with MonoDevelop 2.8. According to the dialog I was ...
2
votes
3answers
384 views

Rails: How to add add_index to existing table

I already migrated a table called units with several columns. I was wondering how to migrate in a stand alone 'add_index' to this table using the cmd. Is this code correct: class AddIndexToUnits < ...
2
votes
1answer
328 views

Migrate utf-8 data from mysql to SQL Server 2005

I have a live MySQL database with UTF-8 data in it. I'm trying to migrate it to SQL Server 2005. All table fields and all data are in UTF8. The destination database will have ...
2
votes
2answers
36 views

About to migrate :string but I'm thinking :text might be better. Performance/Purpose?

class CreateScrapes < ActiveRecord::Migration def self.up create_table :scrapes do |t| t.text :saved_characters t.text :sanitized_characters t.string :href ...
2
votes
3answers
408 views

How do I add taxonomy terms using Drupal Migrate

I'm using the migrate module to copy data from several sources to a new drupal installation. So far, I'm able to replicate a lot of what I need from the examples provided with the module. I'm ...
2
votes
1answer
207 views

Import MS Access to CSV on Mac programmatically

The Official Cohort Default Rates for Schools site has a link on the left to “Download Entire List.” That downloads an Access database file (.accdb). I'd like to have it in CSV (.csv) format. This ...
2
votes
1answer
193 views

can just migrate from spring 2.5 to spring 3.0?

i'm at my new job and the projects at work are in spring 2.5 (some portlets). how hard is it to migrate to spring 3 ? there is a customized portal 1.0 (don't know if this is relevant) and i was ...
2
votes
3answers
167 views

Migrating to ORM

Stepwise, what would be a good way of integrating Spring and Hibernate into an existing JSF application that doesn't use ORM?
2
votes
2answers
491 views

how to detect whether my rails is running in migration or not in environment.rb

any easy way to detect it? I want to skip some codes in envirmonment.rb when doing migration rake.
2
votes
1answer
215 views

What is the most straightforward path to move a project from Pinax 0.5.1 to 0.7beta3?

I'm updating a 0.5.1 complete_project to 0.7beta3 + virtualenv + pip + fabric. I have converted my project into multiple stand-alone applications and I have everything being pulled down by pip from a ...
2
votes
4answers
822 views

migrate from C#.net 2.0 to php so the hash value of the password - how to resolve?

we previously use a C#.net 2.0 to create a web app. Users password were hashed and stored in database using the following code. private const string encryptionKey = "AE09F72B007CAAB5"; HMACSHA1 ...
2
votes
3answers
1k views

Reasons for migrating from MySQL 5.0 to 5.1

I'm using a rather busy MySQL 5.0 database. What are the main reasons for me to migrate to MySQL 5.1? Does it worth the trouble? I use VS2008/.NET 3.5 Servers run as a MySQL cluster on Windows 2008 ...
2
votes
2answers
686 views

Converting non-standard Subversion repository to git

I have a repository whose layout is like this: trunk/ projectA projectB branches/ projectA-1.0 projectB-1.0 tags/ projectA-1.0.1 ...
2
votes
2answers
429 views

Migrating content from OpenWiki to ScrewTurn Wiki

We have a large OpenWiki powered wiki. OpenWiki appears to be a dead project, and ScrewTurn the next best option. Is anyone aware of a data migration route to move our content from the OpenWiki SQL ...
1
vote
2answers
80 views

rake db:migrate doesn't work and brings me back to the command line rails 3.1.1

Using rails 3.1.1 for windows with railsinstaller >rake db:migrate after a pause, brings me right back to the command line. No errors, no messages, just right back to the command line. I ...
1
vote
3answers
108 views

How do I safely upgrade from Django 1.0.2 to 1.3.1?

Will the following work: Un-installing django 1.0.2 Installing django 1.3.1 Starting a 'new' project with the same name as the old one. Manually import all of my old apps etc. Cross my fingers I've ...
1
vote
0answers
55 views

TFS Power tools Migrate doesn't actually migrate

I would like to migrate a shelveset from one branch to another. Here is my command: tfpt unshelve MigrateShelf /migrate /source:"$/Code/OldBranch/Source" /target:"$/Code/NewBranch/Source" When I ...
1
vote
2answers
131 views

Doing a “heroku db:migrate” and getting the error “Please install the postgresql adapter”

I'm trying to do a heroku db:migrate with my mySQL database and I'm getting the error/suggestion: Please install the postgresql adapter: gem install activerecord-postgresql-adapter (pg is not part of ...
1
vote
2answers
62 views

Migrating Subversion Repositories accross servers

We're in the process of moving servers and one of the last items is moving over the svn repositories. There are about 10 gigs of various svn repositories. They were created using this command: ...
1
vote
2answers
126 views

Need to convert an LEFT JOIN to JPQL

immagine following problem: somebody wants to buy a basket of fruit containing green fruits from Africa and South America but no red fruits from Africa. for that we think about following classes: ...
1
vote
1answer
43 views

Using MySQL and MSSQL selection flexibility in PHP

I am working on a web application(using PHP) which will use MySQL database in initial stage & once it gets ready, I will use same application to connect Remote MSSQL database & not the MySQL ...
1
vote
3answers
96 views

Problem with Regular Expression URL matching for http://localhost/

I am trying to use this project on GitHub https://github.com/ErisDS/Migrate to migrate the URL settings in my Wordpress database from a Localhost dev install to a live URL. At the moment the code ...

1 2 3