July 27, 2005 at 4:15 am
Hello,
Because there is no other way to use profiler except to have sysadmin fixed role, I have to give this role to one account for use for developers. But, I also wan to prevent then to use this login for anything else, including create objects and execute sp!! Is there any way to do this?
Thanks
July 27, 2005 at 4:19 am
I think not
July 27, 2005 at 4:32 am
I guess the real question is....
WHY are you allowing DEVELOPMENT to run PROFILER (which if done incorrectly can bring your server to a halt) on PRODUCTION (Assumption)?????
I would want to be right there doing the profiler on MY PROD server....
1. You know who is going to get called when the system starts getting slow
2. You know how to set-up profiler properly
3. BAD juju allowing DEV to run amok....
Good Hunting!
AJ Ahrens
webmaster@kritter.net
July 27, 2005 at 5:03 am
Unfortunately, I HAVE TO allow developers to run profiler for maintenance purpose (for several applications) on production server. That is the way it is. Thanks, anyway.
July 27, 2005 at 7:40 am
What you can do is run Profiler and have it put the information into a trace table or trace file (with rollover). Then give the developers access to the trace table or trace file location. This allows them to get Profiler data in almost real time without having those kinds of rights on your SQL Server.
K. Brian Kelley
@kbriankelley
July 27, 2005 at 8:00 am
Cool,
It is nice solution, and with some modification, it can be usefully.
Of course, it will be better if they can run profiler with their custom settings, but it is good enough for now.
Thanks a lot.
August 16, 2005 at 11:24 am
Our users once in a while need to make changes to the production. So if their mamager approves that, they call/mail DBA with ticket number.
We execute a process which adds that person to a Special Role on a server ( with sysadminn rights) and fire a profiler which collects all the info on that developer. Once changes are made, we revoke his access to that Special Role and stop the trace. Auditors/managers can always review the trace.
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply