• Bhuvnesh (12/25/2012)


    Eric M Russell (12/25/2012)


    The reason why SELECT INTO <new table> is faster than INSERT INTO <existing table> is because SELECT INTO doesn't transaction log the data pages being inserted. In the event of rollback, SQL Server simply has to discard the table.

    any article/reference for this ??

    Here is the link Bhuvnesh:

    http://msdn.microsoft.com/en-us/library/ms191244(v=sql.105).aspx

    ~ Lokesh Vij


    Guidelines for quicker answers on T-SQL question[/url]
    Guidelines for answers on Performance questions

    Link to my Blog Post --> www.SQLPathy.com[/url]

    Follow me @Twitter