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

Search results for query: *

  1. JaxSpace

    User keeps disappearing from Tempdb database

    Correction. You can't create a Stored Procedure in one DB (e.g. Master) to affect another DB (e.g. TempDB). Instead, you will need to simply create a Job (under Management) that uses the appropriate DB and appropriate Stored Procedures. Example: EXEC sp_grantdbaccess 'DOMAIN\User'...
  2. JaxSpace

    User keeps disappearing from Tempdb database

    The TEMPDB is recreated each time that the SQL Server is restarted. As with all of your other databases, it uses the MODEL database as a template. Therefore, if the user is not defined within the Users of the MODEL database, they won't show up on the TEMPDB. Rather than inserting a new user...

Part and Inventory Search

Back
Top