G
Size: a a a
G
ДС
ДС
MC
REC COUNT 907016
MSG: ALL DONE. Time: 481843 ms. Record per sec: 1882,39. Total DB: 0,13 hour. Pool (10 threads): 0 executing / 0 queued
select * from [imp].[dbo].temp_fails
gotcha
------
(0 rows affected)
ДС
MC
REC COUNT 907016
MSG: ALL DONE. Time: 481843 ms. Record per sec: 1882,39. Total DB: 0,13 hour. Pool (10 threads): 0 executing / 0 queued
select * from [imp].[dbo].temp_fails
gotcha
------
(0 rows affected)
MC
ДС
ДС
create procedure t1?
as
begin
create table #tab (i int PRIMARY KEY)
insert into #tab values (1)
declare @i int = 0
while @i < 100000
begin
if ((select try_cast(i as int) from #tab) <> 1)
return 1
set @i += 1
end
return 0
end
go
ДС
ДС
ДС
К