installation - Cannot connect to Server (local) in SQL Server 2008 using windows authentication -


i'm attempting connect instance of sql server 2008 (developer edition) in sql server management studio receiving error:

[window][1]

[sql server management studio error message][2]

and in sql server configuration manager, there no items although followed installation steps in link:

https://blogs.msdn.microsoft.com/bethmassi/2011/02/18/step-by-step-installing-sql-server-management-studio-2008-express-after-visual-studio-2010/

and downloaded microsoft sql server 2008 management studio express here:

https://www.microsoft.com/en-us/download/details.aspx?id=7593

does know problem is?


Comments

Popular posts from this blog

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -