How do I run sql profiler?



How do I run sql profiler?..

Answer / Avanish Katiyar

To run SQL Profiler, you can follow these steps on Microsoft SQL Server:
1. Open SQL Server Management Studio (SSMS).
2. Click on 'Database Tools' in the menu bar.
3. Select 'SQL Profiler'.
4. If it's not installed, you might need to install it first by going to 'Tools' > 'Extensions and Updates' > 'SQL Server Profiler'.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What can be a size of a pl/sql block? Is there any limit?

2 Answers  


Is it mandatory for the primary key to be given a value when a new record is inserted?

1 Answers  


How insert into statements in sql?

1 Answers  


Why cannot I use bind variables in ddl/scl statements in dynamic sql?

1 Answers  


Write a unique difference between a function and a stored procedure.

1 Answers  


What is normalization? How many normalization forms are there?

1 Answers  


What is view? Can we update view

1 Answers  


What is a system versioned table?

1 Answers  


Hi how to import oracle sequence in Informatica? Please write stored procedure code that will import oracle sequence in Informatica SP transformation as per below scenario Oracle table product list Pro_id, pro_name 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights Now a new flat file with new product list needs to be added to oracle table product list with oracle sequence. flat file product Prono,pro_name, 1, 20 watt tube light 2, 30 watt tube light & target should be like 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights. 104, 20 watt tube light 105, 30 watt tube light thks reg suvarna joshi suvarnaatsuvarna@rediffmail.com

1 Answers   TCS,


Show code of a cursor for loop.

1 Answers  


How do you assign Construct the where clause without concatenating Field,value pairs?

1 Answers   Microsoft,


what is difference between decode and case function?

2 Answers  


Categories