Viewing 15 posts - 6,646 through 6,660 (of 59,072 total)
Sounds like an excellent plan.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 6, 2020 at 2:44 pm
Lowell. THANK YOU. I was overthinking it. Why didn't I think of your first one for the NOT IN. But thanks for the second one as well. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 5, 2020 at 9:39 pm
smattiko83 wrote:Thanks again for all your help. Did the sample look ok?
A cursory glance says it looks fine. I didn't do a deep dive on it.
I'm shocked!! A...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 5, 2020 at 9:09 pm
Thanks again for all your help. Did the sample look ok?
A cursory glance says it looks fine. I didn't do a deep dive on it.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 5, 2020 at 2:59 am
Heh... I got it right but I suck at taking tests even if they're just one question long. I knew the answer without looking at the list of answers but,...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 4, 2020 at 3:10 pm
GOOD MORNING GRANT!!!!
I recently saw an article about "Self-made men" and it expresses exactly the way I feel. To summarize, I'm definitely not "self-made". I'm where I'm at because of...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 3, 2020 at 3:51 pm
Yea, that is the problem with this one. It only lists the dbs since last server restart that have been accessed, I want an opposite list. In a SQL...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 3, 2020 at 1:21 pm
Just as a side note, depending on how often your columns are updated/modified, you can always split the string ahead of time using a permanent tally table like this:
Agreed. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 3, 2020 at 12:54 pm
This is awesome. worked great. you made my day Jeff. Always big fan of you.. 🙂
Glad to have been able to help. Thank you for the feedback.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2020 at 4:39 am
Here you go. DelimitedSplit8K made the changes very simple.
--****** This is for when the position matches, as well... ******
--===== Define what we're looking for.
...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2020 at 1:46 am
I changed the order by and it returned 12 records for the 1st month. I'm expecting 5 records for each month. Thank you.
SELECT DISTINCT t.Company,sales.[Month], sales.Sales
FROM...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2020 at 1:22 am
Heh... serendipity strikes. There's a pretty good article on all of this that was in an article in yesterday's MSSQLTips email. The link to the article I'm talking about is...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2020 at 1:16 am
My apologies... I missed the part about the "array position" in your original post. We can fix that but Split_String isn't going to work at all for that because (and...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2020 at 1:03 am
Yes, the login isn't correct. That's what the error is.
But I didn't change the login parameters. So I don't know why is working the 1st case...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2020 at 8:34 pm
sys.dm_db_index_usage_stats already has all the index usage for all databases and all tables inside it..
Careful now. If, for example, any database is totally unused, it my not show up...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2020 at 8:16 pm
Viewing 15 posts - 6,646 through 6,660 (of 59,072 total)