Viewing 15 posts - 421 through 435 (of 59,048 total)
I saw the follow soon after it came out more than a year ago. It's focus is on the very ramifications you speak of... in this case, something as seemingly...
July 24, 2024 at 3:52 am
Heh... New tag line... SQL Server 2022... It just runs slower... A LOT SLOWER!
July 22, 2024 at 9:28 pm
After long hours, days and weeks the system back to healthy state. The biggest problem was bad developers code that had to be changed. That was...
July 19, 2024 at 7:49 pm
That is really awesome, Jeff! In fact, that's outstanding. In my environment we do unit testing and UAT, and that's about it. We don't have the success rate that...
July 19, 2024 at 3:38 am
Hmmm, Jeff going. I'm going to have to see if I can make it.
Ed Wagner and I will be arriving in the afternoon on that Friday. Man, I understand...
July 18, 2024 at 5:00 am
Install this TVF.
Then this SQL will do the job
select x.value value1, x.value+1000001 value2
from dbo.GENERATE_SERIES(-999999999,+999999999,1) x
;
Install this TVF.
Then...
July 18, 2024 at 4:33 am
After long hours, days and weeks the system back to healthy state. The biggest problem was bad developers code that had to be changed. That was killing the...
July 18, 2024 at 4:24 am
I guess our code coverage is 500% plus a post prod kicker...
DEV
QA
DEVREVIEW (DBA Review and regression checks)
STAGE (UAT)
PREPROD (UAT and full system checks on full size from nightly restores which...
July 18, 2024 at 4:19 am
2nd page bump to get post to appear
July 16, 2024 at 4:41 am
-- Create TableA CREATE TABLE TableA ( MainID INT, JoiningID INT );
-- Insert data into TableA INSERT INTO TableB (MainID, JoiningID) VALUES
(No column name)
...
Heh... you didn't try to run...
July 16, 2024 at 4:36 am
Attached is some sample data. I could get this code to work, by inserting one row where FY/YEAR is 2024 and all of FY/YEAR 2025.
The original tables data goes...
July 16, 2024 at 4:30 am
I'd rather go for a nice dinner and maybe some pool shooting at a good bar with big screens to watch the lions game than to get caught up in...
July 16, 2024 at 3:41 am
Hi, I' am currently in the process of designing the Data Warehouse spec for my company (Start up Business),
During discussions a number of the technical leads and C# developers...
July 13, 2024 at 7:40 pm
Viewing 15 posts - 421 through 435 (of 59,048 total)