Viewing 15 posts - 286 through 300 (of 2,044 total)
As far as I know the certificates are required if you want to encrypt the client-server communication so that passwords and data aren't sent in plaintext across the wire
April 15, 2022 at 8:20 am
With VS 2019 you can target SSIS to 2012,2014,2016,2017,2019.
Can't tell you about SSRS as we use reportbuilder instead of VS
March 29, 2022 at 9:44 am
Also not sure how SSRS passes the parameters as you have a custom datatype dbo.bData
Does it pass the parameters as text or date ?
March 25, 2022 at 3:51 pm
Congratulations Jeff with the 1 million points
March 17, 2022 at 9:03 am
Depends on the configuration of the app.
In ssms you have options to not to encrypt or to trust the servers certificate (even if it is invalid)
March 8, 2022 at 9:37 am
Different connection settings? (ansi nulls, ...)
March 3, 2022 at 10:01 am
Have a look how's it done in dbatools https://dbatools.io/xevents/
March 1, 2022 at 2:24 pm
Even if it is a dedicated SQL box, I would configure sql server max memory to ensure there is some ram left for OS , Antivirus, ...
February 18, 2022 at 9:46 am
I don't see an issue in using randomly generated PK names for temp tables
February 1, 2022 at 9:53 am
I'm also using SCOM 2019 and run into discovery problems. Usually when the DB is disabled.
Haven't the time for a full discussion but this may be a start.
https://docs.microsoft.com/en-us/troubleshoot/system-center/scom/troubleshoot-sql-database-discovery
The required...
February 1, 2022 at 9:48 am
Could be. Didn't got notified of your reply "are-the-posted-questions-getting-worse"
January 21, 2022 at 3:31 pm
The second will be better by skipping unneccessary data modifications / triggers. No point in updating billions of 999 rows to 999 rows where there are only 3 <> 999...
January 21, 2022 at 3:28 pm
Answers without samples
#1: joinorder doesn't matter. SQL Optimizer permutates join order in order to get the lowest cost plan. You can switch the join order in your statement. Beware Left...
January 21, 2022 at 3:17 pm
I haven't experienced major delays with Microsoft Authenticator sofar
January 20, 2022 at 12:51 pm
Viewing 15 posts - 286 through 300 (of 2,044 total)