July 4, 2011 at 3:41 am
Hi All,
Could any body tel me what are the steps to enable sql profiler and to check whether its enable or not.
Thanks in advance..
.
July 4, 2011 at 3:54 am
To run SQL Server Profiler, on the Start menu, point to All Programs, Microsoft SQL Server 2005/2008, Performance Tools, and then click SQL Server Profiler.
If its there ; you can run it any time you required.
Hope this help.
Thanks
ImI
July 4, 2011 at 4:16 am
How to check whether sql profiler is enable or not ..and reqired complete steps regarding creating trace and all for enabling the sql profiler
July 5, 2011 at 2:58 am
Hi,
By enabling profiler, do you mean 'enabling server side traces'?
Profiler is just an app you start as described by imlive.
You can find out how to use it on:
http://www.codeproject.com/KB/dotnet/SQLServerProfiler.aspx
If you want to see what traces are running in your SQL instance use:
SELECT * FROM sys.traces
Hope it helps,
Grzegorz
July 5, 2011 at 3:09 am
gsuvarnarekha (7/4/2011)
How to check whether sql profiler is enable or not ..and reqired complete steps regarding creating trace and all for enabling the sql profiler
Profiler's not something you enable. It's installed with the management tools.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
July 5, 2011 at 5:44 am
gsuvarnarekha (7/4/2011)
Could any body tel me what are the steps to enable sql profiler and to check whether its enable or not.
i think this is knowledge gathering question if YES then google "sql server + sql profiler". and if NO then why you need profiler ? any specific requirement
-------Bhuvnesh----------
I work only to learn Sql Server...though my company pays me for getting their stuff done;-)
July 5, 2011 at 10:32 am
I think what you meant is enabling trace logs and this can be done through service profiler I think
July 5, 2011 at 10:38 am
allamiro (7/5/2011)
I think what you meant is enabling trace logs and this can be done through service profiler I think
Errr.... Trace logs? Service profiler?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
July 6, 2011 at 12:48 pm
If you're not a member of SYSADMIN, and you're running into a snag, then verify that your account has ALTER TRACE permission.
Permissions Required to Run SQL Server Profiler
http://msdn.microsoft.com/en-us/library/ms187611.aspx
"Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply