Hi, I have a SQL '.bak' file, but i dont know which SQL server version it is? Can any way to find the version with out installing the same? Thanks Ajith
You can use RESTORE HEADERONLY command... RESTORE HEADERONLY FROM DISK = N'C:AdventureWorks-FullBackup.bak'