Viewing 15 posts - 16 through 30 (of 3,475 total)
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
Welcome to SSC. I think your question needs some help. One thing that's a challenge when you first start out is knowing how to ask a question that will get...
May 13, 2025 at 3:46 pm
just an FYI.
the best way to get help here is to post the SQL statements to recreate your problem in a code window inside you post. People will be super...
May 12, 2025 at 9:00 pm
In case you feel like doing some reading.... You're trying to find the size of each island. here's an article on it: https://www.red-gate.com/simple-talk/databases/sql-server/t-sql-programming-sql-server/introduction-to-gaps-and-islands-analysis/
May 9, 2025 at 8:50 pm
Viewing 15 posts - 16 through 30 (of 3,475 total)