Forum Discussion
SQL Server Express set up
- 9 years ago
SQL Servers wont let just anyone query data. You will need a username/password that the instance will be happy with. These will be the credentials you will use for your data gateway.
The only reason you might need SSMS is so you can log onto the instance as an administrator and create an account for you.
If you already know a username/password for your instance (eg, sa and <password>) then you can use those and there is no need for SSMS (allthough ideally you shouldn't be using sa).
Even if you do download SSMS you'll need to know the password for SA before you can configure your instance.
I take it the DB is installed on a different machine?
Hi CahabaData
Are you thinking of trying to open and read the MDF files directly? Or query a running instance of SQL Server Express?
- CahabaData9 years agoMemorable Member
Because it is the Express edition - I don't think the file size / record count is overly large - - and also in my searching I believe I saw that Power Query is not available to 2012 Express. So my thinking was to pull in all the data.