The dt Procedures
If you've installed Visual Studio Enterprise and snooped around the system tables on your server much, you may have noticed a set of Microsoft-supplied stored procedures with names that start with “dt.” Visual Studio uses these procedures to provide source code management for Transact-SQL stored procedures.
A cursory check of these routines reveals that they use a COM object called SQLVersionControl.VCS_SQL. This object is used by Visual InterDev to manage stored procedure source code directly from the IDE. If you've installed the Visual InterDev Server Components, you already have this object installed on your system and could conceivably use the dt_% procedures even without using InterDev itself.
That said, not everyone will ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access