Viewing 15 posts - 451 through 465 (of 13,841 total)
Did you refresh the Intellisense local cache? CTRL-SHIFT R
Never heard it called Abscess before!
April 23, 2024 at 8:17 am
Please clarify what you mean by this:
incremental time of the transaction day.
What is that, and how does it differ from 'time'?
April 22, 2024 at 8:00 pm
Including the database should ONLY be done IF you are running a cross-database query.
Otherwise it runs the risk of you running the query against the wrong database.
… Or of...
April 22, 2024 at 2:29 pm
I would use the following code to get 'last' Sunday. Seems a bit simpler than the current version.
SELECT DATEADD (wk, DATEDIFF (wk, 0, GETDATE ()), 0) -...
April 15, 2024 at 9:56 am
Duplicated reply!
April 15, 2024 at 9:54 am
Don't know anything about Netsuite, but if there's a REST API, then you can definitely do this in SSIS.
The trickiest part of setting that up will probably configuring the OATH...
April 12, 2024 at 1:22 pm
thx, just the type of feedback i was looking for. i've never seen an ssrs report ingest excel. But i am very familiar with pbi ingesting excel. do you...
April 12, 2024 at 1:03 pm
No doubt you've considered this, but wouldn't a more-streamlined process be to ingest the spreadsheet data in SSRS (or in Power BI) and build the dashboard there?
April 12, 2024 at 11:30 am
I've just tried this, as I have a package structured like that.
They've certainly made it difficult! I can get to the point in debug mode where I can see a...
April 11, 2024 at 4:53 pm
If you are prepared to take the time to provide your sample data in consumable format (ie, CREATE TABLE / INSERT ... VALUES), you might get a coded answer.
If it...
April 11, 2024 at 8:27 am
... and no-one gets excited by a fridge.
<Phil looks away, feigning agreement>
April 10, 2024 at 11:10 am
Are you able to post the query itself?
April 9, 2024 at 12:45 pm
I think that you might have to split things up, such that one of the two different versions of the T-SQL is executed, depending on SQL Server version.
If you're not...
April 9, 2024 at 8:19 am
Hello everyone,
I hope I'm in the right place here. If not, please let me know where I can post this question.
Here's my question:
With this call dtsRuntime.Package package = app.LoadPackage(Etl_package,...
April 9, 2024 at 8:14 am
I meant it merely as a diagnostic tool, not a permanent change. But taking out the dirty reads sounds like a good idea too.
April 8, 2024 at 4:53 pm
Viewing 15 posts - 451 through 465 (of 13,841 total)