Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Insert Faster way

$
0
0
Guys,
I need to improve this Insert in a faster way

Query :
set identity_insert [Test].dbo.JOB ON
INSERT INTO [Test].[dbo].JOB (
   [JOB_ID]
  ,[JOB_DEFINITION_ID]
  ,[PROCESS_ID]
 

Viewing all articles
Browse latest Browse all 3145

Trending Articles