0

I am trying to install the Adventure Works database onto an instance of SQL Server but i cannot get any instance entries listed in the dialog as below:

enter image description here

I have enabled FileStream and TextIndexing is installed. This is a 64 bit Sql Server Instance running on 64 bit Windows 7. Any ideas appreciated.

rism
  • 301
  • 2
  • 12

2 Answers2

1

You should have "Windows Authentication" enabled and also your current "Windows Account" name should have access to your SQL Server instance. Because there is no question about the login info in the installer (damn it!) so default info would be your windows account information.

0

Open SQL server management studio, expand security and logins, right clcik your credential and click properties.From the login properties click server roles and make sure that your credential have sysadmin permission(sysadmin check-box is checked).

enter image description here

Michael Hampton
  • 244,070
  • 43
  • 506
  • 972