Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Backing up Security Info 2

Status
Not open for further replies.

donutman

Programmer
Dec 20, 2002
2,481
US
Does a backup automatically all of the security info for each database user? How do you backup the Login accounts?
-Karl
 
I generally would script them out to a file, using enterprise manager scripting option, but I am sure there are other ways.


"I'm living so far beyond my income that we may almost be said to be living apart
 
Logins are stored in the master database - backing up the master db should be part of your server backup strategy.

--James
 
Ahh, thanks James. Does backing up the other databases back up the permission settings for each object/each user?
-Karl
 
Yea

Backing up the Master covers the logins for the system. Backing up each database covers the permissions a user has in that specific database
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top