I cant drop down a database in SQL2K5,my one database dont show + sign which i used to use to drop down the database to view its contents like tables,views etc.
Do you have any idea what is the problem and solution.
Usually if you can't expand a database in SSMS it's because the database is not online. Check the status of the database either through sys.databases or DATABESPROPERTYEX.
Depending on the state of the database dropping it is not possible.