Tagged Questions

0
votes
2answers
33 views

how to delete index on mysql table ?

Hi, I have a table generated by GORM (Grails Domain). It has foreign key / index that generated random characters like FKAC7AAF67162A158F. I need to remove that field that not nee …
0
votes
2answers
28 views

Upgrading from Access 2003 to Access 2007 and SQL Server

I am maintaining a pretty large Access 2003 project with a MDB data file on the server and linked tables. The plan is to upgrade to Access 2007 (or even 2010) and SQL Server as the …
0
votes
3answers
21 views

varchar Migration question for Ruby on Rails

I have created a new table including a column "note". The default is varchar(255) I believe but I wish to have this column be a text area vs. a field and to allow more data. I imag …
0
votes
1answer
24 views

Evolutionary Database Migration and Default Data

Hi, we're re-evaluating our database upgrade process for our application to try and remove the pain of having to generate all the upgrade scripts for a release at the end of the r …
1
vote
4answers
29 views

Hints for testing a web application which had a DB migration from SQL 2000 to 2005.

im testing web application(e-learning which having users, content items, reporting,assigning ...) which had a DB migration from SQL 2000 to 2005. If somebody knows what are the a …
1
vote
0answers
34 views

Say hello to “TFS”. How to migrate from oldes and be “more” agile ?

Hello Everyone, We've planned to move from Visual SourceSafe to TFS. For this purpose, we brought a new server machine with updated specs and TFS installed. The Visual SourceSafe …
1
vote
2answers
26 views

Tools for Migrating from Oracle to MySQL

I want to migrate schema from Oracle to MySQl, so are the any free tools that would be useful for this task ? I have only Create tables in Oracle SQL Script but it contains unique …
0
votes
2answers
57 views

What kinds of problems have there been using Access databases with SharePoint?

Just curious what the experience has been in uploading MS Access tables to SharePoint 2007 list. We've been planning on doing so, but I seem to recall issues with SharePoint mangl …
0
votes
1answer
31 views

Rails Migrations: Check Existence and Keep Going?

I was doing this kind of thing in my migrations: add_column :statuses, :hold_reason, :string rescue puts "column already added" but it turns out that, while this works for SQLit …
0
votes
3answers
68 views

Slow (to none) performance on SQL 2005 after attaching SQL 2000 database

Issue: Using the detach/attach SQL database from a SQL 2000 SP4 instance to a much beefier SQL 2005 SP2 server. Run reindex, reorganize and update statistics a couple of times, bu …
1
vote
1answer
14 views

ASP.net site designed/built on SQL Server Transistion to DB2

OK long story short, we designed and built a web application connecting to a standalone SQL Server 2000 database using asp:SqlDataSource and System.Data.SqlClient, now we are looki …
0
votes
0answers
23 views

Core Data: migrating entities with self-referential properties

My Core Data model contains an entity, Shape, that has two self-referential relationships, which means four properties. One pair is a one-to-many relationship (Shape.containedBy &l …
4
votes
2answers
81 views

How to migrate project from RCS to CVS?

I have a 20-year-old project that I would like to migrate from RCS to git, without losing the history. All web pages suggest that the One True Path is through CVS. But after an h …
1
vote
3answers
99 views

Using south to refactor a Django model with inheritence

I was wondering if the following migration is possible with Django south and still retain data. Before: I currently have two apps, one called tv, one called movies, each with a V …
1
vote
2answers
23 views

Migrating the Excel sheet with different datatype

I am migrating the excel sheet which has different data types using ssis But data format is changing in source level itself My excel sheet looks like below: COL1 Null 1/1/2009 …

1 2 3 4 5 26 next
15 30 50 per page