FAQ - PuzzleServer/mainpuzzleserver GitHub Wiki

Table of contents

How do I see the database during local testing?

  1. Go to Visual Studio
  2. View --> SQL Server Object Explorer
  3. You should see your tables under (localdb)\MSSQLLocalDB > Databases > PuzzleServer > Tables
  4. To see the data, right click on the desired table > View Data