I have a full MS SQL Backup file that I would like to extract the stored procedures and schema from. Is there a way to restore only the schema definitions a
Yes its possible in SQL Server 2012. Right click your database -> tasks -> generate scritps ...
Here all options are available.