I am using SQL Server 2005 x64 running on server 2003. I have an application which I purchased that requires an SQL database. There is an app that the instructions tell you to run to create the database. The app asks for SQL Server Name, SQL DB Name, SQL Server System Admin Logon, SQL Server System Admin Password, SQL Server Practice Management Logon, SQL Server Practice Management Password.
When I enter everything in I get an error saying that it is "unable to open master database with this SQL Server System Admin user id and password. Please verify you have eneterd the correct user id and password for the SQL Server System Admin.
If SQL Server uses windows authentication then my username would be DOMAIN\Administrator and the password would be the windows administrator password. Is that correct? What am I dooing wrong. I know very little SQL Server.
Thank you.
