Auto database connection when SQL Server 2005 restarts
Database
1
Posts
1
Posters
0
Views
1
Watching
-
My vc++ application works fine till the SQL Server 2005 is not restarted(i mean if we stop the SQL Server 2005 and then start it again while application is running). Could anyone please tell me how to establish connection(auto connection) for the application after the SQL Server 2005 is restarted. Thanks!!