Hello,
I have developed an application in VB.Net.
I am using MSSQL 2008 Express Edition.
I have three machines out of which one has Database installed on it.
There are 10 databases created and the application uses all of them
When I run application from the machine on which the database resides, it is able to connect to all 10 databases simultaneously.
But when the same is tried from the rest two machines they just get access to only one database, and for the rest TCP error:0 comes up.
SQL Server logs show "Starting up Database DB1" message but no log for other databases when connecting from remote machines.
Have searched a lot now and I'm still unable to resolve this issue.
Please help!!!
Thank you.
Go to the complete details ...