I want to know more about the efficiency of SQL SERVER 2014, that how many queries can be Processed with in a sec to store and to retrieve the data from database. well in context I'm working on a asp.net/c# web application, I have a button there to count the no of clicks on that button, and thinking to store the no of clicks counts to Sql server database. if i hv more than thousands of users clicking on that button at same time. so, can sql server manage the loads of queries / connections or i have to go with something else.
Thanks,