Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 sql server profiler

Author  Topic 

chbala85
Starting Member

49 Posts

Posted - 2013-09-04 : 01:00:57
Hi all,

what is uses of sql serevr profiler.
In my project purpose some body saying use sql server profile,please tell me how to use.


Thanks,
Krsh.

waterduck
Aged Yak Warrior

982 Posts

Posted - 2013-09-04 : 02:40:58
You can start from
http://lmgtfy.com/?q=sql+server+profiler
Go to Top of Page

jackv
Master Smack Fu Yak Hacker

2179 Posts

Posted - 2013-09-11 : 01:48:07
It is a tracing tool - here is an example of analysing lock timeouts - http://www.sqlserver-dba.com/2012/10/sql-server-find-queries-causing-lock-timeouts-per-second.html

Jack Vamvas
--------------------
http://www.sqlserver-dba.com
Go to Top of Page

Lumbago
Norsk Yak Master

3271 Posts

Posted - 2013-09-11 : 07:41:14
I've made a tutorial on my blog that you can check out:

http://thefirstsql.com/2011/01/07/sql-server-profiler-a-tutorial/

- Lumbago
My blog-> http://thefirstsql.com
Go to Top of Page
   

- Advertisement -