Viewing 15 posts - 16 through 30 (of 3,478 total)
Okay, I'm an idiot. It's super simple.
Take the total value of the new inventory
((Unit Price / Unit Weight * Qty Purchased) + (Per Kg Price * Weight On Hand) )...
July 9, 2025 at 11:39 pm
(You could absolutely cheat and create a hyperlink or a button in your Access front end that opens the SSRS portal, and then you wouldn't really need Access reports at...
July 8, 2025 at 10:40 pm
I've been looking at a bunch of them. There are several libraries that read/parse PDFs. Guess I'll dig into that.
June 29, 2025 at 5:02 pm
I asked them at Costco if they could do something crazy and send me the file as a spreadsheet and not a PDF, but nope. I guess they're super proud...
June 29, 2025 at 1:52 am
I don't think I can remove Excel, because for some reason, PowerQuery *in Excel* can read/parse tables in a PDF, but the PowerQuery source in SSIS can't. (???!!!!!) The weird...
June 26, 2025 at 11:32 pm
Right now the tables are kind of wrong, but this is a rough outline:
CREATE TABLE Ingredient (
IngredientID INT IDENTITY(1,1) NOT NULL,
IngredientName VARCHAR(25) NOT NULL,
IngredientWeightKg DECIMAL(5,2),
VolumeL DECIMAL(5,2)
CONSTRAINT pkIngredient...
June 19, 2025 at 7:33 pm
Got data? What if you use OUTER/CROSS APPLY to retrieve the top N records?
Prove it doesn't work. Provide some data.
June 19, 2025 at 3:30 pm
Got sample data? I wanna see if you're right.
June 19, 2025 at 3:00 pm
Can I cheat and do this in PowerQuery?
June 17, 2025 at 11:22 pm
What if you change MAXERRORS = 0 to MAXERRORS = 1 (or whatever your upper limit is)
June 9, 2025 at 6:26 am
Oh, and then to import that result into SQL Server, you have to use the 64-bit Import Export Wizard. Then the 64-bit Excel stuff would be visible and work! (Imagine...
June 8, 2025 at 3:17 am
How do you know from the data when a DBAS event ends? Just prior to the next DBAS event?
June 7, 2025 at 3:58 pm
For someone with as much experience here as you seem to have, where's the explanation of what you're trying to do? You know, in plain English.
June 3, 2025 at 3:01 am
For someone with as much experience here as you seem to have, where's the explanation of what you're trying to do? You know, in plain English.
June 3, 2025 at 3:01 am
Viewing 15 posts - 16 through 30 (of 3,478 total)