Viewing 15 posts - 1 through 15 (of 54 total)
ok i found a possible solution (also selfnote to mysefl in the future :):
I guess you have to create a cluster and then Disable AlwaysOn feature in SQLServer Configuration Manager...
May 26, 2020 at 10:06 am
Just to inform you, I have found a probable cause and resolved the issue.
I think it had to do withe the connection from SqlServer to the failover cluster. When I...
October 9, 2019 at 3:02 pm
Thanks for your suggestion.
I'll try to use filter and test performance.
October 2, 2019 at 3:06 pm
Do you know how much impact on performance this has on the server to audit on public and then filter the result in the server audit ?
October 2, 2019 at 2:10 pm
N.B. The group that has sysadmin rights is not present in the database.
October 2, 2019 at 10:53 am
At the moment I only remove oldest partition manually, so I know which partition to delete. As test case I want to have scripts ready if there comes a problem...
July 12, 2019 at 11:21 am
Ah I am realising now that sqlspackage creates all files according to Database default locations settings in the instance properties.
I think that is sufficient. I read somewhere that sqlpackage...
February 7, 2019 at 2:27 am
I wonder if it is because I issue a select in the procedure against the view that uses the fn_get_audit_file. I tried it again, and I always get the permission...
March 14, 2018 at 3:55 am
Hi, thanks for your reply.
I tried this walkthrough but I still get:
Msg 297, Level 16, State 1, Procedure TestSP, Line 13
The user does not have...
March 12, 2018 at 5:00 am
Hi,
Is there any solution to this?
I want to push audit data into a third-party application that handles audit logs.
I create a sqlServer login and a view...
March 8, 2018 at 8:48 am
I do read msdb for the agent jobs, I keep a copy of jobs, to send alerts to nagios. The reason of keeping a copy of the jobs is the...
January 17, 2018 at 8:15 am
The primary site is running on Windows 2008 and the Mirror site is running on Windows 2012.
Could it be that that is an issue ?
September 26, 2014 at 4:01 am
This command: GRANT CONNECT ON ENDPOINT....
results in the following error: Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself.
Should I use a domain...
September 26, 2014 at 3:33 am
There should be an endpoint installed.
SELECT * FROM sys.tcp_endpoints where type_desc = 'DATABASE_MIRRORING'
This query returns this set:
nameendpoint_idprincipal_idprotocolprotocol_desctypetype_descstatestate_descis_admin_endpointportis_dynamic_portip_address
Mirroring655412622TCP4DATABASE_MIRRORING0STARTED050230NULL
September 25, 2014 at 9:05 am
SQLisAwE5OmE: Yes I began using only ip address and port number. Then I tried the FQDN to see if that was the problem.
September 25, 2014 at 8:57 am
Viewing 15 posts - 1 through 15 (of 54 total)