Activity overview
Latest activity by gregmac
Database triggers in the Database Triggers dir vs Tables
I'm running into some strange behaviour, which is interfering with an external packaging process I have.
Basically:
I add a trigger to a table (using SSMS) and commit, SQL Source Control adds the t...
Any update on this? I was just searching for info about how it documents stored procedures. I have several created in SQL management studio, which have a default header with: -- =============================================
-- Author: Greg
-- Create date: 2011-03-21
-- Description: Does something, which is useful when doing
-- something else.. blah blah blah..
-- =============================================
ALTER PROCEDURE [dbo].[doSomething]
It doesn't extract any of that info right now, all the documentation for each stored procedure is basically blank (shows the list of parameters, but no descriptions anywhere). / comments
Any update on this? I was just searching for info about how it documents stored procedures. I have several created in SQL management studio, which have a default header with:-- ====================...
I would love to see this feature as well. We use diagrams quite a bit.
* Using "dedicated database" development model, diagrams can be shared. This is important as they are part of the documentation of the system, and should be updated as the system is changed
* Allows the history of the diagrams to be preserved / comments
I would love to see this feature as well. We use diagrams quite a bit.
* Using "dedicated database" development model, diagrams can be shared. This is important as they are part of the documentatio...