Hello , someone gave me access to his site to take the database . i never worked with SQL SERVER . when i try 2 export the database it give me a file.bak i think this need microsoft sql server to open it . is there a way to export the data like in mysql and get the insert queries and the tables queries ?
right click on the database and then somewere u can export data. Now u get a wizard where u can choose the export format (csv, excell, access) afterwards u can import this file again hope this helps
nop there is nothing . the application is an online application where i cant export anything . the file is a sql server backup file (*.bak) but i dont have sql server on my pc ... is there a way to view it ? an application that read xxx.bak --> sql
found out how ... i downloaded microsoft sql server : http://msdn.microsoft.com/vstudio/express/sql/download/default.aspx then had to restore ..