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
do views contain data ?
Can you move the resources after pausing the node? : sql server database administration
What are binary string data types in ms sql server?
What are diverse clauses that form a part of sql?
what are acid properties? : Sql server database administration
Is sql server 2016 free?
What is the maximum size of a dimension? : sql server analysis services, ssas
What is oltp (online transaction processing)?
Can you get second highest salary from the table?
Write query to return all rows sql?
What is an index. What are the types?
What are filegroups in sql server?
Can we add an identity column to decimal datatype?
what is difference between NULL and ISNULL in SQL Server 2008?
Stored Procedure returns data from multiple tables. How to access it in your ASP.Net code?