During the last few articles, we have covered the basics of working with SQL server using the Server Management Objects (SMO) and PowerShell. We have covered things such as viewing the state of ...
I'm currently writing an SP to move all user assigned perms per database to a role. We are doing this to tidy up our security on our many databases.<BR><BR>I have written a script that works, however ...