How to truncate a table first before running a package?
Answer Posted / ram
truncate table table_name;
Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Determine when to use stored procedure to complete sql server tasks?
Can we install sql server 2016 on windows 7?
How to name query output columns in ms sql server?
what are different types of backups available in sql server? : Sql server database administration
What are the elements of dbms?
How do you implement session management in SQL Server mode?
What are the requirements for sql server 2016?
What is query cost in sql server?
Suppose we have a table "MyTable" containing 10 rows, what query should be executed to update the odd rows "Salary" as 9000?
How to Check if table exists in sql server?
What is the architecture of ms sql reporting service?
What are some examples of schemas?
How many types of subqueries are there in sql server?
What is difference between commit and rollback when used in transactions?
What are a scheduled jobs or what is a scheduled tasks?