![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am trying to convert an Access backend database to SQL Server for my first time and I am trying to use the Access upsizing wizard. On the 2nd screen it asks for the login and password of an account with CREATE DATABASES priviledge on the server. Where do I find or create such an account? Is this an account on the computer or an account in SQL Server? I have SQL Server Express on the computer. |
#3
| |||
| |||
|
|
What version of SQL Server Express are you using? And what version of Windows are you using? Generally, if you installed SQL Server Express on a computer on which you are the administrator, then you have access as a SQL Server administrator. But if you installed SQL Server 2008, then it asks you who you want to be an admin, so maybe you're not. And if you installed SQL Server 2005 and are running Vista, Windows 7, or Windows Server 2008, you might have to run as administrator to get admin permissions. I don't know if the upsizing wizard lets you leave the login and password blank, so that you can use your Domain login. |
#4
| |||
| |||
|
|
I have SQL Server 2008 Express and Windows XP Professional. If you leave the login id blank there is no Next button to go to the next screen. If I put "(local)\SQLEXPRESS" in the What sql server would you like to use for this database? and "User" in the login id field and leave password blank I get Connection failed sql state 28000 sql server error 18456 microsoft odbc sql server driver sql server login failed for user 'User' I I put "sa" in the login id field and leave password blank I get Connection failed sql state 28000 sql server error 18456 microsoft odbc sql server driver sql server login failed for user 'sa' |
![]() |
| Thread Tools | |
| Display Modes | |
| |