Forum Replies Created

Viewing 15 posts - 151 through 165 (of 9,244 total)

  • Reply To: Use of variable issue

    Aside what Fredrico stated, setup a credential and proxy for the agent job step exec type and run the job step under the proxy ensuring it has permissions granted where...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • Reply To: SQL Server software and windows version compatibility level

    Each product page lists the OS requirements and upgrade paths, compatibilities, etc. Example here

    https://learn.microsoft.com/en-us/sql/sql-server/install/hardware-and-software-requirements-for-installing-sql-server-2019?view=sql-server-ver16

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • Reply To: Downgrade from Enterprise to Standard (incl. SSAS, SSIS, SSRS)

    Which system databases did you copy?

    all I can do is point out that SMKs and DMKs should not be restored across instances and if done correctly there’s actually no need...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • Reply To: Use of variable issue

    Comment out the if block and try printing the contents of the $Row var see what’s inside it

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • Reply To: Restore dbs

    Johan Bijnens wrote:

    If you cannot switch the sql server service to use a domain account, you'll have to grant the file share to the computer account.

    OP confirmed that already, likely lack...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • Reply To: Principal owns a service?

    Glad you got it resolved Brandie

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • Reply To: Blocking question

    Ed B wrote:

    I believe the truncate needs to take a sch-m lock on the table, not just the partition. Even switching the partition into an empty holding table requires the same...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • Reply To: Principal owns a service?

    Brandie Tarvin wrote:

    And the user just informed me that two of the four lines I found are "old" services. Which makes me wonder if this isn't the source of her testing...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • Reply To: Blocking question

    Phil Parkin wrote:

    Run the tasks in series?

    that too, but more overhead than required considering partitions can be slid out

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • Reply To: Blocking question

    Why are you truncating partitions and loading them why not just use the partition sliding window to move partitions along and drop any you don’t need

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • Reply To: Restore dbs

    mtz676 wrote:

    sqlserver service accountΒ  is running under LocalSystem Account on the destination server

    I guessed so if agent is running under that too, so have you checked the ACLs at the...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • Reply To: can I monitor auto stats updates through extended events?

    there is an Auto_Stats ext event under the execution category, track the incremental and sample_percentage columns

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • Reply To: Use of variable issue

    if   (Test-Path -Path  "$($Row)")
    {
    Throw "File exists"
    }

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • Reply To: SSIS upgrade

    They should both support the same record set operations so change Β the connection providers and rebuild the project then test

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • Reply To: Use of variable issue

    Path is not passed is it the intention to use a local drive as it’s not specified clearly in the 2nd script.

    Bit more info on what it is you’re trying...

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

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

Viewing 15 posts - 151 through 165 (of 9,244 total)