Hi Friends, I have one challenge on SQL side.
We have tables 'vendtable, custtable, generalJournalentry, generalJournalAccountEntry' in AX, but due to Integration I need to give access on these tables.
My client don't want to 'share sysadmin access'. what he is asking I need to give access and share the username and Password on these tables.
My solution is, in sql server we have 2 options
1.) authentication (no restriction)
2.) create username and password, so that while opening SSMS need to connect via Username and password.
client want to ask second option i.e create a username and password (show only the above tables, means restrict these tables) and share this username and password to the client.
Can we give access for particular tables (example custtable, vendtable, journaltableentry etc..) in SQL (by creating username and password) ?
is it possible to share the above, if yes, please help me.
Regards,
vinilkumar.