Search code examples
sql-serverinventory

Database location for Microsoft Assessment and Planning Toolkit


I am running Microsoft Assessment and Planning Toolkit (9.0.135.0) and performing an inventory of my databases but I can't find the "database" of the results. If I search for the "database" name on my C: drive, I get no results.

Does anyone know where the "database" is located?


Solution

  • I found my answer:

    Option 1:
    1. Open SQL Server Management Studio 2012
    2. Connect to "(localdb)\maptoolkit" (without the quotes)
    2.a: NOTE: You cannot use your computer's host name.  Use (localdb).
    
    Option 2:
    1. Go to the following: C:\Users\<your user ID>\AppData\Local\Microsoft\Microsoft SQL Server Local DB\Instances\MAPToolkit\
    

    Here is the link that helped me. Click Here