Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is SQL Profiler what is the use of it?

Answers were Sorted based on User's Feedback



What is SQL Profiler what is the use of it?..

Answer / tap_ks

SQl Profiler is a tool provided by SQL Server, which can
capture the queries, procedures executed on the database.
It also capture all the details like user, m/c, input
parameters, time of execution etc. This is very helpful
while bebugging any query / procedure.

Is This Answer Correct ?    21 Yes 2 No

What is SQL Profiler what is the use of it?..

Answer / rathi

SQL profiler is a graphical tool that allows system
administrator to monitor in an instance of the SQL Server.

Use of SQL Profiler:
• Monitor the performance of an instance of SQL
Server.
• Debug Transact-SQL statements and stored procedures.
• Identify slow-executing queries.
• Test SQL statements and stored procedures in the
development phase of a project by single-stepping through
statements to confirm that the code works as expected.
• Troubleshoot problems in SQL Server by capturing
events on a production system and replaying them on a test
system. This is useful for testing or debugging purposes
and allows users to continue using the production system
without interference.
• Audit and review activity that occurred on an
instance of SQL Server. This allows a security
administrator to review any of the auditing events
including the success and failure of a login attempt and
the success and failure of permissions in accessing
statements and objects.

Is This Answer Correct ?    13 Yes 2 No

Post New Answer

More SQL Server Interview Questions

Please explain what is “asynchronous” communication in sql server service broker?

0 Answers  


What is role playing dimension with two examples? : sql server analysis services, ssas

0 Answers  


How much is a sql server license?

0 Answers  


What is @@Identity in sql?

1 Answers   Cap Gemini,


how to generate XML out of QUERY?

1 Answers   McAfee,


Difference between uniqe index and uniqe constraint?

0 Answers  


What value could be assigned to Varchar Type?

3 Answers  


There are two tables (T1, T2) with different rows. Find the output of query. Select count(*) from T1,T2.

3 Answers   Amdocs,


What is sparse columns of sql server 2008?

0 Answers  


what is difference between having and where clause ?

3 Answers  


What are the properties of sub-query?

0 Answers  


Explain the architecture of SQL Server?

2 Answers   ABC, HP, Oracle,


Categories