Viewing 15 posts - 4,036 through 4,050 (of 59,087 total)
I'm bumping this for you, Karen. Seems like it should be simple to do in SSIS but I don't use SSIS and can't help.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 26, 2022 at 10:36 pm
If you're using SomeDateCol BETWEEN FirstOfMonth and EOMonth, then you have closed/closed and it's not bullet proof because SomeDateCol could have a time in it.
Using the basic criteria of SomeDateCol...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 26, 2022 at 10:34 pm
The problem will be querying those files for users in charge of this.
BULK INSERT may be your friend here.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 26, 2022 at 10:30 pm
Thanks for the reply all . Much appreciated ..
tonight i will try alter table rebuild and see how it goes
So... how'd it go?
--Jeff Moden
Change is inevitable... Change for the better is not.
January 26, 2022 at 10:29 pm
--Jeff Moden
Change is inevitable... Change for the better is not.
January 26, 2022 at 10:24 pm
Awesome! Yeah, that previous state an time made life a whole lot easier! Nicely done on the research.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 26, 2022 at 10:20 pm
So, enquiring minds want to know... Is it done yet? 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
January 26, 2022 at 9:59 pm
Thank you both.
The product is good, but it is expensive. Not sure if we can get approval to have budget for that.
Any other recommendations?
Thanks
It'll be cheaper that writing your...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 26, 2022 at 9:57 pm
You're going to have to write some code that checks sys.tables for names using wild cards and check their "create_date" for the date and time they were created. If that...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 26, 2022 at 9:54 pm
If, however, it's ALWAYS in the proverbial toilet, THAT can be an indication of a much larger problem.
It may not actually show up as "spills", either.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 26, 2022 at 9:41 pm
A cte query which joins couple of tables and then updates is in suspended state. Is it possible it is blocking itself?
SP who is active shows NULL in the...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 26, 2022 at 9:39 pm
It doesn't matter if the 'on' is followed by 'on' or 'off', just add up all the 'on' times.
It actually does matter because two on times without an off...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 25, 2022 at 11:39 pm
From the Article:
"Without a baseline, every issue encountered could be considered normal and therefore not require any additional intervention."
Another way to look at it is "Without a baseline, every non-issue...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 25, 2022 at 7:33 pm
what is the impact of too many .ldf''s in a database?
To be honest, there's no impact other than maybe on your reputation if someone else finds out... that's also...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 25, 2022 at 7:18 pm
Such workarounds are absolutely stupid. Not because the workaround itself is stupid but, rather, because Microsoft has made such a workaround NECESSARY. .......
F@#$%NG EPIC!
BWAAAAA-HAAAA!!! At least I know...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 25, 2022 at 6:55 pm
Viewing 15 posts - 4,036 through 4,050 (of 59,087 total)