How to truncate a table first before running a package?



How to truncate a table first before running a package?..

Answer / ram

truncate table table_name;

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More SQL Server Interview Questions

Explain database normalization?

0 Answers  


Equi join and non equi join is possible with sql server?

0 Answers  


Do you know what is similarity and difference between truncate and delete in sql?

0 Answers  


How to use union to merge outputs from two queries together in ms sql server?

0 Answers  


Can you tell me about the concept of ER diagrams?

0 Answers  






How to find the source of a table in sql server?

0 Answers  


What is deadlock and how to avoid the deadlocks.

3 Answers   TCS, Wipro,


Explain transaction server isolation?

0 Answers  


How to loop through result set objects using odbc_fetch_row()?

0 Answers  


What are the differences between triggers and stored procedures?

0 Answers  


What is a system database and what is a user database?

0 Answers  


How do you trace the traffic hitting a sql server?

0 Answers  


Categories