I was export the database from SQL Server 2005, which is the format ".bak". I need to convert the .bak file into .sql file format. i.e convert .bak file into SQL statements.
Because, i have a many bak files ( which are exported from various SQL Server versions). So, i need to convert the bak into sql.
Thanks in advance.