Viewing 15 posts - 1,096 through 1,110 (of 59,072 total)
"The damned recruiter gave the candidates both the questions and the answers. I know this because I added a "hairball" question with a totally made up answer and when...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 21, 2023 at 7:21 pm
First, nice article. It appears well written, is in a good "order of revelation", and includes the code in an easy to read format. Kudos for all that and thank...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 20, 2023 at 10:17 pm
Duration only identifies how long something has been running. It is possible that a SPID was running something with many queries for a long period and, when it finally got...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 20, 2023 at 8:53 pm
I would not touch tables in master at all personally. MSDB can get quite large for job history and backup history.
I wouldn't rebuild indexes that don't need it. I'm...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 20, 2023 at 8:42 pm
Post withdrawn.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 20, 2023 at 8:32 pm
I've been through that with a recruiter before. The recruiter wanted the questions and the answers so that they could do the filtering.
The damned recruiter gave the candidates both the...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 20, 2023 at 7:52 pm
With the understanding that this is nothing against you, if we posted such questions and the answers here, that would eventually render them useless in interviews because people will do...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 20, 2023 at 4:18 am
Maybe the most efficient way to mockup 100 million rows of randomized test data would be to leverage PowerShell or Python to create text files and then BCP them...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 19, 2023 at 8:11 pm
On a personal note, I just don't understand companies that post a webinar and, to register, they REQUIRE you have to provide your phone number and, frequently, a...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 19, 2023 at 8:02 pm
Here is another way.
If you do something like this in PoSh, to create a delimited text file, it is then very easy to import the results in tabular form.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 18, 2023 at 6:31 pm
It's not as rare as you might think in production code if you use TempDB or a "scratch/working" database to get "balls-out" ( https://en.wiktionary.org/wiki/balls-out ) performance in code, especially when...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 18, 2023 at 4:48 pm
Thank you for the feedback, Lisa. You're absolutely correct about the labels and fervor and, especially, the changes from what I believe the original intent was for a whole lot...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 18, 2023 at 3:07 am
I don't and haven't used any of this sort of thing. "Bumping" this for you and, because I'm interested, for me as well.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 17, 2023 at 4:41 pm
I've been wondering what chances DevOps has in an organization which doesn't want to adopt DevOps. I work at a place where resistance to DevOps is predominant. Because this...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 17, 2023 at 4:34 pm
The error is telling me that you have a table that might be in a little trouble and some column widths need to be adjusted either for width or maybe...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 17, 2023 at 5:13 am
Viewing 15 posts - 1,096 through 1,110 (of 59,072 total)