i want to extract specific database tables & stored procedures into one master script. Do you know any software that can help me do this faster? I’ve tried using the SQL Database publishing tool, but it’s not that efficient since its gathering tables that I didn’t select.
i want to extract specific database tables & stored procedures into one master script.
Share
Try DBSourceTools. http://dbsourcetools.codeplex.com
Its open source, and specifically designed to script databases – tables, views, procs to disk.
It also allows you to select which tables, views, db-objects to script.