Viewing 15 posts - 511 through 525 (of 2,044 total)
Pro's of seperating ssrs from database server:
More resources available for the database
More control of resources used. Resource management in SSRS is limited
Possible to reboot SSRS without impacting...
March 7, 2019 at 4:14 am
You can explore powershell for managing security etc
https://www.sqlshack.com/managing-ssrs-security-using-powershell-automation-scripts/
March 6, 2019 at 2:47 am
Maybe it is not your database but your web/app frontend that got hacked?
Your website might execute an addional javascript to provide the tampered content or reroute requests?
February 23, 2019 at 9:44 am
cost of threshold is 5 -> any reason for this low number?
February 5, 2019 at 3:35 am
A picture would be handy.
Are the constraint lines full lines (all success) or dotted (any success)?
February 1, 2019 at 5:46 am
Thanks for mentioning Microsoft's SQL Server Database Experimentation Assistant. Didn't know the tool existed
January 18, 2019 at 6:59 am
1.Is it possible to have another server next to the domain controller? Many products refuse to install on a domain controller.
2. Licensing: SQL Server 2017 licensing guide....
January 3, 2019 at 8:16 am
When using the oracle oledb driver, make sure to try some batch/buffer memory sizes. Currently working with batchsize 5000 instead of the default.
December 21, 2018 at 10:45 am
Try starting it from the program files directory instead of program files (x86)
ssis memory errors
December 21, 2018 at 7:41 am
^^ :blink: Thanks for mentioning it. The second bummer is SSDT for Visual Studio 2017 (15.8.1) doesn't support designing packages that contain Oracle/Teradata source/destination. Use SSDT for Visual Studio...
November 8, 2018 at 9:27 am
Quite dangerous without a test environment.
1. Can I patch from sp1 to sp3 or it has to be in order? -> usually you can patch straight to sp3 as the...
November 8, 2018 at 9:18 am
Thats quite a complex nested view to diagnose.
Maybe it is possible to rewrite currentstatus because you have a group by there.for R_FormNumber, with probably causes the hash match. Good...
November 2, 2018 at 4:51 pm
November 2, 2018 at 10:29 am
Regarding "I am ignoring all errors during this process"
May an error cropped up and a full batchsize was not imported? (bulk vs individual loads)
November 2, 2018 at 10:14 am
Do you have the create table and create index scripts?
Which indexes and in what fieldorder are those on [dbo].[IncidentFormSearchModel] ?
Does your used index include IncidentStatus?
What version of...
November 2, 2018 at 10:09 am
Viewing 15 posts - 511 through 525 (of 2,044 total)