Viewing 15 posts - 7,561 through 7,575 (of 59,072 total)
You might want to look into partitioning. If I had it to do over again (I had a similar requirement), I'd have used a Partitioned VIEW instead of a Partitioned...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 12, 2020 at 10:24 pm
This is fun code to test and try to get ones head around - in which orders are operators applied.
DECLARE @i INT=0;
UPDATE t SET @i =...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 12, 2020 at 9:54 pm
Ah... gotcha. Thanks, Glenn. I'll do my best over the weekend.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 12, 2020 at 2:30 pm
A SQL Server solution to this problem, without using mathematics, would be very interesting. This was a real problem that I worked on, and I expected to do some...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 12, 2020 at 4:41 am
Ah... thanks. I totally missed the link.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 12, 2020 at 1:24 am
Thanks folks. Still looking to find out if AWS RDS will support the Developers Edition or not. I'd look for myself but I don't yet have access.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 11, 2020 at 11:16 pm
Just a quick comment re. DateAdd. I just got myself into trouble with a DateAdd function that was adding 1 year to 2/28/2019. The application was working with budgets...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 11, 2020 at 11:14 pm
Shifting gears a bit... does AWS RDS support the Developers Edition of SQL Server? Also, any idea if they support 2019 yet?
--Jeff Moden
Change is inevitable... Change for the better is not.
March 11, 2020 at 7:26 pm
Ah... and in the absence of a more defining problem, given a year number, create one file per ISO week that contains all columns of each row in the week...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 11, 2020 at 2:52 pm
One of you folks that knows how to use SSIS should write an article on this... it would be a popular one because a lot of people need to do...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 11, 2020 at 2:30 pm
We have template Python projects so that the start of any Python development has a big head start
--Jeff Moden
Change is inevitable... Change for the better is not.
March 11, 2020 at 12:21 pm
This is even more challenging in medical. If you are a blood lab and run a panel of tests, some of them greatly depend on the birth sex...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 11, 2020 at 1:03 am
Found the problem.... *sigh*
Our infrastructure team spun up a copy of our production environment, but forgot to update the firewall to prevent it from communicating outside itself. So it...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 10, 2020 at 6:59 pm
Did 'he' say whether this is a one-off requirement, or something which will need to run periodically?
I can't help in SSIS but I try to code "one-offs" such as...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 10, 2020 at 6:57 pm
A bit of a sidebar... I cannot agree with changing the ISO spec. People who make the change all want to be identified by the gender they've chosen and the...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 10, 2020 at 6:51 pm
Viewing 15 posts - 7,561 through 7,575 (of 59,072 total)