Viewing 15 posts - 106 through 120 (of 6,354 total)
I wanna say its a bit like SSIS packages, drag and drop the things you need into the designer pane set the connection to the correct agent, give it the...
February 9, 2024 at 2:12 pm
Might be a bit to powerful for what you need but check out dSeries workload automation from Broadcom, used that in the past for this type of centralised job management/scheduling.
February 9, 2024 at 12:40 pm
Yeah what Jeffrey said.
Audit you need to be very explicit each new clause must be its own individual filter.
(
[server_principal_name] <> 'MyDomain\User1'
...
February 8, 2024 at 8:31 am
If you want to exclude them, then you need a NOT operator instead of an EQUALS operator.
WHERE server_principal_name <> 'MyDomain\MyUser'
February 7, 2024 at 5:17 pm
Does db_ssisoperator not give the right access for that?
February 7, 2024 at 4:26 pm
S/I/U/D options are only available at the Database Audit Specification level, they are not at the Server Audit Specification level
Want to track logins at the instance level use Successful Login...
February 6, 2024 at 6:07 pm
It depends what setting you have for RegisterAllProvidersIP
If setting is True then you should have all the IPs the listener can use
If setting is False then you should only have...
February 6, 2024 at 3:40 pm
Use group policy to set it, best it is done in AD then you have a global source to filter it down to where you need it via OUs.
But look...
February 6, 2024 at 7:33 am
Probably not using the default fallback cert.
But still you should be upgrading. 2016 is a dead product now in terms of MSFT.
February 5, 2024 at 7:53 pm
SSMS - Right click db - tasks - generate scripts.
Follow the wizard, ensure you set the right scripting options you need etc.
But yeah if in devops, should be a DB...
February 5, 2024 at 4:36 pm
Get rid of all the replace stuff, you're non-sargable it has to scan the entire table to make that work, bigger the table longer it will take to complete
February 5, 2024 at 4:32 pm
Hi sir, the problem is that as a practice we have be never used SSL certificate trusted by a CA in our SQL instances, what should we do in...
February 5, 2024 at 4:10 pm
What edition of SSRS do you have installed, and what permissions to the SSRS site and folder do you have?
Standard/Enterprise/Developer?
Do you have Content Manager / My Reports / Publisher access...
February 2, 2024 at 9:04 am
Then yeah your setup is right. Usually see /24s not /26s so my bad there.
So yeah use a driver which supports MultiSubnetFailover connection string attribute and add that to the...
February 1, 2024 at 10:15 pm
Viewing 15 posts - 106 through 120 (of 6,354 total)