Forum Replies Created

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

  • Reply To: SQL Automate - A DBA's Time-Saving Toolkit

    Items such as maxdop, max server memory, enable IFI and tempdb configuration are all install time configuration items not post install

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

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

  • Reply To: Database Mail not working on new SQL Server 2022 instance

    @use_databasemail is an integer input with no default, it must be specified

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

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

  • Reply To: AGs: Linked Servers and Kerberos

    download the Kerberos configuration manager tool and run it, it will provide a report of what it finds

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

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

  • Reply To: AGs: Linked Servers and Kerberos

    you need to setup delegation between the endpoints, the account details have to be delegated to the remote endpoint, first make sure all SPNs are correct, then setup the account...

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

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

  • Reply To: Database Mail not working on new SQL Server 2022 instance

    Did you authorise sql agent to use the mail profile?

    Use the following script

    EXEC msdb.dbo.sp_set_sqlagent_properties @email_save_in_sent_folder=1,
    @databasemail_profile=yourprofilename,
    @use_databasemail=1
    GO

     

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

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

  • Reply To: Am I doing the right thing, and what does this mean?

    Mr. Brian Gale wrote:

    Now, nothing against Ola Hallengren's script, but I prefer something I can support and that is more targeted to my environment. I also prefer small, specific scripts over...

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

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

  • Reply To: Cycle Logs (non-error log)

    Mr. Brian Gale wrote:

    Oof... I would almost bet real money it was set to default... BUT glad I didn't - it is set to 7 days. That makes me feel better.

    Now I...

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

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

  • Reply To: Am I doing the right thing, and what does this mean?

    only time you'll want to shrink a database is refreshing into a lower level env where space is limited but even that's frowned upon.

    Prod data shouldn't be pushed to lower...

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

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

  • Reply To: Each database having its own disk?

    WebTechie wrote:

    Good morning,

    Once again, I find myself Sr. DBA for a company.  As I review this latest environment, I see something interesting.

    I see one of the main production servers is...

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

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

  • Reply To: Am I doing the right thing, and what does this mean?

    nonsequitur wrote:

    On one of my database servers, I have a maintenance plan that includes the following tasks:

    1. Check Database Integrity 2. Back Up Database Task 3. Recognize Index (includes Fragmentation...

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

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

  • Reply To: People Make Odd Choices

    @grant fritchey

    are you feeling bored by any chance 🙂

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

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

  • Reply To: SQL Server 2008 to SQL Server 2022

    You can backup and restore databases to a new instance of 2022 from as early as SQL 2005, depending on the compatibility level of the database, this link details the...

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

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

  • Reply To: When INCLUDE Columns Quietly Inflate Your Transaction Logs

    Chandan Shukla wrote:

    For log shipping, this means the secondary server now has to restore bigger log backup files, increasing replication lag. Your DR site that was just a few seconds behind...

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

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

  • Reply To: Cycle Logs (non-error log)

    check the number of days history retained and the number of projects\packages on the SSIS instance properties, default is 365 days for history and can lead to SSISDB becoming bloated...

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

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

  • Reply To: How to fix transactional replication latency

    As already stated, need more detail on the latency length and how the publisher, subscriber and distributor are configured.

    The replication monitor usually provides good info on the current state

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

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

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