How do I find sql profiler?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

When a dml statement is executed, in which cursor attributes, the outcome of the statement is saved?

0 Answers  


Where the Pre_defined_exceptions are stored ?

2 Answers  


What is difference between procedure and trigger?

0 Answers  


what are the differences between char and nchar? : Sql dba

0 Answers  


How can I create a table from another table without copying any values from the old table?

8 Answers  


What does select * from mean in sql?

0 Answers  


what are the advantages a stored procedure? : Sql dba

0 Answers  


How can we overcome recursive triggers in SQL?

1 Answers   iFlex,


What is the difference between UNIQUE KEY and UNIQUE INDEX?

3 Answers   TCS,


ename empno deptno amar 1 10 akbar 2 20 anthonny 3 30 jonathan 4 40 write a procedure to dispaly the column values ina row separated by a deleimiter eg - input - select ename from emp '|' output - amar|akbar|anthony|jonathan input - select empno from emp '@' o/p - 1@2@3@4 input - select deptno from emp '/' o/p - 10/20/30/40 Pls answer this questn.

2 Answers  


How to add Foreign key in a table after the creation of the table?

5 Answers   Satyam,


what is a foreign key ? : Sql dba

0 Answers  


Categories