I have a program that uses SQL Server 2000 Database. That program is installed on a Windows 8 machine and it asks for the server name, database name, username and password. Now when I try to use this program on Windows XP, it seems to work with just using the server name and the database name. When I try on Windows 7, 8, or 10, it won't let me use the program without a username and password. It comes back as "incorrect username and password". So I'm wondering if there's a setting on sql server 2000 that I need to set in order for it not to ask for username and password on Windows 7, 8 or 10. I've tried entering a super admin's credentials but it doesn't work. I've also tried creating a new user specifically to manage that database and then tried entering that and it still won't take it.
Thanks!