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 |
What is query processing?
What are the features of Embedded SQL
How cand Optimize SQL Server Stored Procedures
1. What is CUBE Operator? 2. what are the new data types are available in sql server 2008? 3. Inisde a nested queries, how many subqueries u can have?
select name of emplyoee whose total salary is 130 from following table. id name salary 1 a 100 2 b 20 3 c 50 1 a 30 2 b 70 Post the resulantant Query?
How can you see what type of locks used?
How can we rewrite sub-queries into simple select statements or with joins?
How would we use distinct statement? What is its use?
When we are using this query to shrink the log file,what exactly it will execute internally? Do we lose any data when we run this script? which data it will truncate in the log file and where it is saved. Please let me know... USE DatabaseName GO DBCC SHRINKFILE(<TransactionLogName>, 1) BACKUP LOG <DatabaseName> WITH TRUNCATE_ONLY DBCC SHRINKFILE(<TransactionLogName>, 1) GO
What is the difference between clustered and a non-clustered index?
If any possiable to use 2 primary key in single table? How many primary key & foreign key used in each table(min & max)?
Explain about merge replications?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)