Tagged Questions

0
votes
2answers
66 views

insert text field from MSSQL to MYSQL failed

I'm trying to income data from a MSSQL (2005) table to MYSQL (5) table, using SSIS, all fields insert correctly. Except one field that his type is TEXT in MSSQL to MYSQL TEXT fie …
1
vote
3answers
55 views

how to group by week in mysql?

Oracle's table server offers a built in function TRUNC(timestamp,'DY'). This function converts any timestamp to midnight on the previous Sunday. What's the best way to do this in …
1
vote
4answers
68 views

generate database & tables schema (ddl) on Oracle pl-sql

Hi, Anyone have a PL-SQL statement that i can use to generate database & tables schema for specific database on Oracle 10g? I need the schema in .sql file and if possible comp …
0
votes
4answers
52 views

how to join two or more tables and result set having all distinct values

I have some 20 excel files containing data. all the tables have same columns like id name age location etc..... each file has distinct data but i don't know if data in one file is …
0
votes
1answer
16 views

What is the purpose of the Create directory used by Tarantino?

Tarantino requires that you point it to a scripts directory that contains two subdirectories, create and update. When Tarantino's create or rebuild action is executed I expected sq …
2
votes
2answers
41 views

Can I use Git to move files between svn repos with the history?

I've been using git-svn to work with svn repository A, and now I need to move the project over to repository B. I could just use svn to import the lastest HEAD from A. But I'd like …
1
vote
3answers
102 views

Transfer MySQL to SQLite

I want to start using Core Date on iPhone with pre-existing MySQL databases. What's the easiest way to transfer a MySQL database to SQLite? I've tried using SQLite Migrator, but I …
0
votes
4answers
416 views

Avoiding code change with Microsoft SQLServer and Unicode

How can you get MSSQL server to accept Unicode data by default into a VARCHAR or NVARCHAR column? I know that you can do it by placing a N in front of the string to be placed in t …
0
votes
2answers
129 views

java.sql.SQLException: [BEA][Oracle JDBC Driver][Oracle]ORA-01438: value larger than specified precision allows for this column

I'm getting this error message in production. Unfortunately this comes from a purchased application and the support process is not precisely fast. This happens when data is bei …
0
votes
1answer
67 views

SSIS Data Migration: Split Flat table into Parent + Child/Grandchild tables

Hello, I need to migrate data in a large flat table located in SQL Server 2005 into a new SQL Server 2005 schema that consists of a parent table and multiple child tables. This s …
1
vote
1answer
29 views

MySQL Migration Script Help

I am working on a site that lists a directory of various restaurants, and currently in the process of switching to a newer CMS. The problem I have is that both CMSes represent the …
3
votes
5answers
669 views

Migrating From Visual FoxPro

I work for a company that had a large number of applications based on Visual FoxPro. The company is now looking for a migration strategy away from VFP to another language for its …
0
votes
2answers
75 views

Problem with parsing data via php and storing it to MySQL database

Sorry for duplicating this question, but here I tried to explain it in more details. I need to parse the data from certain file and store it to database (MySQL). This is how the da …
0
votes
1answer
56 views

Store data in mysql (data-migration)

Hi, guys! I'm trying to make an online dictionary for my own purposes (I know there are some other dictionaries, but they don't have what I need) and I have a file with words in t …
0
votes
2answers
85 views

Migrating MS Access data to MySQL: character encoding issues

We have an MS Access .mdb file produced, I think, by an Access 2000 database. I am trying to export a table to SQL with mdbtools, using this command: mdb-export -S -X \\ -I orig. …

1 2 3 4 next
15 30 50 per page