How to retrieve data from log files in SQL SERVER ?????
Answer Posted / madan
There is no way to to read log file in mssql server.
TO read log file there are some 3rd party tools.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How can we call UDF(User Define Function) using C# code in ASP.net ?
What is a subquery in a select query statement in ms sql server?
Delete duplicate rows without using rowid.
Do you know what is difference between stored procedure and user defined function?
Define Joins?
what is the maximum size of a row? : Sql server database administration
What is a fan-out query in SQL Azure?
What is the syntax to execute the sys.dm_db_missing_index_details?
What are system databases in ms sql server?
What is proper subset of candidate key?
Can binary strings be used in arithmetical operations?
Explain different types of lock modes in sql server 2000?
Difference Between ORDER BY Clause and GROUP BY Clause in SQL?
When should you use an instead of trigger?
Explain the concept of recursive stored procedure.