Viewing 15 posts - 3,676 through 3,690 (of 59,067 total)
How many of what kind of indexes do you have on the target table? Also, what is the total number of rows in the source table?
April 1, 2022 at 4:16 pm
One thing I couldn't do easily was to deal with dates (that are date values in excel). These would show as "44649.94918" in the values table. When you would...
April 1, 2022 at 4:13 pm
With the understanding that I don't use Analysis Services, can you use T-SQL in SSAS? There are some very fast methods for calculating MEDIAN in T-SQL.
April 1, 2022 at 3:44 pm
SPAM is a problem now, and it's not a simple one. I've filed a ticket to work with the third party on what is not catching more...
April 1, 2022 at 3:39 pm
i used th ewindows built-in proxy and it works great!
Thanks for posting the solution that you found for your own question. It's going to help others, for sure.
April 1, 2022 at 3:31 pm
Is it possible to create a temp table when setting a query?
For example:
DECLARE
@Category varchar(100),
@SubCategory varchar(100),
@Query ...
April 1, 2022 at 3:19 pm
Nevermind - It's too bad there's not a delete option for posts.
What did you end up doing to solve your problem?
April 1, 2022 at 3:11 pm
Doing only a quick glance at the execution plans, this looks like it could be a parameter sniffing issue. You could go all surgical on this but I'm thinking that...
March 30, 2022 at 3:27 pm
I like that chart Jeff, I might add it to my favourite argument I trot out every time I am faced with a short password requirement that forces numbers,...
March 29, 2022 at 4:10 pm
Grant is spot on but I'll add an "old dude's" take on it...
Which ever turns out to be the best "architecture" for your data, none of it will matter for...
March 29, 2022 at 4:01 pm
It's amazing to me how much incorrect information there is posted in posts containing a list of interview questions.
My recommendation to people using such lists is to only look at...
March 29, 2022 at 3:51 pm
Hi All,
(see attached waits) I have a very slow sql server, it seemed to happen over night and queries are still slow. index rebuild/reorg and statistics have been updated....
March 29, 2022 at 3:34 pm
It's looking great right now, sample attached with redactions.
I kept cteCalendar as you designed it, and changed ctePreCrossTab to use my attendance table.
It correctly merges the data correctly, one...
March 29, 2022 at 3:11 pm
As to putting FKs on an audit table... don't EVER do that. There's not reason to because the rows have already survived the INSERTs and UPDATEs for FKs and...
March 28, 2022 at 9:06 pm
3) I created a quick table in SSRS and sure enough, it does depict a calendar style matrix with the month dates and the value in ##Attendance (screen snip...
March 28, 2022 at 5:25 pm
Viewing 15 posts - 3,676 through 3,690 (of 59,067 total)