Is DDL, such as index creation, also considered part of a transaction, or is a transaction only a sequence of DML operations? The reason why I ask is that in full recovery mode, the SQL SRVR logs index creation in the transaction log as well. If DDL isn't part of a transaction, then how come it is logged in the "transaction" log? Please clarify.
Thanks a lot,
Karim