Viewing 15 posts - 151 through 165 (of 9,208 total)
Start by referencing this KB article, also use DMA to highlight issues when moving from one sql platform\version to another
April 25, 2024 at 1:24 pm
The below code works for backup files only from local drives.
When replaced with a network path the code just runs through but does not restore any dbs.
SET @backup_path='\\ABCD\E$\BackupsTest\' ;...
April 25, 2024 at 12:44 pm
I also spotted that the managed service offsite backup vendor that is in use had changed their scheduling slightly in the last week, and that their backup schedule was...
April 25, 2024 at 10:43 am
Bear in mind that the user who owns the database maps in via the dbo database user and can do all that members of db_owner role can do
April 24, 2024 at 9:36 pm
The databases are using TDE or column level encryption?
April 24, 2024 at 9:28 pm
also run the following and supply the query results
select name, is_master_key_encrypted_by_server
from sys.databases
where name='ssisdb'
April 24, 2024 at 6:54 pm
have you created a security policy, cant see code example below, might be worth reading this before you go any further
April 24, 2024 at 6:09 pm
need more info on the source A database, anything obvious in the logs?
Here are some articles on 824 and 825 error that may help
April 24, 2024 at 6:04 pm
We're a hosting company but the end-user/customer has a DBA who manages these servers so I'll get him to query the sys.credentials catalog for any backup to URL related...
April 24, 2024 at 12:26 pm
Recommend you try again and go through in detail following the relevant sections
April 24, 2024 at 11:59 am
Hi Perry,
Thanks for the reply. I'm not much of a SQL guy so I'm not sure how to go about "query the sys.credentials catalog for any backup to URL...
April 24, 2024 at 11:48 am
Seems to be steps missing there.
have you confirmed you can open the master key on the source and the destination
April 24, 2024 at 10:04 am
The only custom CDC alerting I have done for sql agent jobs is around AG failover what parameters are you currently targeting
April 24, 2024 at 4:41 am
I will see where i get on and feedback to let you know how i got on.
important to understand the encryption hierarchy, each time a project\package is created and...
April 23, 2024 at 8:03 pm
Viewing 15 posts - 151 through 165 (of 9,208 total)