msde error

D

Dave

Hi,
I install msde 2000 using the command line like this => setup SAPWD="pass"
But when I try to create a new database using access sql server database
wizard he ask me for a login id and password!
First if my password is pass what is the login id?
When I try the login id of my computer user name or sa and the password as
pass I always get an error message: Connection failed: SQLSTate:28000
SQLserver error:18452 Why???
Did my msde installation is good I set the server name and the msde icon in
the try icons is on and running!

Thanks!
 
M

Mary Chipman

If you are attempting to create a database on SQL Server/MSDE to use
with your .NET application, I'd recommend purchasing the Developer
edition of SQL Server ($49). Access is totally inadequate as a
development tool for creating, securing, debugging and optimizing SQLS
databases. Save MSDE for deployment only. The license agreement for
the Developer edition prohibits you from using it in a production
environment or for managing your deployed MSDE app. See
http://www.microsoft.com/sql/howtobuy/development.asp for more
information.

--Mary
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top