Answer Posted / saradhi
Sql Server Profiler lets you record events as they occurin
an instance of MsDatabaseEngine. Event classes and their
event categories are available in the Event Selection Tab
of trace file properties
The Event Categories are
1.Broker Event
2.Cursors Event
3.CLR Event Category
4.Database Event Category
5.Deprecation Event Category
6.Errors and Warnings Event Category.
7.FullText Event Category
....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to stop log file growing too big?
Write a Select Query to display title for each group of records, which are collected with Compute Clause? Like titlefield column-A column-B ..... ..... ..... Sum ... titlefield column-A column-B ..... ..... ..... Sum ...
Which data type columns are the best candidates for full-text indexing?
What are logical database components? : SQL Server Architecture
What is a cube? : sql server analysis services, ssas
What do I need to start working with sql studio? : sql server management studio
Explain transaction server distributed transaction?
How to loop through the result set with @@fetch_status?
Can you always create a cache of a report?
How to connect to SQL Azure Database by using sqlcmd?
what are user defined datatypes and when you should go for them? : Sql server database administration
What is the difference between char, varchar and nvarchar?
How to list all login names on the ms sql server?
How to use subqueries with the in operators in ms sql server?
Explain foreign key in sql server?