Hi, I queried select * from sysdatabases and got list of 30 databases. But I have 29 databases in the instance (GUI) . Why doesn't the DB show up in the snstance ?? How do I check if the DB is OFFLINE ?? I used the use DBName go and it was successful. SO, I don't think its offline ... right ?? Suggestions....please Regards Kay
When you open up the SQL Server Management Studio on the object explorer details what do you see on right-hand side. Again under SSMS database pane do you see any database showing offline/restriced user? Check SQL error log for any informaton.
It is the "Distribution" database I was looking for.... I didn't know it comes under system databases .. Is it necessary to backup this database ?? regards Kay
Yes you must backup the replication related databases, For more information, Microsoft has an MSDN article that goes through the entire Backup and Recovery strategy for databases involved in replication. There is quite a bit more work here than you may initially think, so be prepared. http://msdn.microsoft.com/en-us/library/ms151152.aspx