Viewing 15 posts - 3,646 through 3,660 (of 59,087 total)
Q
Well now... that's pretty rude. 😉 The question you deleted may have helped others.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 16, 2022 at 4:05 pm
I'm starting to see this exact question a whole lot. I'm starting to think that it's a prelude to spam. 🙁
To the best of my knowledge, the product keys for...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 16, 2022 at 4:01 pm
Excellent summary and examples - especially appreciated the animation showing how to navigate the interface!
As a practical note, I recommend not leaning too heavily on color to provide meaning...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 15, 2022 at 10:11 pm
Thanks everyone for sharing your inputs.
Sometimes we are seeing below patterns
"Application runs a query every 10 mins without any good reason."
There is a MERGE statement which does some data...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 15, 2022 at 8:48 pm
Attached the script in .docx type.
You've been around for a long time and I think I've shown you this before but one more time.
When you're filling out a post...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 15, 2022 at 8:28 pm
To add to what Johan posted, your worst performing queries will NOT usually be your longest running queries and it may not be the queries themselves, at all... it could...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 15, 2022 at 5:04 pm
Like a lot of the other answers on this thread, that's a lot of non-bullet-proof IF's that will eventually result in silent errors producing an incorrect answer.
Don't assume. Yeah... you...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 15, 2022 at 4:45 pm
My question would be...
Why are you storing such a script on the root of the C: where some users could tamper with it or delete it? This should be in...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 15, 2022 at 4:41 pm
I have a SQL 2012 database with simple recovery that backs up every night. Normally the backup file is around 87,000 MB and grows proportionality as data is added. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 15, 2022 at 4:33 pm
Are you still there? If so, see my previous post.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 15, 2022 at 4:30 pm
Hi All
Trying to do a query to find out how old are the cpu on device. We do have a way of doing it but it involves manual step...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 15, 2022 at 3:39 am
Didn't you already ask this q?!
According to the OPs profile, no. In fact, this appears to be the first and only question they've posted.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 15, 2022 at 3:14 am
When I do things like this, I return separate columns for the properties I wish to control (font, bold, colour etc) and then assign those columns to the relevant...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 15, 2022 at 3:04 am
One possibility for those is a bit shorter...
NULLIF(A.CALC_Date_EOIReceived,'1900-01-01 00:00:00.000') AS [Date Req Created]
NULLIF(A.CALC_Date_EOIReceived,'1900-01-01 00:00:00.000') AS [Date Initiated]
If we could see the rest of the code, we could...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 14, 2022 at 4:41 am
I'm looking at a career change. I have bachelors degree in healthcare management and pre counseling. My mental health is going down the drain and do not think I...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 14, 2022 at 4:28 am
Viewing 15 posts - 3,646 through 3,660 (of 59,087 total)