Finally I found such a way to import WIN2000 users into SQL2000 by doing these steps:
- Export win2000 users profile into text or excel file
- Import this file into sql2000 table using DTS import.
- Write a smal stored procedure to read from this table and add users into sql2000 security table...
I want to apply a windows authentication to get users connect to the SQL2000 server under WIN2000 server.
Is there a way to copy win2000 user profile into sql2000 table instead of defining 120 users manually.
Obviously I need to go through each user to give it a certain authority but at least...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.