• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Futzing around with SQL Server 2008

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.
 
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.

 
Back
Top