Viewing 15 posts - 181 through 195 (of 2,694 total)
Personally I approach these type of changes by first identifying which executions take the longest, then which queries within that take the longest looking through their ACTUAL explain plan and...
August 15, 2024 at 11:02 am
with a few exceptions Production data can easily be manipulated to remove/scramble any PII or similar data at which time none of it can be used if it is leaked...
August 12, 2024 at 6:15 pm
Without a tool what are the options.
We have atleast 200+ instances and I would like a report which states whether the windows box is pingable, if the sqlinstance is...
August 10, 2024 at 3:38 pm
Thanks Jo.
I'm residential (local SAN - on premise) no cloud.
So the current recommendation is to not even do rebuilds?
do them on a per table basis if deemed needed -...
August 8, 2024 at 4:55 pm
dup post - see replies on https://www.sqlservercentral.com/forums/topic/destination-table-condition-amount-0-3
August 8, 2024 at 4:44 pm
again you keep failing to address how to ask for help here - and again you fail to understand that on this case only you can see what is wrong...
August 8, 2024 at 4:43 pm
dup post - see replies on https://www.sqlservercentral.com/forums/topic/destination-table-condition-amount-0-3
August 8, 2024 at 4:41 pm
That article is for SQL 2008. The servers are 2017 and I'm pretty sure SMO code doesn't work anymore in 2017.
EDIT: Even looking at the PowerShell options, it doesn't...
August 6, 2024 at 2:33 pm
easy with SMO
you just need to create a list of servers to extract from and do a foreach loop on that list to call the job function.
August 6, 2024 at 12:47 pm
use it all the time - and our DBA team has a central server with CMS setup so it is available to all DBA's (and some snr developers/architects) as well.
in...
August 1, 2024 at 4:49 pm
for that you will need to have a audit log table and a trigger on the table you need to monitor- no other way to do it (other then perhaps...
July 30, 2024 at 12:23 pm
have a look at this https://www.sqlservercentral.com/forums/topic/sqlagentreaderrole-can-create-its-own-jobs-what-is-ms-thinking
SQLAgentReaderRole would be the role to use to allow them to view jobs - but as this gives also permissions to CREATE jobs a few...
July 26, 2024 at 8:44 pm
not those settings (which should be changed in most occasions - just don't set it to automatic on newer version of SSIS)
July 26, 2024 at 8:38 pm
setting can be applied on the execution of the script itself - changing global policy is bad - but changing to execute a internal script with the setting on is...
July 18, 2024 at 9:28 pm
please do not create duplicate posts - you have already posted this (see https://www.sqlservercentral.com/forums/topic/updated-table-not-displaying-data) and you have gotten several replies - fact that they are not what you want (e.g....
July 16, 2024 at 12:44 pm
Viewing 15 posts - 181 through 195 (of 2,694 total)