|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You don't need a fax machine to get faxes. Get a fax-to-email fax number from CallWave. Try it free.
|
|
#1
|
|||
|
|||
|
Big problem with ms sql
i got a .bak file from someone. supposedly this is the backup of the ms sql server. unfortunately i do not have ms sql installed on my computer and i can't seem to open the file in notepad. how can i convert this file to either access so that i can view the contents of the db or how can i convert it to mysql server (which i have).
thanks for your help. i am struggling with this. |
|
#2
|
||||
|
||||
|
You need SQLServer or MSDE to restore the .bak file and export to csv or other suitable format
|
|
#3
|
|||
|
|||
|
I tried to install it but I am having too many problems installing the MDSE. It keeps telling me something about the security of sa.
I am running windows xp. there is no easier way to do this? |
|
#4
|
||||
|
||||
|
What does it tell you? C'mon ...
|
|
#5
|
|||
|
|||
|
It tells me:
"A strong SA password is required for security reasons. Please use SAPWD switch to apply the same. Refer to readme for more details." Then the readme said to go to the command prompt and switch the password but my command promt tells me it doesn't recongnize the command. |
|
#6
|
|||
|
|||
|
ok. that was a stupid mistake. i installed mssql server. how do i exactly import this bak file and then reexport it to csv. will i then be able to import it into mysql when it is a csv file?
|
|
#7
|
||||
|
||||
|
You have to "Attach database"
|
|
#8
|
|||
|
|||
|
maybe the installation didn't work out properly but i don't seem to have any program to open that will allow me to attach a database. i only have something taht tells me to stop or start the database. am i not looking for it in the right place?
|
|
#9
|
|||
|
|||
|
ok. i found out there is no console for the free version of MSDE. does anyone know another way I can use MSDE to restore the .bak file of the database and then export it to mySQL?
|
|
#10
|
||||
|
||||
|
You can attach database through a stored procedure and use MsAccess as a frontend to MSDE, or tools like iSQL or SQLBuddy
There are some tools on Sourceforge to help you converting to MySQL: http://sourceforge.net/projects/mssqltomysql/ http://ms2my.sourceforge.net/
__________________
My blog about OpenSource Databases PDF tutorials about OSS databases, DBMonster ... Please contribute to Open Source Development, fill bug reports!!! Developer Shed eSupport Commented my.ini/my.cnf (PLEASE ADD YOUR OWN CONFIG TRICK) Understanding SQL Joins An introduction to database normalization Natural or Surrogate key Custom ordering for your results Correlated and uncorrelated subqueries |
![]() |
| Viewing: Dev Shed Forums > Databases > MS SQL Development > Big problem with ms sql |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|