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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Guest user account missing........

Status
Not open for further replies.

bbi

Technical User
Jun 12, 2001
1
AU
What are the ramifications of the guest account not being present in the tempdb database. I have just been given a new client , who , when they reboot their SQL server, have to run a script that grants user access to a series of tables. The only thing I could see wrong with the setup is that the guest account is missing ( so I recreated it ) and that it didn't have the correct access permissions in the tempdb database.
Any suggestions will be greatly appreciated.

 
master, tempdb, pubs, msdb and northwind all have a guest user account and read permissions on all objects granted to public. Guest (user name) should not require individual permissions as the permissions are granted through the public role. tempdb is rebuilt every time SQL Server restarts so any updates you do are lost but that doesn't mean you lose permissions.

Bottom line - Don't worry about the guest user in tempdb. SQL will take care it for you. Terry

The reason why worry kills more people than work is that more people worry than work. - Robert Frost
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top