/ Published in: SQL
Generate script for each individual object in each individual file (sample application present at this location)
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
SQL Server object scripting tool: I posted the SOURCE code FOR my SQL Server 2005 object scripting tool. The code reads LIKE something I threw together TO see IF I could really do this. Because that's what it is. You can read a prior post that describes a little of what it does. The ClickOnce deployment is available here: http://www.sqlteam.com/publish/scriptio/ It's at version 0.5.1 AS I TYPE this. NEW features include: •CONNECT TO SQL Server USING SQL Server accounts •OPTION TO include collation IN the script •Can OPTIONALLY qualify creates, drops FOREIGN KEYS WITH the schema UPDATE: Most recent install AND SOURCE code: http://weblogs.sqlteam.com/billg/archive/2006/06/13/10208.aspx