| | | StrataFrame User
       
Group: Forum Members Last Login: 05/25/2007 3:34:57 PM Posts: 235, Visits: 309 |
| How about providing a way to import existing views and stored procedures into the Toolkit (or is this already possible and I just don't know how it works)?
Thanks,
Dan |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: 09/26/2008 8:30:36 AM Posts: 2,685, Visits: 1,886 |
| No, the functionality does not currently exist to import Views and Stored Procedures. There are plans to add this additional functionality to the Database Deployment Toolkit, but the plans are not on the immediate horizon.
www.bungie.net |
| | | | 
StrataFrame Beginner
       
Group: Forum Members Last Login: 03/03/2008 10:01:19 PM Posts: 4, Visits: 741 |
| | Ben, I noticed this post was almost a year ago. I'm new to the DDT and am not aware of all of the features of this latest version. Does the DDT support views, FK constraints, triggers, functions and stored procedures? Thanks, James Moore Builder Software Solutions
James MooreSoftware DeveloperMinistry Tracking Software, Inc.http://www.youthtrack.com |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: 09/26/2008 8:30:36 AM Posts: 2,685, Visits: 1,886 |
| The DDT supports views, indexed views, foreign keys, auto-stored procedures (for CRUD stuff and wrappers for the CLR stored procedures in assemblies), and manual stored procedures. Triggers and UDFs are not currently supported through the DDT. As for the import process, only tables and indexes are imported to give you a starting point for bringing data into the DDT; the rest of the stuff has to be added by hand.
www.bungie.net |
| | | | StrataFrame Beginner
       
Group: StrataFrame Users Last Login: 02/05/2007 9:49:02 PM Posts: 1, Visits: 4,341 |
| | Ben, I imagine by "foreign keys" do you mean via constraints or triggers? For the Triggers and UDFs, if we put those into a SQL Script, is there a document somewhere that can explain to us how to run those in a post-update process? Lastly, I remember from the Amarillo class, that the entire DDT is stored in SQL Server. Is the database documented somewhere enough to allow us to figure out how to "import" the remaining items rather than entering them by hand? Or, is someone working on a "xCase" synchronization add-in tool? Dan Neuman |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: 09/26/2008 8:30:36 AM Posts: 2,685, Visits: 1,886 |
| | Foreign keys are handled through constraints. I'm not sure we have any documentation on how to deploy additional scripts after the deployment process. You cannot do it directly through the "Deploy to Server" button in the DDT, but if you use the MicroFour StrataFrame DBEngine DLL (the one tht deploys DDT packages programmatically), you can programmatically execute the script as soon as the deployment process has completed. As for the documentation on the DDT table structures, there isn't any... mainly because we don't release the source code for the DDT. However, the names are very straightforward and if you have any questions regarding the table structure and what pieces are requied where, I'm sure I can answer them.
www.bungie.net |
| |
|
|