0
votes
2answers
32 views

Converting sql table to another sql table

How do I loop through a SQL table's rows and convert them into rows for another table? I have a table with an Id, Timestamp, IpAddress, and two varchar(500)'s that I want to change to another table ...
4
votes
6answers
89 views

Does exist ORM / Framework that converts data automatically when I want to change column datatype in table?

Assume that I have existing database with existing data. Is there any framework / ORM that generates data conversion SQL scripts when I need change column datatype? Of course there is problem with ...
4
votes
5answers
674 views

How to convert data stored in XML files into a relational database (MySQL)?

I have a few XML files containing data for a research project which I need to run some statistics on. The amount of data is close to 100GB. The structure is not so complex (could be mapped to perhaps ...
1
vote
1answer
369 views

SQL Select Query for Date Conversion

Have been researching all day and so far not found an acceptable answer and my experimenting with code has yielded nothing. I've got a database with a particular 2 columns "StartDate" and ...
2
votes
3answers
568 views

Why am I getting a “[SQL0802] Data conversion of data mapping error” exception?

I am not very familiar with iseries/DB2. However, I work on a website that uses it as its primary database. A new column was recently added to an existing table. When I view it via AS400, I see the ...
2
votes
3answers
590 views

Converting a database from DBF to SQL without recoding

I've seen many solutions on how to convert DBF files into a SQL database, but is there anyway to convert the tables without re-coding the program that refers to the DBF files? For example convert the ...
2
votes
1answer
205 views

SSIS User-Defined Types

We are trying to import data into our SQL 2005 database from flat files using SSIS packages. Our database has a CLR User-Defined Type that we use to hold some related information, lets call it ...
0
votes
2answers
650 views

Convert SQL data in HTML format to standard text in SSRS

I have an MVC2 C#. Net web app that is storing data in html format for certain description fields. When displaying the data using SSRS, the data is showing with the excaped html characters...ie., ...