hi! Experts..............
we are planning to migrated from Navision Native Database to SQL Server,
Problem facing :1. how to transfer all native database logins to SQL Server, in user table it is show all the users, but unable to login.
right now creating sql logins manually same as native database logins.
any right direction please.
Anil Kumar Korada
Technical Consultant
0
Comments
RIS Plus, LLC
You can write a quick report to generate the file, then you can run it on sql. The users will have blank password, so they have to change it.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Working ...........
I used following procedure at SQL Query Analyser
use test
go
sp_addlogin @loginame = 'user1',@passwd = 'user1', @defdb = 'test'
go
sp_grantdbaccess 'test'
go
Thanks!!
Technical Consultant
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!