How to retrieve data from log files in SQL SERVER ?????
Answer / 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 |
Do you know what is raid and what are different types of raid configurations? : SQL Server Architecture
How secure is sql server database?
About types of indexes in SQL server ?
What is single-user mode?
What is temporal data type?
Why would you call update statistics?
What is change data capture (cdc) feature?
In clustered and non clustered indexes which one is faster while executing a query ?
What is xdr?
Explain index in sql server?
What is the difference between a local and a global temporary table?
how would you write a sql query to compute a frequency table of a certain attribute involving two joins? What changes would you need to make if you want to order by or group by some attribute? What would you do to account for nulls?