|
|
|
SSChampion
        
Group: General Forum Members
Last Login: Friday, May 18, 2007 3:36 PM
Points: 10,040,
Visits: 1
|
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Monday, November 17, 2008 9:27 PM
Points: 81,
Visits: 128
|
|
For more info regarding Truncate and Delete read the following article. http://www.sqlservercentral.com/articles/delete/61387/
Thanks, Prashant
|
|
|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Friday, July 30, 2010 5:17 PM
Points: 69,
Visits: 130
|
|
| As TRUNCATE TABLE removes the data by deallocating the data pages used to store the table's data, it is practically impossible (at least until now) to segment this command, given the fact that a page can be share by several rows, or a row could be distributed among several pages. So the TRUNCATE TABLE command can't be deterministic, so speak.
|
|
|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: Today @ 7:11 AM
Points: 1,130,
Visits: 1,278
|
|
EASY ONE..... GOOD STA RT OF THE DAY
|
|
|
|