Login Restriction
Visual Basic
4
Posts
2
Posters
0
Views
1
Watching
-
I am working at VS2008 and SQL Server2005.I want to put login restriction that after 100 logins is done by the same user after that he will not able to log thruogh the user name. :(
-
I am working at VS2008 and SQL Server2005.I want to put login restriction that after 100 logins is done by the same user after that he will not able to log thruogh the user name. :(
-
On the database side you can use SQL Server's logon trigger to count the user's logins. On the app side you are on your own.
Thanks for your reply.Can you give the query for SQLServer2005.Pls help me.
-
Thanks for your reply.Can you give the query for SQLServer2005.Pls help me.