Viewing 15 posts - 16 through 30 (of 43 total)
No, I presume when I move a package from one server to another it should work when the SQL version isn't changing
January 18, 2023 at 11:57 am
I thought once the account is in the local admins group for the server it should have all the required access to SQL directories iswell
January 18, 2023 at 11:57 am
I provided the account with explicit permission but still the same errors
January 17, 2023 at 3:02 pm
User is part of the local admin group of the server so should have all the access
January 17, 2023 at 12:36 pm
Yes it works when you script it
January 22, 2020 at 3:10 pm
I was running it on the primary replica.
Seems like a bug as it works using the GUI
January 16, 2020 at 3:30 pm
That doesn't work.
When I try adding the database back I get the following message
Database 'TEST' cannot be joined to or unjoined from availability group 'TEST-AG'. This operation is not supported...
January 16, 2020 at 10:06 am
OK thanks for your comments.
So I need to review the queries using the indexes, would this mean that the index are being used or not efficiently ?
August 26, 2019 at 9:21 am
Where is it configured at the instance level?
Can it be seen enabled using the GUI
November 7, 2018 at 4:56 am
select name, is_rpc_out_enabled
from sys.servers
November 7, 2018 at 4:39 am
Because sys.dm_cdc_errors gives me the same information
Log Scan process failed in processing log records. Refer to previous errors in the current session to identify the cause and correct...
May 1, 2018 at 8:24 am
I understand all of this.
My questions was how to identify if you are currently vulnerable to attacks and how to find the queries, stored procedures etc that might...
January 3, 2018 at 7:05 am
Yes but we support a number of databases and dont have time to check every query so would like someone way to check the databases for vulnerabilities
January 3, 2018 at 6:04 am
That is what i have been trying to run but its failing.
exec [ServerB].[master].dbo.[Test]
Could not find stored procedure 'master.dbo.Test'.
The stored procedure is located on Server A...
November 30, 2017 at 2:27 am
What is the command to do it?
I have tested some commands and its not working so I thought it wasn't possible
November 29, 2017 at 6:01 am
Viewing 15 posts - 16 through 30 (of 43 total)