Re: Execute permission lost for nonadmin user after db migration with attach
From: Wayne Snyder (wayne.nospam.snyder_at_mariner-usa.com)
Date: 10/12/04
- Next message: Wayne Snyder: "Re: Restoring SQL 6.5 Db to SQL 2000"
- Previous message: Hernando Duque C: "How to install SQL Server 2000 on a new Windows Server 2003 Standar Edition?"
- In reply to: dimitrie: "Execute permission lost for nonadmin user after db migration with attach"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 12 Oct 2004 08:36:40 -0400
If the users were NT logins, simply add the NT loging to the server.
However if the users were mapped to standard SQL logins, read up on
sp_change_users_login in books on line.THat will fix up the users for you.
-- Wayne Snyder, MCDBA, SQL Server MVP Mariner, Charlotte, NC www.mariner-usa.com (Please respond only to the newsgroups.) I support the Professional Association of SQL Server (PASS) and it's community of SQL Server professionals. www.sqlpass.org "dimitrie" <dagafitei@yahoo.com> wrote in message news:%23cr6j5$rEHA.1644@tk2msftngp13.phx.gbl... > I have moved a SQL2000 database from one machine to another by detaching and > attaching the database from enterprise manager. > All went well except that I have lost execute permissions on a bunch of > stored procedures for non admin users. I have not lost the user. > > Has anyone else has experienced this problem? > Is this normal? How can I avoid this happening? > Is there a way I can compare permissions with the old db without going and > manually check each and every sp? > > The first machine was a Win 2000 machine and the target was Windows 2003. > I'm not sure that it matters > > > Thanks, > Dimitrie > >
- Next message: Wayne Snyder: "Re: Restoring SQL 6.5 Db to SQL 2000"
- Previous message: Hernando Duque C: "How to install SQL Server 2000 on a new Windows Server 2003 Standar Edition?"
- In reply to: dimitrie: "Execute permission lost for nonadmin user after db migration with attach"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|