Which one is faster delete/truncate? Why?
Answer / pankaj dhatrak
Truncate is more faster
reason truncate direct drop the data page and not save the transactions.
Is This Answer Correct ? | 0 Yes | 0 No |
If you are working on a SQL database and if suddenly a developer changes the code and your queries results start giving errors,how will you check using a T-SQL query (on system tables) that what has changed in the database.
Can XML be used to access data?
Differentiate between a local and a global temporary table?
Can we return Data from 4(more than 1) tables in stored procedure?
What is truncate table?
Can primary key be a foreign key?
How to use go command in "sqlcmd"?
What is a file group?
How to find the date and time of last updated table?
Hi Friends, I have a table in which there are thousands of records and in city field there is NULL value for all records now i want to change that null value with distinct values in each record say delhi, bihar, agra, jaipur etc, what will be the query for that????? its not possible to update thousands of records one by one. is there any alternative ...? Plz help ... its urgent Thanx in advance
What according to you is the difference between mysql and sql server performance?
Explain a join?