Viewing 15 posts - 1 through 15 (of 38 total)
I did list the statements...
Below is the query to generate 3 statements:
declare @count as int = 1;
declare @strCount as char(5) = ''
declare @colname as varchar(20) = 'col'
declare...
March 8, 2022 at 6:50 am
Hi Eirikur,
Thanks for your reply, if you have a look statement 1 and 2, insert one row with 1000 columns is fine, there is still free space in the page.
my...
March 8, 2022 at 6:41 am
Thanks Steve, I did use BCP, thanks again.
September 14, 2020 at 7:32 am
Thanks Jeff, I managed to switch out the old data, and moved the data to new server.
September 14, 2020 at 7:29 am
It is Intel(R) Xeon(R) Gold 6254 CPU @ 3.10GHz.
I have not found anyone else reported the same issue I have.
September 16, 2019 at 3:27 am
we have multiple instances installed on that those servers, I can assign cpu affinity to logical cores not exists, it is working, but I just don't know how it works...
September 16, 2019 at 3:15 am
It is enabled...
C:\Windows\system32>wmic
wmic:root\cli>CPU Get NumberOfCores,NumberOfLogicalProcessors /Format:List
NumberOfCores=18
NumberOfLogicalProcessors=36
NumberOfCores=18
NumberOfLogicalProcessors=36
wmic:root\cli>
September 16, 2019 at 3:14 am
The best solution is migration, e.g. moving all databases to a SQL Server 2016 AlwaysOn ready environment, but unless you have enough budget, or in case you have new hardware...
In...
July 5, 2019 at 9:47 am
I restored it to standby mode which shrink the data file successfully.
(no operation can be performed in norecovery mode)
June 24, 2018 at 6:55 pm
sp_statement_completed is captured in this case.
Columns are:
c.value('(@name)[1]', 'nvarchar(250)') AS [XEC_EventName],
c.value('(data[@name="duration"]/value)[1]', N'bigint') AS [XEC_Duration],
c.value('(data[@name="cpu_time"]/value)[1]', N'bigint') AS [XEC_CpuTime],
c.value('(data[@name="writes"]/value)[1]', N'bigint') AS [XEC_Writes],
c.value('(data[@name="logical_reads"]/value)[1]', N'bigint') AS [XEC_LogicalReads],
c.value('(data[@name="physical_reads"]/value)[1]', N'bigint')...
January 4, 2018 at 7:02 pm
Thanks!
January 3, 2018 at 4:16 am
January 2, 2018 at 4:34 am
I checked the RetryPeriodOnFailure which shows 1 min, but according to the critical events, it tries 3 times in...
October 25, 2017 at 6:12 pm
separate physical switches, yes.
October 24, 2017 at 12:19 am
Viewing 15 posts - 1 through 15 (of 38 total)