Can anyone get me started on this. I need to automate as much as possible... maybe create a stored procedure to do the following on a SQL Server 20000 Instance:
Create a new NT authenticated login (if does not exist), then add the user to the DB as DB Owner, then insert the user to a table in the DB ?
Create a new NT authenticated login (if does not exist), then add the user to the DB as DB Owner, then insert the user to a table in the DB ?