Viewing 15 posts - 46 through 60 (of 88 total)
Here's the SQL to load the variable using your test data. It'll produce a nice HMTL table (you can probably drop the header stuff.).
I'm a little rusty...
July 24, 2017 at 10:08 am
I can neither confirm nor deny what Russel said 🙂
It's a long time known issue:
https://blogs.msdn.microsoft.com/sqlperf/2007/04/29/set-up-ole-db-source-to-read-from-view-efficiently/
I've always used the "direct query' or from "variable" option,...
July 24, 2017 at 7:20 am
Here's an example of how I built an HTML table to sent via Database Mail in the past. You should be able to adapt it to your purposes.
July 24, 2017 at 7:01 am
Anyone else getting timeout error messages when replying to posts? It's happened a couple of times to me over the past few days.
Of course, I could be taking...
July 21, 2017 at 7:13 am
Gail has pretty much given you the answer to why that section is slow.
The coalesce on the join condition means indexes can't be used. The real problem...
July 21, 2017 at 6:52 am
I am currently using SSMS 17.1 because of the Always Encrypted feature.
I'm facing...
July 20, 2017 at 6:05 am
I really appreciate everyone who's taken (taking) the time to help so please read with a thankful tone in mind.
I'm not sure if I'm not being clear or...
July 17, 2017 at 7:11 am
July 13, 2017 at 6:54 am
July 12, 2017 at 8:05 am
July 10, 2017 at 6:46 am
I've found Louis Davidson's Pro SQL Server Relation Design & Implementation and the Star Schema: The Complete Reference to be excellent resources.
Like Aaron said, you really need to...
July 7, 2017 at 6:51 am
July 7, 2017 at 6:40 am
Just started walking through the procedures / SSIS packages for the application I'm now responsible for at my new gig.
Why do so few developers care about maintainability? There's...
July 6, 2017 at 8:06 am
From the looks of the error message there's a record in Fact Sales that has a value of '5685' in the CustID field and it can't find a record in...
June 27, 2017 at 5:52 pm
Did you reprocess the dimensions after making the data change but before rerunning the cube processing?
June 27, 2017 at 2:34 pm
Viewing 15 posts - 46 through 60 (of 88 total)