What is the maximum number of logins that can be created in SQL Server 2012, and can new logins be created from within a sproc?  (Not concurrent logins, but created logins)

Is it possible to create a unique login (and hence a unique connection string) for every user of a private web application (less than 10,000)? This is of interest because it might provide a way to use commercial tools like SQL Audit to audit user actions. SQL Audit can distinguish between connection strings but of course not between users all coming in on the same connection.

As a second question, from a stored procedure, can I check to see if a server login exists, and if not, create it?

Thanks in advance for any suggestions.

June 25th, 2015 8:33pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics