Hello,
I'm fairly new to T-SQL and SQL in general.
Can someone point me to a good source for learning the relational structure of the system tables, please?
sysconstraints
sysobjects
sysindexes
sysindexkeys
syscolumns
etc.
I would like to write some scripts for renaming some objects, and need to understand the relationships between varioius of these tables.
Thank you