Viewing 15 posts - 7,816 through 7,830 (of 59,072 total)
hey,
hold on - wasn't this why hierarchyID types were invented ?
you can even use persisted computed columns to make it nice and fast.
you would need a 1 time hit...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 28, 2020 at 2:14 pm
Hi Experts,
Currently we are using SQL Server and Database Mail to send reports and with new projects and requirements it seems like the Report sending will increase . Is...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 28, 2020 at 1:58 pm
Awesome!!!
Very nice to understand.
But,I do not want to to hard code value 12 and 8. This is what i used that Reverse function.
(Sometime there is a chance in the...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 28, 2020 at 1:40 pm
Awesome post, Ronald. And thanks for including the methods of revelation and discovery. Those help in effectively troubleshooting similar problems.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 28, 2020 at 1:34 pm
Has my customer conversion rate improved since this time last quarter?
What is my annual sales growth as compared to last year?
The answers to the questions can be found by...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 27, 2020 at 3:19 pm
Shifting gears to the subject matter... I don't see how anything led to answering the two questions posed at the beginning of the article, which were...
It can be used to...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 27, 2020 at 2:08 am
The problem with links on other sites is that other sites have been known to go away. Could you attach the .ZIP file to this site please?
--Jeff Moden
Change is inevitable... Change for the better is not.
January 27, 2020 at 1:50 am
SELECT LEFT(RIGHT(@Text,12),8);
Simple and to the point. I would put a comment with it to explain what is being so that someone with less SQL...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 27, 2020 at 12:11 am
SELECT LEFT(RIGHT(@Text,12),8);
--Jeff Moden
Change is inevitable... Change for the better is not.
January 26, 2020 at 12:04 am
It still makes a difference even on something small when you're working with millions of rows.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 25, 2020 at 9:58 pm
You say the "standard job boards are not pulling the right people at all". What kind of people are you getting that are disappointing you?
I can tell you that filling...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 25, 2020 at 6:44 pm
I've never seen such a thing. I have to admit, though, I've never thought to look for such a thing simply because I'd never have thought such a thing was...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 25, 2020 at 4:49 pm
You have come across one of the primary reasons why I hate certification courses, exams, and the related books/articles. They're a possibly decent starting point but, oh my...
IMHO, it is...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 25, 2020 at 3:58 pm
There is no way to automatically distinguish differences between dd/mm/yyyy and mm/dd/yyyy for values of mm and dd that are less than 13 and so there is no way to...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 25, 2020 at 3:20 pm
Yes... post a couple of links that point to your specific posts on the job posting sites and let us have a look.
I can also tell you that, based on...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 25, 2020 at 12:21 am
Viewing 15 posts - 7,816 through 7,830 (of 59,072 total)