How to create login procedure for sql server and check the first time login???
Help me
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Anoop Kumar SharmaPosted Apr 22, 2019, 1:20 PM
Rupesh KahanePosted Apr 22, 2019, 3:53 AM
Suppose your table contains the column value i.e LoginTime (User login time has been update whenever user logged into the system)
So on that basis you can track user has been first time login into the system or not.
Amit KumarPosted Apr 22, 2019, 1:05 AM