I am very new to SQL server ( 2005 to be exact ) but have been given a backup of a database (in .bak format) which i need to query. My issue lies with this as I have no idea how to set it up so I can query the database from PHP.
I am using a mac, with apache set up, PHP with an MSSQL extension. Also although I have a mac, I am currently using parallels to use Microsoft SQL server Management studio express so that I can restore the database from the .bak file and I can even successfully query the database...
My issue therefore, is I am lost as where to go from here...? How can I have this database accessible (locally on this machine) so that I can connect to it from php and arrange the results.