SQL Server, , . , , .
, Oracle, - , , (, ).
, . , , . ,
UPDATE [dbo].[stage_table]
SET [column2] = SUBSTRING([column1], 1, CHARINDEX('.', [column1])-1);
:
create table stage_table2 as
select column1
,substring(column1, 1, charindex('.', column1)-1) as column2
,column3
,column4
from stage_table;
drop table stage_table;
alter table stage_table2 rename to stage_table;
nologging, , , :) , - Oracle, , SQL Server.
-, . , "" CTAS.
, , , . - , :
, 5 / 10 / .mdf.
2- . 5 / 150 , 8,5 . , 0% , .