Thursday 6 December 2012

How to check sql server db version from backup file


Execute the following command from sql server management query window:-
restore
headeronly from disk='E:\Client\Sactech\RBK\Database\RBKPAYLITE_051212' 
 
Where  'E:\Client\Sactech\RBK\Database\RBKPAYLITE_051212'  is the backup file name with path.

No comments:

Post a Comment