Forum Replies Created

Viewing 15 posts - 196 through 210 (of 9,244 total)

  • Reply To: SQL 2017 throwing BugCheck on differential database restore

    arran.franklin wrote:

    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...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • Reply To: Create Copy of DB in same server.

    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

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • Reply To: Backup of encrypted databases failing

    The databases are using TDE or column level encryption?

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • Reply To: SSIS Execution Error

    also run the following and supply the query results

    select name, is_master_key_encrypted_by_server
    from sys.databases
    where name='ssisdb'

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • Reply To: Row-level security in SQL server

    have you created a security policy, cant see code example below, might be worth reading this before you go any further

    https://learn.microsoft.com/en-us/sql/relational-databases/security/row-level-security?view=sql-server-ver16

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • Reply To: SQL 2017 throwing BugCheck on differential database restore

    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

    824 err

    825 err

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • Reply To: SQL Backups Continuing After Migrating SQL Server Off Azure

    Ross Tyler wrote:

    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...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • Reply To: SSIS Execution Error

    Recommend you try again and go through in detail following the relevant sections

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • Reply To: SQL Backups Continuing After Migrating SQL Server Off Azure

    Ross Tyler wrote:

    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...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • Reply To: SSIS Execution Error

    Which guide you use

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • Reply To: SSIS Execution Error

    Seems to be steps missing there.

    have you confirmed you can open the master key on the source and the destination

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • Reply To: CDC Custom Alert

    The only custom CDC alerting I have done for sql agent jobs is around AG failover what parameters are you currently targeting

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • Reply To: SSIS Execution Error

    Wecks wrote:

    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...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • Reply To: SSIS Execution Error

    Wecks wrote:

    So we have no issue logging into the the instance at all, the setup is pretty much as it was before i migrated.  The issue only arises when I...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • Reply To: Reporting Services Configuration Problems

    the kerberos SPN tool is very useful here, heres the link for future reference

     

    https://learn.microsoft.com/en-us/troubleshoot/sql/database-engine/connect/using-kerberosmngr-sqlserver

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

Viewing 15 posts - 196 through 210 (of 9,244 total)