Viewing 15 posts - 376 through 390 (of 59,069 total)
I might get a few eye-rolls from you, in return, because I'm going to tell you to stop doing generic, catch-all, supposed "Best Practice" index maintenance. It's all causing more...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 30, 2024 at 10:03 pm
I do mean to be of good spirit so please don't take offense.
You've certainly impressed us there.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 29, 2024 at 8:23 pm
Speaking of "stuck"... rumor has it that the good folks at SSC are going to start working on problems like the one I'm getting ready to experience when I hit...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 29, 2024 at 3:37 pm
Jeff, no, I don't have access to the TFS VM's disk to see allocated vs. used disk space.
Bummer. And, yeah... them not "getting it" after all the issues is...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 29, 2024 at 3:34 pm
To this day I don't understand how come no one in IT saw the pattern that adding only a little more disk space and having that consumed within a...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 29, 2024 at 2:46 pm
Ah yes, there's another thing I should have mentioned! After composing your code, please try running it. Yours fails to run.
The code probably worked perfectly on the OPs machine. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 29, 2024 at 2:36 pm
This was very helpful. I learned some also from it.
I hopefully have posted my current question in a better format and have explained myself well enough.
Thank you
My apologies. Apparently,...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 29, 2024 at 1:56 pm
If you would post the code you're using, perhaps we could solve all of your problems with a bit of a magic temporal formula that doesn't rely on any settings...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 27, 2024 at 3:26 am
Thanks a lot Drew.
It works perfectly
I think you may have a larger issue on your hands... It's a really bad idea to store temporal data as strings.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 27, 2024 at 2:31 am
You'll probably need to look at Task Manager or Resource Monitor to figure out exactly what software is being executed there. Do you have an infrastructure team that might know?
--Jeff Moden
Change is inevitable... Change for the better is not.
September 27, 2024 at 2:25 am
A million likes on that reply, Steve.
Thanks. I learned this at Redgate, where we had like 5 web frameworks at one point and realized that it took weeks...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 21, 2024 at 5:27 pm
I think it is a typo, they probably meant to type '-- = inv.tblSoftware'
Which would mean that inv.tblSoftware is just a comment for clarity, describing something about the insert...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 21, 2024 at 5:09 pm
First, I hope that you're taking a final full backup followed by a "Tail Log" backup to properly shut down a database prior to drop it.
As for determining if the...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 21, 2024 at 4:40 pm
I don't understand what you need to do. I presume that you don't want to union all query 1 with query 2. Do you need to left outer join...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 21, 2024 at 12:55 pm
We have a third part software and looking at some of their SQL we found this
INSERT INTO tblSoftware ( Inventory , Software, [Name] , Manufacturer , [Language] , [...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 21, 2024 at 12:24 pm
Viewing 15 posts - 376 through 390 (of 59,069 total)