Link to home
Start Free TrialLog in
Avatar of Reece
ReeceFlag for Australia

asked on

how to open sql database on different computer with different sql express

A client of mine was running a software package called Console Gateway that used a SQL express 2008 r2 database and the server's mainboard died.

I've installed a new server that is 64-bit and have installed SQL express 2008 R2 64-bit.  And have copied across all of the important data from the old hard drive.
How can I open/attach the database (I have the entire directory it resides in) on this server to use with the Console Gateway software?

I'm not too familiar with Microsoft SQL...
Avatar of Surendra Nath
Surendra Nath
Flag of India image

let us say that your new server is ServerA and the Console Gateway is installed on ServerB.

As long as ServerB is able to ping to ServerA ( open command prompt in serverB and type ping <ip address of ServerA>, if you get recevied packets... then you are able to ping to that server).

If the above condition is satisfied, then you have to change the connection setting in your console gateway, to change it from old server to the new one.
Avatar of Reece

ASKER

ServerB has the dead mobo and will not turn on.  Thus the extraction of data from the hard drive to the new server (A).  What I have is the folders full of data, one of which contains the MDF/LDF files.
ASKER CERTIFIED SOLUTION
Avatar of Psihawk99
Psihawk99
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Reece

ASKER

Thanks buddy.

Took a while for the client to locate security credentials. But the database is attached now and I've used the Console software's "new instance" utility to get it running again.