Viewing 15 posts - 2,416 through 2,430 (of 39,771 total)
My apologies, I neglected to look at the forum. Most of the T-SQL is from 2012+ (LAG/LEAD). EOMONTH is 2014+
September 2, 2020 at 3:47 pm
That is really strange. If it works from the wizard, but not from T-SQL.
Is there some strange name? If the wizard, if you search, you can see local accounts, as...
September 2, 2020 at 3:45 pm
Redgate owns SQLServerCentral. They purchased the site about 13-14 years ago. I now work for Redgate, though they give me a lot of independent editorial control.
Just submit an article and...
September 1, 2020 at 5:21 pm
Use the "Script" button from the wizard to determine what you are doing wrong. Pick a local account and then see what is scripted out.
September 1, 2020 at 5:17 pm
So, I broke this down a bit, using a tally table to project to the future. I think all your dates after n= 5 will be the same, but you'd...
September 1, 2020 at 5:15 pm
With encryption how? TDE?
AFAIK, if you want to restore, this indicates you can restore on a different server. I haven't tried this, no MI in my account, but can you...
September 1, 2020 at 4:19 pm
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
Viewing 15 posts - 2,416 through 2,430 (of 39,771 total)