![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi All I have a table (e.g employee) containing millions of records. If I do the following select * into new_table_name /* this can be a physical table or a temp table */ from employee No where clause, I want to insert all the data from employee table to the new table. Will sybase treat the above statement as a single transaction and won't commit unless it is completed? |
|
And is there any risk of transaction log becoming full. |
#3
| |||
| |||
|
|
Hi All I have a table (e.g employee) containing millions of records. If I do the following select * into new_table_name /* this can be a physical table or a temp table */ from employee No where clause, I want to insert all the data from employee table to the new table. Will sybase treat the above statement as a single transaction and won't commit unless it is completed? And is there any risk of transaction log becoming full. Thanks and Best Regards -Abhi |
#4
| |||
| |||
|
|
On Wed, 15 Sep 2004 13:39:22 -0700, Abhi wrote: Hi All I have a table (e.g employee) containing millions of records. If I do the following select * into new_table_name /* this can be a physical table or a temp table */ from employee |
#5
| |||
| |||
|
|
Hi All I have a table (e.g employee) containing millions of records. If I do the following select * into new_table_name /* this can be a physical table or a temp table */ from employee No where clause, I want to insert all the data from employee table to the new table. Will sybase treat the above statement as a single transaction and won't commit unless it is completed? And is there any risk of transaction log becoming full. Thanks and Best Regards -Abhi |
![]() |
| Thread Tools | |
| Display Modes | |
| |