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
 SQL Server 2000 Forums
 Transact-SQL (2000)
 Query Performance

Author  Topic 

mk_garg20
Constraint Violating Yak Guru

343 Posts

Posted - 2004-08-31 : 02:06:50
I have a database. My applications are running queries against it. How i can check sql server queries that are taking long time than required. i plan to work on worst performing queries to improve performance.

Thanks

mk_garg

timmy
Master Smack Fu Yak Hacker

1242 Posts

Posted - 2004-08-31 : 02:28:05
Are you using v2000? If so, you can use the profiler and it will do this for you.
Go to Top of Page

mk_garg20
Constraint Violating Yak Guru

343 Posts

Posted - 2004-08-31 : 02:55:48
I am using SQL 7.
But i have installed client tools for sql server 2000.
I have sql profiler.
never used it. any hints how i can use it.
Thanks

mk_garg
Go to Top of Page

mike123
Master Smack Fu Yak Hacker

1462 Posts

Posted - 2004-08-31 : 03:56:34
quote:
Originally posted by mk_garg20

I am using SQL 7.
But i have installed client tools for sql server 2000.
I have sql profiler.
never used it. any hints how i can use it.
Thanks

mk_garg



Damien helped me out with that problem in this thread.

[url]http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=24317[/url]

hope that helps :)
mike123
Go to Top of Page

MichaelP
Jedi Yak

2489 Posts

Posted - 2004-08-31 : 04:48:46
http://www.sql-server-performance.com

Michael

<Yoda>Use the Search page you must. Find the answer you will.</Yoda>
Go to Top of Page

mk_garg20
Constraint Violating Yak Guru

343 Posts

Posted - 2004-08-31 : 18:30:26
Thanks guys!
i will explore these.

mk_garg
Go to Top of Page
   

- Advertisement -