Hello,
I'm new to SQL Server 2008...
I have a C# application where:
- the users are authenticated at application level with a login form
- after their login the application connects to the DB by using the same SQL Server Account (SQL Server Authentication) for each user
My question is: Is there any limit on the number of users which can connect by using the same account with SQL Server Authentication?
Thank you.