Viewing 15 posts - 4,321 through 4,335 (of 39,736 total)
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...
March 1, 2019 at 12:31 pm
I like the shouting. That let's me know what to do. If they poke around, we may get into more trouble.
March 1, 2019 at 12:21 pm
Glad it's working. I assume you added the drive as a dependency and found the folders?
March 1, 2019 at 7:48 am
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...
March 1, 2019 at 7:48 am
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...
March 1, 2019 at 7:47 am
Glad you like these. The idea is to think for a minute and test yourself or learn something.
March 1, 2019 at 7:45 am
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.
February 28, 2019 at 3:52 pm
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...
February 28, 2019 at 3:50 pm
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...
February 28, 2019 at 3:38 pm
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...
February 28, 2019 at 3:37 pm
Please don't grant to the user. Use a database role.
| February 28, 2019 at 3:32 pm RE: Find last record in last 12 months of current recordI'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... February 28, 2019 at 3:30 pm RE: DBA left and they shut off his AD accountThere 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... February 28, 2019 at 3:19 pm RE: Pulling the PlugEric M Russell - Thursday, February 28, 2019 7:39 AM It's easy for one or two people to pull the plug on... February 28, 2019 at 9:07 am RE: Verify Read Only Routing using ProfilerExcellent. Glad to hear it and hope everything else is working great. February 28, 2019 at 9:05 am Viewing 15 posts - 4,321 through 4,335 (of 39,736 total) |