can any one post me,
how to remove rows in the below table
ENO ENAME EDEPT ELOC
3368 BPS BI Adayar
3371 RAN BI valachari
3369 SRI BI valachari
3372 jay BI Chn
- - - -
- - - -
Answer Posted / praveen ch
You want remove the records from table, just execute this query
truncate table [TableName]
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain what is the use of custom fields in report?
What is scd (slowly changing dimension)? : sql server analysis services, ssas
How does using a separate hard drive for several database objects improves performance right away?
What gets stored inside msdb database?
Different types of keys in SQL?
What is an indexing technique?
What is CTE in SQL
How to connect Azure federated root database and apply federation in entity framework?
How does SSIS(Sql Server Integration Services) deffer from DTS(Data Transformation Services)?
What is normalization process?
What are the types of subquery?
Why we need sql server?
What is the current limitation of the size of SQL Azure DB?
Difference between uniqe index and uniqe constraint?
What is the fastest way to permanently delete a 1 million row table named customers?