0
votes
1answer
286 views

XLSX Bulk importer to Mysql

I have XLSX files that contain data to be imported into a MySQL database. The size of each XLSX file is from 50MB to 100MB. Can anyone give me a great idea or clever suggestion as to what I am ...
-3
votes
1answer
50 views

What is TSI-DPSYNC and how to use it? [closed]

Dose anyone have detaild informatin about TSI-DPSYNC software ?
2
votes
2answers
607 views

Best Software for Database documentation

I want to document my database in below subject : 1. Description of each table 2. Description of each column table (Consideration Column Type, Default value, Formula if is Calculate field, ...) ...
0
votes
2answers
65 views

Is a Netbeans MySQL interface still viable

I am seeking to refresh my database skillset after a few years off. I notice that all of the Netbeans MySQL tutorials i have found are referring to rather old versions of one or the other even on ...
0
votes
0answers
185 views

ApexSQL Clean vs. Red Gate SQL Dependency Tracker

I'm currently in the process of evaluating ApexSQL Clean and Red Gate SQL Dependency Tracker and was wondering if anyone had any experience with either or both of these two tools? My company is ...
1
vote
2answers
2k views

How to convert xml data in to sqlite database?

I have one xml file which have field like id, name and address. there are 300 data in that xml file. Now i want to make the database of that xml file so which one is the best way to make it. I have ...
2
votes
3answers
923 views

Program to create diagram for Database

[ I asked on Programmers, but was advised to come here....so here I am ] I'm looking for an application to create simple diagrams for database design. I'm not looking for anything that will help ...
0
votes
5answers
668 views

Good piece of software for practicing SQL on Windows? [closed]

I brought 31 queries down to 3 for a certain page in my application by using a single join (provided by Django's ORM). Up until that very moment I thought of SQL optimization as something I didn't ...
1
vote
2answers
567 views

How to open large (HUGE) textfiles

I am writing a program to produce random records in a format that can be specified in code and optionally write it to disk as a text file so it can be used for datamining benchmarks. My problem is ...