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 fill factor and pad index?
What does Master database contains?
How to get a list of columns in a view using "sys.columns" in ms sql server?
What stored by the tempdb ? : sql server database administration
Any one plz send me SQL Server Developer/DBA resume for 4 years experience
Does hive support indexing?
I have all the primary data files, secondary data files as well as logs. Now, tell me can I still restore the database without having a full backup? : sql server database administration
What are the properties of sub-query?
What is query cost in sql server?
Explain unique key in sql server?
What is the difference function and stored procedure?
Does sql server use t sql?
What is ddl command?
Can you give me some DBCC command options?(Database consistency check) - DBCC CHECKDB - Ensures that tables in the db and the indexes are correctly linked.and DBCC CHECKALLOC - To check that all pages in a db are correctly allocated. DBCC SQLPERF - It gives report on current usage of transaction log in percentage. DBCC CHECKFILEGROUP - Checks all tables file group for any damage.
What is a synonym for manipulation?