Viewing 15 posts - 526 through 540 (of 2,044 total)
Does is run in a virtualized environment? I had strange cases of VM ballooning denying memory for sql server
October 29, 2018 at 7:06 am
Can't find an option. Workaround: setup a job to (re)move old audit files?
C2 to be replaced with Common Criteria Compliance Enabled Server Configuration
October 24, 2018 at 7:21 am
October 4, 2018 at 5:17 am
Read the link you've included about network io in your post.
Solutions: revamp the application (select data, improve data handling)
It usually means that sql server is streaming data to...
September 19, 2018 at 3:57 am
added * for testing. Len +2 because len trims the rightmost whitespace.
declare @totrim varchar(50)='Reference Number: 878655555 detail, detail, lots of text etc'
declare @toskip varchar(50)='Reference Number:...
September 17, 2018 at 4:40 am
Regional settings of the reporting server?
You can alter the default language of a login with ALTER LOGIN
September 14, 2018 at 6:18 am
Regarding oracle tuning I refer to orafaq How to tune SQL or Identify Performance Problem and Bottleneck
September 10, 2018 at 9:05 am
Is it possible to tune the data driven query for your subscriptions, so it only returns persons who weren't in the previous dataset?
August 17, 2018 at 8:32 am
Trying to restore data for comparison (before & after) and find out the backupprocess missed the necessary archivelogs for a restore to time.
Luckily it could be reconstructed from other...
August 10, 2018 at 8:40 am
August 10, 2018 at 8:32 am
Some recent blogs about parametersniffing
Parametersniffing 1
Parametersniffing 2
Parametersniffing 3
August 10, 2018 at 2:06 am
"obviously replacing the params with the actual values"
do you mean
SELECT *
FROM A
where col1=@param1
with
SELECT *
FROM A
where col1=1
August 9, 2018 at 8:16 am
or you could use the oracle to_date function
AND SLD.docenimerosisdate >='02/02/2018'
AND SLD.docenimerosisdate >=TO_DATE('02/02/2018','DD/MM/YYYY')
July 27, 2018 at 3:45 am
I've only used PDF for exact layouts. Does it "print" correctly there?
Have you played around with HTML device settings html-device-information-settings
July 10, 2018 at 4:33 am
Viewing 15 posts - 526 through 540 (of 2,044 total)