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

What is sql server replication? : sql server replication

0 Answers  


What is a trigger? Why we need it?

0 Answers   Accenture,


1.how to find the dead lock in sql server? 2.How to fine the memory leaks in sql server? 3.suppose transaction log file increasing what action will take ?

0 Answers  


The Difference between 'Count' and 'Count(*)'

13 Answers  


Do you have any idea about the tcl commands?

0 Answers  






Can I run multiple instances of sql server 2000 at the same time on one computer?

0 Answers  


What are locks in sql?

0 Answers  


Where is localdb stored?

0 Answers  


Explain the use of containers in ssis and also their types?

0 Answers  


What is a Join in SQL Server?

3 Answers  


1)what is the difference between Reinitializing a Subscription and synchronization the subscription? 2)when to use reinitializing ? 3)when to use synchronization? 4)when adding table or deleting a table what to do?(reinz.. or syn) 5)when adding a column what to do?

0 Answers  


Define left outer join in sql server joins?

0 Answers  


Categories