views:

27

answers:

1

Is there any system table to find the columns for DDLChangeLog_ID, InsertionDate,CurrentUser, LoginName, Username, EventType, objectName, objectType, tsql

A: 

sys.columns or INFORMATION_SCHEMA.COLUMNS

gbn