TiltingCode
Programmer
From what I have found it appears a DDL is nothing more than a bunch of SQL statements which can consist of one of the following statements:
[ul]
[li]ALTER[/li]
[li]CREATE[/li]
[li]DISABLE TRIGGER[/li]
[li]DROP[/li]
[li]ENABLE TRIGGER[/li]
[li]TRUNCATE TABLE[/li]
[li]UPDATE STATISTICS[/li]
[/ul]
You simply combine the different queries in a sql file and execute when needed, correct?
[ul]
[li]ALTER[/li]
[li]CREATE[/li]
[li]DISABLE TRIGGER[/li]
[li]DROP[/li]
[li]ENABLE TRIGGER[/li]
[li]TRUNCATE TABLE[/li]
[li]UPDATE STATISTICS[/li]
[/ul]
You simply combine the different queries in a sql file and execute when needed, correct?