Installation problems

I don't have a copy of SQL Server
I don't have a copy of SQL Server. How can I evaluate the application?
Show Answer
DbNetTime will run against SQL Server Compact which is included in the download and can be selected as part of the install process.

Alternatively Microsoft provide an free version of SQL Server called SQL Server 2008 Express which can be downloaded via the link below:

http://www.microsoft.com/express/database/

You should install this before installing DbNetTime




Hide Answer


Cannot open database "DbNetTime" requested by the login.
I'm getting the error Cannot open database "DbNetTime" requested by the login. The login failed.Login failed for user domain\username for some users.
Show Answer
If you are using Windows authentication to access the SQL Server database you will need to ensure that all the windows accounts that are accessing the DbNetTime database have been granted permission to do so. You can do this in Enterprise Manager or Management Studio

Hide Answer