Viewing 15 posts - 2,371 through 2,385 (of 39,720 total)
If you follow the same code path, unless the data changes, you'll get the same result.
However, and this might be me mis-reading your post, but it seems like there are...
September 1, 2020 at 4:16 pm
The reseller sounds slightly incorrect. You always need a key for licensing. Maybe they are holding the key to keep you going back to them, but they shouldn't.
you need some...
September 1, 2020 at 4:07 pm
I'm glad you posted. I had never thought of a pull request as being on the same branch, albeit a copy that is ahead of a remote. It made me...
September 1, 2020 at 3:52 pm
Interesting. I can't find any doc on it, even the git-scm docs for pull-request use branches.
I'm not sure it's a common practice. If you're merging from dev->origin/dev, I'd argue those...
September 1, 2020 at 3:24 pm
The summary offered is not strictly true, in that a pull request does not necessarily involve two different branches, merely the incorporation of work after code review into a...
September 1, 2020 at 2:36 pm
I'm not sure the keywords item is a big issue for some cases. Lots of people might upgrade from a previous version and not change code. In that case, we...
September 1, 2020 at 2:25 pm
That's a tough place to be.
I feel that a bit as I'm one of the much older people at Redgate, who are often in their 20s. I do try to...
September 1, 2020 at 2:21 pm
First, they both work great. There's nothing wrong with TFVC or Git. I would say that Git has really won the battle of which one to choose. Most new projects...
August 28, 2020 at 3:58 pm
Noooooooooooooooooooooooooooooooooooooooooooo
August 28, 2020 at 2:46 pm
I don't have one here, though I should write a quick one.
Here's one I've used before: https://towardsdatascience.com/sql-server-with-python-679b8dba69fa
August 27, 2020 at 3:37 pm
Altered the question to note a database file on the c: drive.
August 27, 2020 at 4:20 am
you can re-run setup, and check the "add features" checkbox to see what's installed.
For settings, you can get sp_configure and some other settings, but this might help: https://www.red-gate.com/simple-talk/sql/sql-training/how-to-document-and-configure-sql-server-instance-settings/
Can I...
August 25, 2020 at 5:50 pm
Simplest, make a DBA database, on startup, have a proc that writes the time to a table. use a job that writes to a second column of the latest entry...
August 25, 2020 at 5:20 pm
Viewing 15 posts - 2,371 through 2,385 (of 39,720 total)