Forum Replies Created

Viewing 15 posts - 4,321 through 4,335 (of 39,736 total)

  • RE: Jenkins / Octopus / GitHub

    Github, Lots of stuff out there. There are a few git tutorials here:
    https://www.atlassian.com/git/tutorials
    - https://try.github.io/
    - https://learngitbranching.js.org/
    https://voiceofthedba.com/tag/git/ (my stuff)

    Jenkins - Haven't...

  • RE: Last DB Usage

    I like the shouting. That let's me know what to do. If they poke around, we may get into more trouble.

  • RE: SQl 2014 instance is DOWN all USER databases will not restore and SQLAGENT will not start. Urgent help required..

    Glad it's working. I assume you added the drive as a dependency and found the folders?

  • RE: Last DB Usage

    Rename is good, either way, disrupt access so someone calls you. The thing I worry about with renaming is that a smart ad hoc used might notice the new database...

  • RE: Import Data from Excel as Encrypted Data in SQL

    Limited security. Sorry, was typing too fast. We don't want unsecured sensitive data in the system too long. I'd limit permissions on the staging table and truncate it to prevent...

  • RE: Removing a version

    Glad you like these. The idea is to think for a minute and test yourself or learn something.

  • RE: SQl 2014 instance is DOWN all USER databases will not restore and SQLAGENT will not start. Urgent help required..

    If you lost the e: drive, adding it back doesn't necessarily mean the same e: drive mounts correctly. You need to find the mdf/ldf files first, or restore from backup.

  • RE: Import Data from Excel as Encrypted Data in SQL

    Actually, the source has to support encryption. Excel won't.

    My advice, load the hundreds into a staging table that has very limited read writes. Then query this table with...

  • RE: Last DB Usage

    I would search for any usage. If there is none, or you see no wait stats from queries, I'd set this offline first. See if you break anything, and I'd...

  • RE: Import Data from Excel as Encrypted Data in SQL

    In the import wizard, you cna write a query for the values, and you could probably use a function in there. Structuring this for the Excel can be cumbersome. You...

  • RE: SQL View - Add users and grant permissions syntax assistance

    Please don't grant to the user. Use a database role.

       

    February 28, 2019 at 3:32 pm

    #2023251

  • RE: Find last record in last 12 months of current record

    I'm not sure I understand. Are you looking for only 1 or 2 records per customer? Meaning a purchase within the last year (or calendar year) and possibly a purchase...

  • RE: DBA left and they shut off his AD account

    There can be flaky issues if you lose an account that owns things. It's worth doing some cleanup, and saving these scripts. You'll use them again.

    I'd change the...

  • RE: Pulling the Plug

    Eric M Russell - Thursday, February 28, 2019 7:39 AM

    It's easy for one or two people to pull the plug on...

  • RE: Verify Read Only Routing using Profiler

    Excellent. Glad to hear it and hope everything else is working great.

  • Viewing 15 posts - 4,321 through 4,335 (of 39,736 total)