I have an windows desktop application which uses Mssql2005 express database.
But sometimes, my application cannot connect with the database. When I run "exec sp_helpdb", my database name is not included in the result list. And when I try to attach my database, server says "database name already exist".
What happened with my database, please help me on this issue!
My application built on .NetFrameWork3.5
Kind Regards