Hi everyone,
I am running Sql Server 2008.
After have completed the wizard for configuring my server as Distributor such database is not visible in the tree.
I restarted all the services but nothing happens...
In fact, distribution database has the same status than master, tempdb... (65544)
User databases like 'Affinities' has 65536, here and everywhere (please provide me mapping Status Db -> Description)
select name,dbid,sid,mode,status from sys.sysdatabases
name dbid sid mode status master 1 0x01 0 65544 tempdb 2 0x01 0 65544 model 3 0x01 0 65536 msdb 4 0x01 0 65544 Affinities 5 0x010500000000000515000000911F96E73DB2483A99D4B1C6E8030000 0 65536 distribution 6 0x01 0 65544 f 7 0x010500000000000515000000911F96E73DB2483A99D4B1C6E8030000 0 65536 Inma_Library 8 0x49379903EB8058448E42C4A7806313EA 0 65536
Nevertheless, I can use it.
USE distribution
GO
These are just a few tables in sys.tables DMO
MStracer_tokens
MSarticles
MStracer_history
MSsync_states
MSsubscriptions
MSmerge_articleresolver
MSmerge_subscriptions
What am I missing here? is it a bug in my SSMS 2012?