Viewing 15 posts - 1,036 through 1,050 (of 1,390 total)
Sorry, I was happy because my project worked. I'm not trying to sell anything. You won't miss this post so it's gone.
April 16, 2020 at 1:57 pm
I'm not selling anything. I'll take it elsewhere tho. Thanks.
April 16, 2020 at 1:51 pm
The goal is to release completed work quicker. Every feature you've completed is inventory. It's work in progress while you wait for QA, packaging, scheduling, and deployment. The absolutely...
April 16, 2020 at 12:07 pm
.
April 15, 2020 at 10:41 pm
DevOps is a culture, but the culture isn't to write sloppy code faster. It's to release the changes, backwards compatible, quicker. From code commit to release is quick, not...
April 15, 2020 at 9:03 pm
For a C# data access library that targeted SQL Server maybe 4 or 6 month release could make sense 🙂
April 15, 2020 at 2:26 pm
That's a link to the monthly breaking changes to the Stripe API. Words cannot express... it's too much too often... it forces you to choose between...
April 15, 2020 at 1:57 pm
That's a link to the monthly breaking changes to the Stripe API. Words cannot express... it's too much too often... it forces you to choose between constantly...
April 15, 2020 at 1:46 pm
Needs sample data or it's unlikely to work as intended the first time.
April 14, 2020 at 4:06 pm
alter procedure [dbo].[_BARank]
as
set nocount on;
set xact_abort on;
begin transaction
begin try
Declare
@executor ...
April 14, 2020 at 3:57 pm
delete tc
from
#TradeCode tc
where not exists
(select 1 from #MappingCodeValue mcv
where mcv.ChildCodeType=tc.CodeType
...
April 12, 2020 at 12:07 pm
This puts it all together in 2 styles.
/* Jeff's style */
SELECT Cust_num, Co_num
,Total ...
April 11, 2020 at 5:19 pm
Very very nice pre-aggregation! Now thaaaat's the way to do it.
April 11, 2020 at 4:44 pm
This is great article! I'm going to give it a try.
April 11, 2020 at 3:19 pm
Viewing 15 posts - 1,036 through 1,050 (of 1,390 total)