Answer Posted / guest
SQL Profiler utility allows us to basically track
connections to the SQL Server and also determine activities
such as which SQL Scripts are running, failed jobs etc..
Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is a non equi join?
What are blobs, tables, and Queues? Is SQL is the standard way to query blobs, tables, and queues?
explain different types of backups avaialabe in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration
What do you mean by 'normalization'?
What are the advantages of stored procedure in sql server?
What is filestream?
What are different types of table joins?
Explain sql server service broker?
Why de-normalization required?
Do you know what is a with(nolock)?
How do I make a resultset scrollable?
What is sql injection? How to protect against sql injection attack?
What is the osql utility?
Do you know what are acid properties?
you have developed an application which uses many stored procedures and triggers to update various tables users ocassionally get locking problems which tool is best suited to help you diagnose the problem? : Sql server administration