How do I clean up sql server transaction log?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL Server Interview Questions

Is it possible to create a stored procedure that runs a query and outputs the results to a text file and allows me to add extra delimeters and static field info. If so How?

1 Answers  


How to copy data from one table to another table?

0 Answers  


What is triggers in ms sql server?

0 Answers  


How to rename databases in ms sql server?

0 Answers  


how to find nth highest salary

103 Answers   Cognizant, IBM, NexGen, Oracle,






1. SELECT SUM(sal) as “Gross Salary” from EMPLOYEES; 2. SELECT MAX(sal) as “Highest Salary” from EMPLOYEES; ouput should be in table format

2 Answers  


What is difference between view and materialized view?

0 Answers  


What is the difference between delete and truncate statements?

0 Answers  


Explain an incremental backup?

0 Answers  


How to transfer data from a cursor to variables with a "fetch" statement?

0 Answers  


What is sql sandbox in sql server?

0 Answers  


Explain why variables called the most powerful component of ssis?

0 Answers  


Categories