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]
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]