Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Accessing SQL server database from files on different machine(windows authentication)

  • 21-05-2010 01:38AM
    #1
    Closed Accounts Posts: 5,284 ✭✭✭


    My laptop broke :(
    I'm able to access the internal hard drive, via an external enclosure.
    I have not been able to boot from that drive on a different computer as an external disc. It gives a message that winloadexe has incorrect diital signing.
    There is a database on the hard disc that I need. However I am pretty sure it is windows authentication, and it was using a local account.
    I can rebuild it as I have a recent copy of it elsewhere, and have noted changes/changes will be reflected in program code I've recovered etc. The content is junk test data also.
    I'd prefer if there is a reasonably quick way of accessing it directly though; quicker than updating the backup like.
    Incidentally, I never realised how easy it is to get at the contents of a windows user account without a password, once you have the disc.


Comments

  • Closed Accounts Posts: 910 ✭✭✭Jagera


    If you can get the MDF file, use sp_attach_db


Advertisement