Viewing 7 posts - 1 through 7 (of 7 total)
Dear All Thank you for your inputs. Its really helpful to me.
I have set 8 CPU and 32 GB RAM to my machine. I have done transaction insert and...
August 22, 2018 at 4:48 am
September 26, 2017 at 6:45 am
September 26, 2017 at 6:26 am
Below code is working fine now. Thanks to all for suggest solutions.
DECLARE @count1 NVARCHAR(20)
DECLARE @qry4 NVARCHAR(1000)
DECLARE @qry5 NVARCHAR(1000)
DECLARE @ParmDefinition NVARCHAR(500)
SET @qry4 = 'SELECT @countOUT = COUNT(*) FROM '+@file_name1+'..WebProxyLog'
SET @ParmDefinition =...
June 1, 2016 at 11:14 pm
Thank you. The problem has been resolve.
This is helpful link.
June 1, 2016 at 2:56 am
Viewing 7 posts - 1 through 7 (of 7 total)