Forum Replies Created

Viewing 15 posts - 181 through 195 (of 9,244 total)

  • Reply To: Failover Clustered Instance (FCI) how to unconfigure from cluster to standalone

    .

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

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

  • Reply To: Failover Clustered Instance (FCI) how to unconfigure from cluster to standalone

    MMSQL99 wrote:

    Hi All,

    We have 2 x physical servers with windows server installed connected to a SAN via iSCSI.

    We then have Failover Clustered Instance (FCI) setup across the 2 physical servers...

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

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

  • Reply To: Principal owns a service?

    Likely referring to a MSMQ service in the database, query the catalogs to find out which, the following should help

    https://learn.microsoft.com/en-us/sql/relational-databases/system-catalog-views/sys-services-transact-sql?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)

    Definitely donโ€™t restore SMKs across instances, theyโ€™re designed to be unique amongst instances and if you have existing objects protected by the original SMK then you lose those.

    To downgrade the...

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

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

  • Reply To: Good Luck is Needed with Old Versions

    I think weโ€™ve all been there at some point in the past.

    As stated you have the risk of security issues arising, undiscovered software issues, aging hardware and OS, etc.

    Remaining within...

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

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

  • Reply To: SQL server native CDC

    Iโ€™ve used it in the past and it works but there are better dedicated products available but cost is the issue generally

    CDC doesnโ€™t play nicely with certain features such as...

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

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

  • Reply To: Aligning Compatibility Version Strategy

    If youโ€™ve referenced DMA report and successfully changed and tested in dev and test then you have good level of assurance for prod change. You can always set it back...

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

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

  • Reply To: Aligning Compatibility Version Strategy

    Not relative to the amount of data, features support is primarily your concern

    if youโ€™ve successfully tested in dev and test then apply to prod

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

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

  • Reply To: Import and Export wizard stuck on Guest user

    Would strongly advise not to enable that account

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

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

  • Reply To: Import and Export wizard stuck on Guest user

    Whatโ€™s the full error for the login failure, err number, severity and state

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

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

  • Reply To: Import and Export wizard stuck on Guest user

    Sam-263310 wrote:

    I created sysadmin user xxx . Now the wizard gives me this error:

    Login failed for user 'xxx'

    Which is funny because I am logged in as that...

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

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

  • Reply To: Import and Export wizard stuck on Guest user

    As a test, try a sql account on the server where youโ€™re attempting windows auth

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

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

  • Reply To: Aligning Compatibility Version Strategy

    Case by case scenario, running DMA pre migration ย will pinpoint issues

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

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

  • Reply To: Aligning Compatibility Version Strategy

    Start by referencing this KB article, also use DMA to highlight issues when moving from one sql platform\version to another

    https://learn.microsoft.com/en-us/sql/t-sql/statements/alter-database-transact-sql-compatibility-level?view=sql-server-ver16#differences-between-compatibility-levels

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

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

  • Reply To: Restore dbs

    mtz676 wrote:

    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\' ;...

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

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

Viewing 15 posts - 181 through 195 (of 9,244 total)