List Of System Tables In SQL Server
System Tables in the master Database Only
- sysaltfiles
- syslockinfo
- syscacheobjects
- syslogins
- syscharsets
- sysmessages
- sysconfigures
- sysoledbusers
- syscurconfigs
- sysperfinfo
- sysdatabases
- sysprocesses
- sysdevices
- sysremotelogins
- syslanguages
- sysservers
System Tables in Every Database
- syscolumns
- sysindexkeys
- syscomments
- sysmembers
- sysconstraints
- sysobjects
- sysdepends
- syspermissions
- sysfilegroups
- sysprotects
- sysfiles
- sysreferences
- sysforeignkeys
- systypes
- sysfulltextcatalogs
- sysusers
- sysindexes
SQL Server Agent Tables in the msdb Database
- sysalerts
- sysjobsteps
- syscategories
- sysnotifications
- sysdownloadlist
- sysoperators
- sysjobhistory
- systargetservergroupmembers
- sysjobs
- systargetservergroups
- sysjobschedules
- systargetservers
- sysjobservers
- systaskids
Tables in the msdb Database
- backupfile
- restorefile
- backupmediafamily
- restorefilegroup
- backupmediaset
- restorehistory
- backupset
Tables Used to Store Replication Information
These tables are used by replication and stored in the master database.
These tables are used by replication and stored in the master database.
- sysdatabases
- sysservers
These tables are used by replication and stored in the msdb database.
- sysreplicationalerts
These tables are used by replication and stored in the distribution database.
- MSagent_parameters
- Mspublisher_databases
- MSagent_profiles
- MSreplication_objects
- MSarticles
- MSreplication_subscriptions
- MSdistpublishers
- MSrepl_commands
- MSdistributiondbs
- MSrepl_errors
- MSdistribution_agents
- MSrepl_originators
- MSdistribution_history
- MSrepl_transactions
- MSdistributor
- MSrepl_version
- MSlogreader_agents
- MSsnapshot_agents
- MSlogreader_history
- MSsnapshot_history
- MSmerge_agents
- MSsubscriber_info
- MSmerge_history
- MSsubscriber_schedule
- MSmerge_subscriptions
- MSsubscriptions
- MSpublication_access
- MSsubscription_properties
- Mspublications
These tables are used by replication and stored in the publication database.
- MSmerge_contents
- sysmergearticles
- MSmerge_delete_conflicts
- sysmergepublications
- MSmerge_genhistory
- sysmergeschemachange
- MSmerge_replinfo
- sysmergesubscriptions
- MSmerge_tombstone
- sysmergesubsetfilters
- sysarticles
- syspublications
- sysarticleupdates
- syssubscriptions
No comments:
Post a Comment