Futzing around with SQL Server 2008

BeauJangles

Lifer
Aug 26, 2001
13,941
1
0
I downloaded SQL server 2008 the other day, and I've been playing around with it. I have a whole bunch of data that I'd like to stash in there, but it's all coded for MySQL, not MSSQL. Is there any easy way to import it or transfer it? Right now, I do not have a MySQL database with the data in it, only a txt dump file.
 

BeauJangles

Lifer
Aug 26, 2001
13,941
1
0
Originally posted by: Dhaval00
What's the syntax of the text file? CSVs?

Actually, I have it separated into separate SQL DB creation queries (see attached code) and separate .csv files with the actual data.