User Provisioning Tool for SQL Server 2008?
Posted
by Rob Sanders
on Server Fault
See other posts from Server Fault
or by Rob Sanders
Published on 2010-03-08T04:01:45Z
Indexed on
2010/03/08
4:10 UTC
Read the original article
Hit count: 844
sql-server-2008
Yesterday I moved my machine from one domain to another - foolishly forgetting the implications for my local instance of SQL Server! Mixed Mode authentication is not enabled, and the only local account login has only "public" permissions.
SQL Server 2005 Service Pack 2 had a tool called the User Provisioning Tool for Windows Vista (sqlprov.exe) which allowed you to add Domain Users to a local SQL 2005 instance (it doesn't work against SQL 2008 btw) - my question is.. is there a similar tool for SQL Server 2008 or am I going to have to do a reinstall?
Also let me know if you think this belongs on StackOverflow
© Server Fault or respective owner