What is the difference between Drop and Truncate
Answer Posted / koti-khammam
TRUNCATE: Only data is deleted structure of the table
exists.
DROP: Both data and structure of the table gets removed.
| Is This Answer Correct ? | 57 Yes | 1 No |
Post New Answer View All Answers
We are updating a field in sql and alter the row also.after giving the commit command the system is crashed.what will happen to the commands given,whether it will update and alter the table or not?
What is a mixed extent?
Name three of the features managed by the surface area configuration tool? : sql server security
What do you understand by SQL*Net?
We need to perform what steps in the following order to work with a cursor?
How to delete duplicate rows from table except one?
you accidentally delete the msdb database what effect does this have on your existing sql databases, and how do you recover? : Sql server administration
In my application I have a process which picks the scanned files (tif format) from a shared location and it links to application and shown on it.The actuall issue is that my process picks the file before it is completly written or scanned which results in displaying few parts of the image or incomplete image.I need to check if the file is not completly scanned or written then do not link it to application.Please help if any body tell me that how can i check that file is in written phase or locked through DTS.thanking you in advance
Explain the etl (extraction, transformation, and loading)?
How to divide query output into multiple groups with the group by clause in ms sql server?
what is database replication? : Sql server database administration
In how many ways you can invoke ssrs reports?
Do you know the isolation level that sql server support?
How can I track the changes or identify the latest insert-update-delete from a table?
How to get a list of columns in a view using the "sp_help" stored procedure?